A Machine Learning library for JavaScript.
Install it using NPM with the following command:
npm install thoughtful --save
To use it your code, import the thoughtful package like:
import * as tf from 'thoughtful'
Please note that the library is currently in a beta status! This library is build mainly for learning purposes.
Following machine learning algorithms are included:
- Feed Forward Neural Network
- Naive Bayes Classification
- K-Nearest-Neighbour
- K-Means Clustering
Also, the library includes a lot of utility and math functions:
- Matrix class
- Maths namespace
- Distance functions
- Data Generators
- Other utility functions