Skip to content

Commit c780eda

Browse files
authored
Extreme Learning Machine removed
Because it's not awesome enough
1 parent 1f0e1cc commit c780eda

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
- [Imbalanced Datasets](#imbalanced-datasets)
2626
- [Random Forests](#random-forests)
2727
- [Kernel Methods](#kernel-methods)
28-
- [Extreme Learning Machine](#extreme-learning-machine)
2928
- [Deep Learning](#deep-learning)
3029
- [PyTorch](#pytorch)
3130
- [TensorFlow](#tensorflow)
@@ -128,10 +127,6 @@
128127
* [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">
129128
* [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">
130129

131-
### Extreme Learning Machine
132-
* [Python Extreme Learning Machine (ELM)](https://github.com/acba/elm) - A machine learning technique used for classification/regression tasks.
133-
* [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">
134-
135130
## Deep Learning
136131

137132
### PyTorch

0 commit comments

Comments
 (0)