FlexNN 1
Fully connected neural network built from scratch with flexible n-layer design and multiple activations.
Loading...
Searching...
No Matches
FlexNN.cpp File Reference

Source file for the FlexNN neural network library. More...

#include <iostream>
#include <vector>
#include <Eigen/Dense>
#include "FlexNN.h"
#include "Utility.h"
Include dependency graph for FlexNN.cpp:

Detailed Description

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.

Author
Nalin Angrish nalin.nosp@m.@nal.nosp@m.inang.nosp@m.rish.nosp@m..me