1.2.0 • Published 7 years ago

rapidlib v1.2.0

Weekly downloads
2
License
BSD
Repository
-
Last release
7 years ago

C++ Library

RapidLib is a lightweight library for interactive machine learning, inspired by Wekinator.

It currently features classification (using kNN), regression (multilayer perceptron), and series classification (using dynamic time warping).

Full C++ documentation can be found here.

Javascript

RapidLib has also been transpiled to JavaScript using Emscripten. It can be used in a browser through a script tag.

<script src="https://www.doc.gold.ac.uk/eavi/rapidmix/RapidLib.js"></script>

It can also be used in Node.js via npm:

npm install rapidlib

Full JavaScript documentation can be found here

1.2.0

7 years ago

1.1.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago