fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
21 lines
721 B
Text
21 lines
721 B
Text
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)
|