mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-05-28 03:16:47 +08:00
General changes, got basic visualization of an activation function working for a
convolutinoal layer.
This commit is contained in:
@ -2,7 +2,6 @@ from manim import *
|
||||
import numpy as np
|
||||
import math
|
||||
|
||||
|
||||
class GaussianDistribution(VGroup):
|
||||
"""Object for drawing a Gaussian distribution"""
|
||||
|
||||
@ -89,7 +88,7 @@ class GaussianDistribution(VGroup):
|
||||
height=ellipse_height,
|
||||
color=color,
|
||||
fill_opacity=opacity,
|
||||
stroke_width=0.0,
|
||||
stroke_width=2.0,
|
||||
)
|
||||
ellipse.move_to(mean)
|
||||
ellipse.rotate(rotation)
|
||||
|
Reference in New Issue
Block a user