An open API service indexing awesome lists of open source software.

https://github.com/mzed/rapidlib

RapidLib is a lightweight library for interactive machine learning.
https://github.com/mzed/rapidlib

interactive-machine-learning machine-learning

Last synced: 10 months ago
JSON representation

RapidLib is a lightweight library for interactive machine learning.

Awesome Lists containing this project

README

          

# RapidLib

[![GitHub license](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/mzed/RapidLib/blob/master/LICENSE)

#### main
![Linux Build](https://github.com/mzed/RapidLib/workflows/Linux+Docs%20Build/badge.svg)
![Windows Build](https://github.com/mzed/RapidLib/workflows/Windows%20Build/badge.svg)
![MacOS Build](https://github.com/mzed/RapidLib/workflows/Mac%20Build/badge.svg)

#### dev
![Linux Build](https://github.com/mzed/RapidLib/workflows/Linux+Docs%20Build/badge.svg?branch=dev)
![Windows Build](https://github.com/mzed/RapidLib/workflows/Windows%20Build/badge.svg?branch=dev)
![MacOS Build](https://github.com/mzed/RapidLib/workflows/Mac%20Build/badge.svg?branch=dev)

RapidLib is a lightweight library for interactive machine learning. It currently features classification (using kNN), regression (multilayer perceptron), and series classification (using dynamic time warping).

## More at: [https://mzed.github.io/RapidLib/](https://mzed.github.io/RapidLib/)