Skip to content

ccir41/AI_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Lab Exercises

Artificial Intelligence lab exercises implemented in python3 for bsc csit II/II TU

Getting Started

  1. pip install numpy
  2. pip install pandas
  3. pip install sklearn

Repository Contains

Intelligent Agents

1.  Simple Reflex Agent
2.  Model Based Agent

Search

1.  DFS (Depth First Search)
2.  BFS (Breadth First Search)
3.  A* Search

Machine Learning

1.  Naive Bayes classifier as Stastical Learning
2.  Genetic Algorithm 

Artificial Neural Network (ANN)

1.  Hebbian Learning 
2.  Perceptron Learning 
3.  Backpropagation Learning 

About

Artificial Intelligence lab exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages