Created
November 6, 2018 07:37
-
-
Save anil-kk/314398b140594e5ec2bf4d3a66810a33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda create -n tensorflow | |
conda activate tensorflow | |
pip install --ignore-installed --upgrade tensorflow | |
pip install jupyter notebook | |
pip install pandas | |
jupyter notebook | |
pip install git+git://github.com/fchollet/keras.git | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment