Skip to content

lnug/AIJavascript-meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published