Skip to content

Commit

Permalink
Extreme Learning Machine removed
Browse files Browse the repository at this point in the history
Because it's not awesome enough
  • Loading branch information
krzjoa authored Oct 30, 2023
1 parent 1f0e1cc commit c780eda
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
- [Imbalanced Datasets](#imbalanced-datasets)
- [Random Forests](#random-forests)
- [Kernel Methods](#kernel-methods)
- [Extreme Learning Machine](#extreme-learning-machine)
- [Deep Learning](#deep-learning)
- [PyTorch](#pytorch)
- [TensorFlow](#tensorflow)
Expand Down Expand Up @@ -128,10 +127,6 @@
* [scikit-rvm](https://github.com/JamesRitchie/scikit-rvm) - Relevance Vector Machine implementation using the scikit-learn API. <img height="20" src="img/sklearn_big.png" alt="sklearn">
* [ThunderSVM](https://github.com/Xtra-Computing/thundersvm) - A fast SVM Library on GPUs and CPUs. <img height="20" src="img/sklearn_big.png" alt="sklearn"> <img height="20" src="img/gpu_big.png" alt="GPU accelerated">

### Extreme Learning Machine
* [Python Extreme Learning Machine (ELM)](https://github.com/acba/elm) - A machine learning technique used for classification/regression tasks.
* [hpelm](https://github.com/akusok/hpelm) - High-performance implementation of Extreme Learning Machines (fast randomized neural networks). <img height="20" src="img/gpu_big.png" alt="GPU accelerated">

## Deep Learning

### PyTorch
Expand Down

0 comments on commit c780eda

Please sign in to comment.