Skip to content

Excersices from Artificial Intelligence Course. Include BFS, IDS, A*, KNN, IT3 and NaiveBayes algorithm.

Notifications You must be signed in to change notification settings

orrpaz/Artificial-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

AI

EX1

"N-Puzzle" solver using IDS, BFS and A*(with using manhattan Huristic) algorithms.

Running main_ex1.java looking for a file "input.txt". The input will be: first line: 1 for IDS, 2 for BFS, 3 for A* second line: grid length third line: the grid seperated by '-' e.g: 1-2-3-4-5-6-7-0-8

The output file will be one line contains the operations (U, D ,L, R) as the solution, number of developed nodes and the cost of the solution.

EX2

3 prediction algorithms for data sets: KNN, IT3 and Navie Bayse

About

Excersices from Artificial Intelligence Course. Include BFS, IDS, A*, KNN, IT3 and NaiveBayes algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published