-
Google Python Class: If you have never coded in python before or need a refresher.
-
Stanford also released a great resource for learning python/numpy
-
Khan Academy: A great series of short videos on key concepts on linear algebra
-
MIT OCW Linear Algebra by Prof. Gilbert Strang: This is by far the best resource available for Linear Algebra. Be careful though you might spend lot of time on these lectures as they are amazing!
Please install Tensorflow v1.9. We recommend installation using Docker or Conda environment
- I will post here exact steps I tried to install tensorflow on Macbook using conda
-
First, install anaconda
-
Create a conda environment, activate it and install tensorflow
conda create -n tf python=3.6 source activate tf (tf) pip install -r ../requirements.txt
-
Note, as of this post python=3.7 does not work with tensorflow
-