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

Go to the source code of this file.

Classes

class  NNFS::Activation
 Base class for all activation functions. More...
 

Namespaces

namespace  NNFS
 

Enumerations

enum class  NNFS::ActivationType {
  NNFS::RELU , NNFS::SIGMOID , NNFS::TANH , NNFS::SOFTMAX ,
  NNFS::NONE
}
 Enum class for activation types. More...