Skip to content

reuben-bradley/js-machine-learning-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-machine-learning-sandbox

An assortment of exercises and works in progress dealing with machine learning in Javascript.

Data Sets

The data sets used in testing are all publicly available online.

All data sets are expected to reside within the ./src/data folder.

Running scripts

Node CLI

All scripts in ./src folder can be run directly in the node CLI with the following command: node <filename>. Be sure, however, to first run npm install to install the necessary node modules.

Docker

The contained scripts can also be run through the given Docker container, by issuing the following: docker-compose run container <filename>. On first run, docker will build the supplied image and install the necessary node modules, before executing the provided filename in node.

About

An assortment of exercises and works in progress dealing with machine learning in Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published