Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhisheksoni27/machine-learning-with-js
Machine Learning with JavaScript. Fast and Simple. :rocket:
https://github.com/abhisheksoni27/machine-learning-with-js
Last synced: 5 days ago
JSON representation
Machine Learning with JavaScript. Fast and Simple. :rocket:
- Host: GitHub
- URL: https://github.com/abhisheksoni27/machine-learning-with-js
- Owner: abhisheksoni27
- License: mit
- Created: 2017-06-13T10:08:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T16:21:20.000Z (over 1 year ago)
- Last Synced: 2024-08-02T18:43:14.766Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 352
- Watchers: 40
- Forks: 97
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://hackernoon.com/machine-learning-with-javascript-part-1-9b97f3ed4fe5)
## Repository Info
The repository is organized as follows:
1. **Linear Regression** | [linear-regression](https://github.com/abhisheksoni27/machine-learning-with-js/tree/master/linear-regression)
2. **k Nearest Neighbors** | [knn](https://github.com/abhisheksoni27/machine-learning-with-js/tree/master/knn)## 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.
```bash
$ 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: