Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 563 Bytes

ML Animations

Some ready to go animations for you to make your own Statistical, Mathematical or Machine Learning animations.
I'm very open about new ideas here is an example of how you can use it:

Roadmap

Check out the Projects tab and hit me up if you want to talk about it.

from linear_regression_2d import LinearRegressionAnimation
ling = LinearRegressionAnimation()
animation = ling.animate()
animation.save("Linear_Regression.gif")