@astuanax/funml

Machine learning with functional undertones.

Usage no npm install needed!

<script type="module">
  import astuanaxFunml from 'https://cdn.skypack.dev/@astuanax/funml';
</script>

README

funml

Machine learning with functional undertones.

Build Status Maintainability Test Coverage

Perceptron

A Perceptron class to learn and solve simple linear problems.

NeuralNetwork

A basic multilayered neural network.

DecisionTree

A simple decision tree using entropy and gini impurity functions.