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

Go to the source code of this file.

Classes

class  NNFS::Loss
 Base class for all loss functions. More...
 

Namespaces

namespace  NNFS
 

Enumerations

enum class  NNFS::LossType { NNFS::CCE , NNFS::CCE_SOFTMAX }
 Enum class for loss types. More...