This repository contains small machine learning and reinforcement learning projects implemented in Python.
- Spam Classifier (SPAM_classifier.py)
- TicTacToe AI agent
- Reinforcement Learning experiments (RL1, RL2)
- Simple simulation models (Cake.py)
The goal of this repository is to practice and understand practical AI/ML applications, including:
- Supervised learning
- Reinforcement learning basics
- Game AI
- Text classification
- Python
- NumPy
- Basic ML concepts
- Reinforcement Learning fundamentals