|
Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
Files | |
| file | adaline_learning.cpp |
| Adaptive Linear Neuron (ADALINE) implementation | |
| file | kohonen_som_topology.cpp |
| Kohonen self organizing map (topological map) | |
| file | kohonen_som_trace.cpp |
| Kohonen self organizing map (data tracing) | |
| file | neural_network.cpp |
| Implementation of Multilayer Perceptron. | |
| file | ordinary_least_squares_regressor.cpp |
| Linear regression example using Ordinary least squares | |
| file | vector_ops.hpp [code] |
| Various functions for vectors associated with <a href="https://en.wikipedia.org/wiki/Multilayer_perceptron". | |