Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drujensen/zero-to-deep-learning
Zero to Deep Learning Exercises
https://github.com/drujensen/zero-to-deep-learning
Last synced: 10 days ago
JSON representation
Zero to Deep Learning Exercises
- Host: GitHub
- URL: https://github.com/drujensen/zero-to-deep-learning
- Owner: drujensen
- Created: 2017-12-13T17:03:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T14:26:13.000Z (9 months ago)
- Last Synced: 2024-10-25T01:35:40.922Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 8.25 MB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zero to Deep Learning
This project is worksheets created while going through the book "Zero to Deep Learning" by Francesco Mosconi, Ari Lerner, Nate Murray
## start juniper
```bash
pipenv shell
jupyter lab
```## open jupyter
```bash
open http://localhost:8888/lab
```