https://github.com/ark930/dlnd
https://github.com/ark930/dlnd
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ark930/dlnd
- Owner: ark930
- License: mit
- Created: 2017-04-17T11:57:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T08:57:43.000Z (about 9 years ago)
- Last Synced: 2025-01-24T19:36:46.370Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 38.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
Each directory has a `requirements.txt` describing the minimal dependencies required to run the notebooks in that directory.
### pip
To install these dependencies with pip, you can issue `pip3 install -r requirements.txt`.
### Conda Environments
You can find Conda environment files for the Deep Learning program in the `environments` folder. Note that environment files are platform dependent. Versions with `tensorflow-gpu` are labeled in the filename with "GPU".