This repository contains educational tutorials created using Manim, a mathematical animation engine. The tutorials cover various topics in computer science, data science, and machine learning.
- AI Concepts - Introduction to AI and Machine Learning
- Algorithms - Common algorithms and their implementations
- Association Rule Learning - Market basket analysis and Apriori algorithm
- Bias-Variance Tradeoff - Understanding model complexity and generalization
- Binary Data Representation - Understanding binary data and bit manipulation
-
Install Manim:
pip install manim
-
Run a tutorial:
manim -pql tutorial_name.py
This project is licensed under the MIT License.