Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kelvinleandro/manim-animations
- Owner: kelvinleandro
- Created: 2024-11-27T23:52:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T23:18:24.000Z (10 days ago)
- Last Synced: 2025-01-25T00:20:45.127Z (10 days ago)
- Topics: classification-algorithm, clustering-algorithm, computer-science, machine-learning, machine-learning-algorithms, manim, manim-3b1b, manim-animations, python, python3, regression-algorithms, statistics
- Language: Python
- Homepage:
- Size: 3.38 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)