A visual tutorial of machine learning.
- Write a tutorial in markdown.
- Submit a pull request to merge into dist/contents folder
- Install elm-live using
npm install elm-live
- run
elm-live src/Main.elm --pushstate --start-page dist/index.html -- --output=dist/main.js
- In your browser, go to address
localhost:8000
Run ./build.sh
. You may need to enable execution permission.
MIT
Release v0.3.0
- Added 2 Jupyter notebook tutorials according to AIWaffle's course list
Release v0.2.0