Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 968 Bytes

File metadata and controls

36 lines (23 loc) · 968 Bytes

5th Semester CSE AIML Lab Programs

1.Solve Tic-Tac-Toe using DFS

2. Alpha-Beta Pruning Problem

3. Solve 8-Puzzle Problem using A* Algorthim

4. Apply Hill CLimbing Search Algorithm to maximize f(x)

5. Logistic Regression

6. Naive Bayes Algorithm

7. KNN Algorithm

8.K-Means Clustering Algorithm