|
FlexNN 1
Fully connected neural network built from scratch with flexible n-layer design and multiple activations.
|
Source file for the FlexNN neural network library. More...
#include <iostream>#include <vector>#include <Eigen/Dense>#include "FlexNN.h"#include "Utility.h"
Source file for the FlexNN neural network library.
This library provides a flexible neural network implementation using Eigen for matrix operations. It includes classes for layers and the neural network itself, allowing for easy construction, training, and prediction.