- Implementation of a Random Forest classifier with Decision Trees for the UCI wine quality dataset.
- Implementation of a Naive Bayes Classifier in Python for UCI mushroom dataset.
- Automated stock trader using Decision Trees with Boosting and Q-Learning agents.
- Developed an Isolation Game playing AI using iterative deepening and Alpha-Beta pruning.
- Formulated the N-Queens problem into an optimization problem and implemented a Genetic Algorithm solution.