Baymax is a repository where you can find some running ML models
git clone git@github.com:edelprino/baymax.git
cd baymax
docker-compose build
docker-compose up -d
docker-compose exec baymax python quickstart/titanic.py
http://localhost:6006/
- https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471
- https://towardsdatascience.com/cifar-10-image-classification-in-tensorflow-5b501f7dc77c
- https://archive.ics.uci.edu/ml/index.php
- https://blog.floydhub.com/my-first-weekend-of-deep-learning/
- https://www.kaggle.com/shivamb/a-very-comprehensive-tutorial-nn-cnn
- Up and run tensorboard to visualize logs
- Train models online