This one day workshop will be focused on doing deep learning in the browser with javascript. We will use ML5.js, an experimental library that does not require any setup tools or complicated frameworks to install. This will be a beginners friendly workshop and no previous knowledge of machine learning is require. Although, some basic experience with javascript would be helpful.
-
Clone or Download the repo from here and unzip it.
-
Change directory into the folder and start a server (See "How to Setup a Server")
-
All files have instructions.
The easiest way is with python:
In python 2:
python -m SimpleHTTPServer
In python 3:
python3 -m http.server
With node:
npm install -g live-server
And then run:
live-server
This will reload when files are changed.