codeplea/genann
Genann is a minimal neural network library written in ANSI C with no external dependencies.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
Genann is a self-contained C library for creating, training, and running feedforward artificial neural networks. It implements backpropagation training and supports alternative optimization methods such as genetic algorithms. The library consists of two files and is designed to be simple, fast, and easily hackable for educational or embedded applications.