Skip to content

Artificial Intelligence Lab Course (CS 312), IIT Dharwad

License

Notifications You must be signed in to change notification settings

Shiru99/CS312-AI-Lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Lab

  1. Lab-1
    This lab includes implementation of Breadth First Search (BFS), Depth First Search (DFS), and Depth First Iterative Deepening (DFID).

  2. Lab-2
    This lab includes implementation of Block World Problem using Best First Search (BFS) and Hill Climbing Algorithms.

  3. Lab-3
    This lab includes implementation of k-SAT Problem using Heuristic Search Algorithms like VND and Tabu Search.

  4. Lab-4
    This lab includes implementation of Travelling Salesman Problem (TSP) using any of above mentioned algorithms to get minimum possible costs.

  5. Lab-5
    This lab includes implementation of Othello Game using MiniMax and Alpha-Beta Pruning Algorithms.

  6. Lab-6
    This lab includes implementation of Spam Email Classification using Support Vector Machines.

  7. Lab-7
    This lab includes implementation of Grid World Problem using techniques of Value Iteration and Policy Iteration in Reinforcement Learning to get optimal cost.

About

Artificial Intelligence Lab Course (CS 312), IIT Dharwad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 40.1%
  • C++ 17.4%
  • Python 14.9%
  • HTML 11.0%
  • Jupyter Notebook 10.6%
  • Java 2.5%
  • Other 3.5%