| |
| | Neural Nets C++ library - Rodrigo de Salvo Braz (Site not responding. Last check: 2007-10-13) |
 | | This library defines a set of classes that are essential to neural networks, like pattern, batch and neural net itself. |
 | | It does not define, though, classes for internal components like units, for example, because the implementations of many models do not need that level and it would make the applications be heavier and more complicated than necessary. |
 | | She has to provide the functions that manipulate the "memory" of the model (the weights in the case of neural networks), how it computes its outputs, how it learns, etc. |
| bashful.cs.uiuc.edu /~braz/brown_public_html/neural_nets_library.html (280 words) |
|