Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kelvinleandro/manim-animations

Animations exploring various concepts in computer science, with a special focus on machine learning and statistics
https://github.com/kelvinleandro/manim-animations

classification-algorithm clustering-algorithm computer-science machine-learning machine-learning-algorithms manim manim-3b1b manim-animations python python3 regression-algorithms statistics

Last synced: 2 days ago
JSON representation

Animations exploring various concepts in computer science, with a special focus on machine learning and statistics

Awesome Lists containing this project

README

        

# Manim Animations
Animations using Manim Community exploring various concepts in computer science, with a special focus on machine learning and statistics

# Current animations

- Autoencoder: [source](./src/autoencoder.py), [video](./videos/Autoencoder.mp4)
- Normalization: [source](./src/normalization.py), [video](./videos/Normalization.mp4)
- Linear Regression: [source](./src/linreg.py), [video](./videos/LinearRegression.mp4)
- K-Means Clustering: [source](./src/kmeans.py), [video](./videos/KMeans.mp4)
- Markov Chain: [source](./src/markov.py), [video](./videos/MarkovChain.mp4)
- Normal Distribution: [source](./src/normal.py), [video](./videos/NormalDistribution.mp4)
- Forward Propagation: [source](./src/forward_prop.py), [video](./videos/ForwardPropagation.mp4)
- Automaton to Regular Expression: [source](./src/automaton.py), [video](./videos/AutomatonToRegex.mp4)
- Log Transformation: [source](./src/log_transform.py), [video](./videos/LogTransform.mp4)
- Euclidean Distance: [source](./src/euclidean.py), [video](./videos/EuclideanDistance.mp4)
- K-nearest neighbors: [source](./src/knn.py), [video](./videos/KNN.mp4)