File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
2
- [ // ] : # ( <p align="center"> )
3
-
4
- [ // ] : # ( <img style="max-width:100%;" )
5
-
6
- [ // ] : # ( src="https://thieu1995.github.io/post/2023-08/intelelm-02.png" )
7
-
8
- [ // ] : # ( alt="IntelELM"/> )
9
-
10
- [ // ] : # ( </p> )
11
-
12
-
13
- ### Intelligent Metaheuristic-based Extreme Learning Machine: IntelELM - An Open Source Python Library
2
+ <p align =" center " >
3
+ <img style =" max-width :100% ;" src =" https://thieu1995.github.io/post/2023-08/intelelm.png " alt =" IntelELM " />
4
+ </p >
14
5
15
6
---
16
7
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ Welcome to IntelELM's documentation!
52
52
:target: https://www.gnu.org/licenses/gpl-3.0
53
53
54
54
55
+ **Intelligent Metaheuristic-based Extreme Learning Machine: IntelELM - An Open Source Python Library **
56
+
55
57
IntelELM (Intelligent Metaheuristic-based Extreme Learning Machine) is a Python library that implements a framework
56
58
for training Extreme Learning Machine (ELM) networks using Metaheuristic Algorithms. It provides a comparable
57
59
alternative to the traditional ELM network and is compatible with the Scikit-Learn library. With IntelELM, you can
You can’t perform that action at this time.
0 commit comments