mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-05-22 21:17:22 +08:00
Added sigmoid activation, and ability to do activation above linear layers.
This commit is contained in:
@ -4,7 +4,6 @@ import random
|
||||
|
||||
import manim_ml.neural_network.activation_functions.relu as relu
|
||||
|
||||
|
||||
class ActivationFunction(ABC, VGroup):
|
||||
"""Abstract parent class for defining activation functions"""
|
||||
|
||||
|
Reference in New Issue
Block a user