Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidje13/machinelearningnotebooks
Helpers and experiments with machine learning in Jupyter notebooks
https://github.com/davidje13/machinelearningnotebooks
jupyter-notebook keras-tensorflow machine-learning
Last synced: 27 days ago
JSON representation
Helpers and experiments with machine learning in Jupyter notebooks
- Host: GitHub
- URL: https://github.com/davidje13/machinelearningnotebooks
- Owner: davidje13
- License: cc0-1.0
- Created: 2018-07-31T20:45:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T20:46:32.000Z (over 6 years ago)
- Last Synced: 2024-10-20T02:38:59.954Z (3 months ago)
- Topics: jupyter-notebook, keras-tensorflow, machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: COPYING
Awesome Lists containing this project
README
# Jupyter Notebooks for Machine Learning
Experiments and helper functions for machine learning using a Jupyter notebook.
## Usage
These notebooks can be run in a variety of ways, but the easiest is via docker:
1. Ensure you have docker installed on your machine
2. Run `./launch.sh` (this will launch a tensorflow-based Jupyter notebook container)
3. A URL will be printed to the terminal. Copy this into your browser, replacing the domain with 'localhost'.All notebooks should work without additional setup.
Notebooks which require extra dependencies will install them on-the-fly.## Shutting Down
You can shutdown the notebook server by pressing the Quit button in the UI, or by interrupting the process started
by the launch script (Ctrl+C in the terminal).