Syncognite
A neural network library for convolutional, fully connected nets and RNNs in C++.
|
Syncognite is a header-only library for neural networks in C++.using Eigen3 for matrix operations.
Layers are implemented with manual forward and backward propagation (so no autodiff).
This is the main header file for the library.
In addition to this include file, you may want to include the required layers.