- Theoreties (14 Series)
- Computer Assignments (5 Series)
All codes are python and from scratch
-
- Mini-Max: extension to car game
-
N-Queen: Implementaion of NON ATTACKING N QUEEN Solver for N
$\sim$ 950, Inspired from This Paper - Convex Optimization: Analysis of various types of Convex functions
-
- Hidden Markov Model : Autodrive simulating with HMM model
- Sampleing: Implementation of Gibbs, Rejection, and weighted Sampling
-
- Classic ML: Impelemntation of Perceptrone, Linear Regressoin, Decision Tree, and Randome Forest
- MNIST Image Classification
-
- RL: Epsilon Greedy Q-Learning for Mountain Car