machine-learning-with-js
machine-learning-with-js copied to clipboard
Machine Learning with JavaScript. Fast and Simple. :rocket:
Machine Learning with JavaScript :rocket:
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:
- Linear Regression | linear-regression
- k Nearest Neighbors | knn
Get started
- Clone this repo, or fork it and clone your own copy.
- Run
npm installoryarninside the repository to download the requirednode_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? :tada:
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. :laughing: