mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-05-22 04:56:26 +08:00
Added sigmoid activation, and ability to do activation above linear layers.
This commit is contained in:
@ -22,7 +22,7 @@ class CombinedScene(ThreeDScene):
|
||||
ImageLayer(numpy_image, height=1.5),
|
||||
Convolutional2DLayer(1, 7, filter_spacing=0.32),
|
||||
Convolutional2DLayer(3, 5, 3, filter_spacing=0.32, activation_function="ReLU"),
|
||||
FeedForwardLayer(3),
|
||||
FeedForwardLayer(3, activation_function="Sigmoid"),
|
||||
],
|
||||
layer_spacing=0.25,
|
||||
)
|
||||
|
Reference in New Issue
Block a user