Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mshenfield/deeplearningbook
A journal to keep track of my progress through
https://github.com/mshenfield/deeplearningbook
Last synced: about 13 hours ago
JSON representation
A journal to keep track of my progress through
- Host: GitHub
- URL: https://github.com/mshenfield/deeplearningbook
- Owner: mshenfield
- Created: 2016-10-26T15:48:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T16:53:43.000Z (about 8 years ago)
- Last Synced: 2024-06-11T20:35:51.600Z (5 months ago)
- Language: Jupyter Notebook
- Homepage: http://www.deeplearningbook.org
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning Book Journal
A journal to keep track of my progress through http://www.deeplearningbook.org/.This includes jupyter notebooks used for examples and exercises, and in the future may include
AMIs or Vagrant files or instructions for setting up cloud development environments, CUDA code,
and other odds and ends.# Installation
This has been tested with Python 3 on macOS 10.10. To install requirements in a [virtualenv](https://virtualenvwrapper.readthedocs.io/en/latest/), run```bash
cd [project directory]
mkvirtual deeplearningbook && workon deeplearningbook
pip install -e requirements.txt
```This will add
* [Jupyter Notebook](http://jupyter.org/)
* [Theano](http://deeplearning.net/software/theano/)
* [Cython](http://cython.org/)
* [scikit-learn](scikit-learn.org)
* [Matplotlib](http://matplotlib.org/)# Running Notebooks
In the base of the project directory run`jupyter notebook notebooks`
# License
MIT