lnug / AIJavascript-meetup

Starter repo for brain.js workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-Javascript meetup

So... you wanna train a neural net?

Brain.js makes it SUPER easy. The docs are great - go have a read!

Geting started

Remember to install your dependecies:

npm install

Then you can train the model with:

npm run train

Usage

The repo currently uses multi-label training data from:

http://www.connellybarnes.com/work/class/2016/deep_learning_graphics/proj1/

Some single label data is included as well.

Hunting for some other data to use?

Kaggle has some nice data: https://www.kaggle.com/fabdelja/tictactoe

But theres loads of others: https://archive.ics.uci.edu/ml/datasets/Tic-Tac-Toe+Endgame

About

Starter repo for brain.js workshop


Languages

Language:JavaScript 100.0%