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

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

#include <vector>
#include <Eigen/Dense>
#include "Layer.h"
Include dependency graph for FlexNN.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FlexNN::NeuralNetwork
 Class representing a neural network. More...
 

Namespaces

namespace  FlexNN
 Namespace for the FlexNN neural network library.
 

Detailed Description

Header 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