Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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.

About

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

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages