This repository contains my Artificial Intelligence course projects (Fall 2021) at University of Tehran.
- CA0 : Introduction to pandas, numpy, and matplotlib libraries
- CA1 : Informed and Uninformed search algorithms
- CA2 : Hands-on game (minimax) and genetic algorithms
- CA3 : Naive Bayes classification
- CA4 : Machine Learning intro
- CA5 Phase1 : Feed Forward Neural Networks from scratch
- CA5 Phase2 : Neural Networks using TensorFlow