blob: 63c4cd90a340f59edbd66246bb10fcc9f0853c58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
AI4R is a collection of ruby algorithms implementations,
covering several Artificial intelligence fields. It implements:
* Genetic algorithms
* Self-organized maps (SOM)
* Neural Networks
- Multilayer perceptron with Backpropagation learning
- Hopfield net
* Automatic classifiers (Machine Learning)
- ID3 (Decision Trees)
- PRISM (J. Cendrowska, 1987)
- Multilayer Perceptron
- OneR (AKA One Attribute Rule, 1R)
- ZeroR
- Hyperpipes
- Naive Bayes
- IB1 (D. Aha, D. Kibler - 1991)
* Data clustering
- K-means
- Bisecting k-means
- Single linkage
- Complete linkage
- Average linkage
- Weighted Average linkage
- Centroid linkage
- Median linkage
- Ward's method linkage
- Diana (Divisive Analysis)
WWW: http://ai4r.rubyforge.org
|