NNFS
Neural network library from scratch
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 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
 CAdagradTest
 CAdamTest
 CCanvasCustom widget for drawing on a canvas
 CCCESoftmaxTest
 CCCETest
 CDenseTest
 CMetricsTest
 COptimizerTest
 CPaintPainting application
 CReLUTest
 CRMSpropTest
 CSGDTest
 CSigmoidTest
 CSoftmaxTest
 CTanhTest
 CTestCanvas