https://github.com/smashingboxes/ml_experiments
Some machine learning experiments with Keras
https://github.com/smashingboxes/ml_experiments
Last synced: 8 months ago
JSON representation
Some machine learning experiments with Keras
- Host: GitHub
- URL: https://github.com/smashingboxes/ml_experiments
- Owner: smashingboxes
- Created: 2017-05-05T23:36:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T16:36:53.000Z (over 8 years ago)
- Last Synced: 2025-01-03T18:12:28.380Z (over 1 year ago)
- Language: Python
- Size: 50.7 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML Experiments
Just some machine learning experiments with Keras
## Dev Setup
- `[sudo] pip install virtualenv`
- `virtualenv .env`
- `source .env/bin/activate`
- `pip install -r requirements.txt`