(C++) Flood
January 7, 2018 · View on GitHub
(C++) Flood
Flood is a cross-platform artificial intelligence library for neural networks.
Flood data types
My personal Flood remarks
- Flood is not const-correct
- Flood uses custom data types like Flood::Vector, instead of std::vector
- Flood does not save its neural networks in the PMML language
External links