Kandenze creative applications of deep learning in TensorFlow assignments
Disclaimer: be aware of the Kadenze code of conduct if you are enrolled in the course. Copying the code from this repository and pretending it to be sure would be bad (evil). Even looking into it may be an infringement. Plagiarism is not tolerated. You are now informed, behave with honor.
You can find the installation instruction on the CADL repository. I have a slightly different setup since I use Anaconda.
On OS X, download the Anaconda installation script for Python 3.5 and follow the Continuum instructions. Then, install TensorFlow:
$ conda create -n tensorflow python=3.5
$ source activate tensorflow
(tensorflow)$ conda install ipykernel
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0-py3-none-any.whl
(tensorflow)$ pip install --upgrade --ignore-installed $TF_BINARY_URL
- all credits go to Parag Mital and Kadenze and all materials are distributed under the Apache license v2.0