Skip to content

A simple interface for the use of ELM with Keras

Notifications You must be signed in to change notification settings

renatoosousa/ELM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Extreme learning machines (in construction)

Extreme learning machines are feedforward neural network for classification, regression, clustering, sparse approximation, compression or feature learning with a single layer or multi layers of hidden nodes, where the parameters of hidden nodes (not just the weights connecting inputs to hidden nodes) need not be tuned. These hidden nodes can be randomly assigned and never updated (i.e. they are random projection but with nonlinear transforms), or can be inherited from their ancestors without being changed. In most cases, the output weights of hidden nodes are usually learned in a single step, which essentially amounts to learning a linear model.

This framework is a simple interface based on Keras. The idea here is to abstract all necessary knowledge in Keras without losing its flexibility to build networks.

Dependencies

TODO (class and examples)

  • Binary Classification (in construction)
  • Regression
  • Cluster

About

A simple interface for the use of ELM with Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages