ajthr / smlearn

simple machine learning in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smlearn

smlearn is a python implementation of some fundamental machine learning algorithms.

The purpose of smlearn is not to produce optimized and efficient algorithms but rather to present how the algorithms work transparently.

Currently in the developing phase. It is highly unstable and may change radically without notice.

dependencies

scikit-learn requires:

  • Python (>= 3.8)
  • NumPy (>= 1.21.0)

check develop branch for current status.

About

simple machine learning in python

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%