menu
flutter_ml package
documentation
activationFunctions/leakyRelu.dart
LeakyReLU
alpha property
alpha property
dark_mode
light_mode
alpha
property
double
alpha
final
The small slope for negative inputs.
Implementation
final double alpha;
flutter_ml package
documentation
activationFunctions/leakyRelu
LeakyReLU
alpha property
LeakyReLU class