Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.43 KB

README.md

File metadata and controls

16 lines (9 loc) · 1.43 KB

Artificial Intelligence Projects

This repository contains my Aritificial Intelligence course projects.

CA0: Introduction to NumPy and Pandas Libraries. Report

CA1: Implementation of Search Algorithms (BFS, IDS, A*). Report

CA2: Implementation of Genetic Algorithm and Minimax Algorithm . Genetic Algorithm and MiniMax

CA3: Naive Bayes Classifier. Report

CA4: Introduction to KNN, Random Forest, Decision Tree and Voting Regression Models. Report

CA5: Implementation of a FeedForward Neural Network from scratch. Report

CA6: Introduction Keras Library. Report