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

Go to the source code of this file.

Classes

class  NNFS::Layer
 Base class for all layers. More...
 

Namespaces

namespace  NNFS
 

Enumerations

enum class  NNFS::LayerType { NNFS::DENSE , NNFS::ACTIVATION }
 Enum class for layer types. More...