Skip to content

Homework Assignments Completed as a part of the course on "Foundations of Artificial Intelligence" at USC.

Notifications You must be signed in to change notification settings

Supercool1604/AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI

Projects in Artificial Intelligence

1. Implementations of BFS, UCS and A* search in a 3-D Cave like maze system with 4M+ nodes.

2. Implementation of Alpha-Beta pruning in order to solve a 5*5 Go Game.

Went only until depth 4 for this implementation as it takes more time otherwise.

3. Implementation of ANN from scratch for the MNIST dataset.

Used sigmoid for hidden layers and softmax for output layer with cross-entropy loss function.

Description of project is provided in the PDF file.