NNFS
Neural network library from scratch
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12]
 Nclue
 NNNFS
 CActivationBase class for all activation functions
 CAdagradAdagrad optimizer (Adaptive Gradient)
 CAdamAdam optimizer - Adaptive Moment Estimation, one of the most popular and efficient gradient-based optimization algorithms
 CCCECross-entropy loss function
 CCCESoftmaxCross-entropy loss function with softmax activation
 CDenseDense layer
 CLayerBase class for all layers
 CLossBase class for all loss functions
 CMetricsMetrics class
 CModelAbstract base class for the model in a neural network
 CNeuralNetworkA neural network model
 COptimizerBase class for all optimizers
 CReLUReLU activation function
 CRMSPropRoot Mean Square Propagation optimizer
 CSGDStochastic Gradient Descent optimizer
 CSigmoidSigmoid activation function
 CSoftmaxSoftmax activation function
 CTanh