Leesoon1984 / ee227c.github.io

EE227C (Spring 2018) Course page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EE227C course page

Environment setup for running code (assumes you have Anaconda installed, download the most recent version here):

ENVNAME=ee227c
conda create -y -n $ENVNAME python=3.6
source activate $ENVNAME
conda install -y -c anaconda numpy scipy matplotlib jupyter 
conda install -y -c omnia autograd
pip install sklearn

About

EE227C (Spring 2018) Course page


Languages

Language:HTML 56.6%Language:Jupyter Notebook 39.3%Language:TeX 3.9%Language:CSS 0.1%Language:Python 0.1%Language:Shell 0.0%