Last active
November 19, 2018 22:13
-
-
Save Akhu/80cd81df69b8e61fbade1a5b737c4bf2 to your computer and use it in GitHub Desktop.
Env for ML
This file contains hidden or 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
| name: machineLearning | |
| channels: | |
| - defaults | |
| dependencies: | |
| - pip | |
| - python=3.6.6 | |
| - pip: | |
| - keras | |
| - tensorflow | |
| - numpy | |
| - panda | |
| - jupyter | |
| - scipy | |
| - matplotlib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment