Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.31 KB

Tutorial

A hands-on tutorial for spectral parameterization and related ideas.

Overview

This repository contains a hands-on tutorial for learning

It's organized around the following core topics:

  • Setup: Check that everything is installed & working
  • SpecParamModel: Introducing spectral parameterization
  • Simulations: Exploring using simulations to test method properties
  • Applications: Exploring applications of spectral parameterization

This tutorial was created and is maintained by Tom Donoghue.

Links

Related materials:

Requirements

This tutorial requires:

Installation

For example, to create a new conda environment, you can run: conda create --name tutorial python=3.8 anaconda

To then activate this environment, type: conda activate tutorial

To then install the remaining required packages, run: pip intall fooof, neurodsp