Skip to content

T-Specht/thoughtful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm npm npm npm

thoughtful.js

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.

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