Skip to main content

Module neural

Module neural 

Source
Expand description

Python bindings for scirs2-neural

This module provides Python bindings for neural network activation functions and utilities. Full layer-based training requires scirs2-autograd’s computational graph system. For comprehensive neural network training, use PyTorch or TensorFlow.

Structs§

PyGELU
GELU activation function
PyReLU
ReLU activation function
PySigmoid
Sigmoid activation function
PySoftmax
Softmax activation function
PyTanh
Tanh activation function

Functions§

register_module