renatoosousa / ELM

A simple interface for the use of ELM with Keras
8 stars 1 forks source link

Can you explain the code carefully? I don't understand how keras implement the extreme learning machine(ELM) algorithm #1

Open Strider20151 opened 6 years ago

renatoosousa commented 6 years ago

Sorry for the delay to answer.

The code is under construction yet. There are some tests and some corrections to make. Basically, what characterizes the ELM is the initialization of weights randomly and that only the last layer is trainable.