An open API service indexing awesome lists of open source software.

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

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`