Skip to content

🎓💻University of Tehran AI Course Projects - Fall 2021

Notifications You must be signed in to change notification settings

SM2A/Artificial_Intelligence_Course_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence Course Projects

This repository contains my Artificial Intelligence course projects (Fall 2021) at University of Tehran.

  1. CA0 : Introduction to pandas, numpy, and matplotlib libraries
  2. CA1 : Informed and Uninformed search algorithms
  3. CA2 : Hands-on game (minimax) and genetic algorithms
  4. CA3 : Naive Bayes classification
  5. CA4 : Machine Learning intro
  6. CA5 Phase1 : Feed Forward Neural Networks from scratch
  7. CA5 Phase2 : Neural Networks using TensorFlow