Skip to content

ftolleson/machine-learning-with-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning with JavaScript

You don't need Python to train your own models and perform Machine Learning.

This repository is linked to a series I have been writing about on Medium.com, regarding ML in JS. Machine Learning with Javascript : Part 1

Repository Info

The repository is organized as follows:

  1. Linear Regression has its own branch named **linear-regression**
  2. The upcoming tutorials will follow the same strategy.

Get started

  1. Clone this repo, or fork it and clone your own copy.
  2. Run npm install or yarn inside the repository to download the required node_modules.

That's it.

Run the following command to run your model.

$ node index.js

Tweak certain things inside index.js and run again. Awesome, eh? 🎉

Contributing

If you have an idea for this repository, or if you want to contribute to this series, please open a Pull Request. I await your shenanigans. 😆

About

Machine Learning with JavaScript. Fast and Simple.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%