Skip to content

jvytee/elmpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElmPy

A simple Extreme Learning Machine in python using NumPy, optionally compatible with scikit-learn. Work in progress!

Features

  • Regression using logistic activation function
  • L2 regularization
  • Optional compatibility with scikit-learn, e.g. for use in pipelines

Installation

Clone this repository and install using pip:

git clone https://github.com/jvytee/elmpy.git
pip install ./elmpy

To install with scikit-learn dependencies, execute

pip install ./elmpy[sklearn]

Usage

TODO

Roadmap

  • Create package structure
  • Write unit tests
  • Implement classifier
  • Add examples

About

Simple Extreme Learning Machine in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages