Skip to content

UW-AMO/neurohackademy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimization Models and Algorithms

Tutorial for Neurohackademy 2020

Installation

To access the tutorial materials, either download or clone the repository:

git clone https://github.com/UW-AMO/neurohackademy.git

To run the notebooks, you will need Python 3 with the following packages installed:

  • numpy
  • scipy
  • matplotlib
  • jupyter

For Anaconda users, you can create a conda environment with the required packages:

conda env create -f environment.yml

Once created, you can use the following to activate/deactivate the conda environment:

conda activate tutorial
conda deactivate

Contents

This is where we can put links to slides and notebooks.

To run the notebooks, change into the notebook directory and run jupyter notebook.

About

Optimization Models and Algorithms Tutorial Materials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors