/smlearn

simple machine learning in python

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.