NNFS
Neural network library from scratch
Loading...
Searching...
No Matches
Model.hpp File Reference
#include <Eigen/Dense>
#include "../Layer/Layer.hpp"
#include "../Loss/Loss.hpp"
Include dependency graph for Model.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NNFS::Model
 Abstract base class for the model in a neural network. More...
 

Namespaces

namespace  NNFS