A Machine Learning library for JavaScript


Keywords
artificial intelligence, ai, neural network, machine learning
License
ISC
Install
npm install thoughtful@1.7.2

Documentation

npm npm npm npm

thoughtful.js

A zero dependency 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.

Overview

Following machine learning algorithms are included:

Also, the library includes a lot of utility and math functions:

  • Matrix class
  • Maths namespace
  • Distance functions
  • Data Generators
  • Other utility functions