Skip to content

Version 1.0

Latest
Compare
Choose a tag to compare
@sirCamp sirCamp released this 21 Aug 06:40

Release Features:

  • Extreme Learning Machine implementation
  • Save and Load the model
  • Different activation function
  • Several Metrics for binary or multiclass classification

Roadmap for the future reales:

  • Improvement predictionClass ( actually is more then O(n) due to the iteration over the prediction matrix and the argmax function on the matrix row )
  • Improvement of computeConfusionMatrixValues method
  • Replace the usage of dense vector/matrix with their sparse variant