Skip to content

mnowotnik/faif-MLR

Repository files navigation

faif-MLR build-status

A fork of the faif (Fast Artificial Intelligence Framework).

This fork includes Multinomial Logistic Regression classifier, which uses Batch Gradient Descent for training.

Build

scons build

Usage

Various usage examples can be found in the examples/ directory. Also check the original page (faif).

Multinomial Logistic Regression Classifier

  • learning algorithm : Batch Gradient Descent
  • plain implementation : no Bold Driver, no Weight Decay and no Regularization
  • accepts only Nominal values (as almost every algorithm in this framework)

About

A fork of the faif (Fast Artificial Intelligence Framework) with an MLR classifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published