Wednesday, April 30, 2025

 UNIT-IV (Part-II - Fundamental Concepts of Machine Learning)

Unit-4--Part-2 

Unit-5 Notes Willl be updated Soon (with in one week on or before 10-05-2025)

 Artificial Intelligence (R23) MID-I Marks

DownLoad R23-AI-Mid-1-Marks

Friday, April 18, 2025

 10. Write a Program to implement 8-Queens Problem using Python.

With Single Solution                                 With All Solutions


    8.  Write a Program to Implement Water-Jug problem using Python.

 Source Code 

8 a.  Write a Program to Implement 8-Puzzle Problm with A-Star Algorithm

SourceCode 

8 b. Write a Program to Implement tic-tac-toe

SourceCode 

Tuesday, April 1, 2025

        9.  a. Write a Program to Implement Alpha-Beta Pruning  in Python.

              b. Write a Program to Implement MiniMax Algorithm in Python.

 AlphaBeta Pruninig Source Code                             MIniMax Source Code