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

 

Friday, February 21, 2025

 7. Write a python program to implement A* and AO* algorithm.  

Sample Graph for A*                                         A* Code For Reference 

Sample Graph for AO*                                AO* Code Reference

 4. Write a program to implement Best First Searching Algorithm

Sample Graph                                                        Code For Reference 

Monday, February 10, 2025

3. Write a Program to Implement Breadth First Search using Python.

5. Write a Program to Implement Breadth First Search using Python.

 

Code For Reference

Sunday, February 2, 2025

 2.   Pandas Library: Visualization -  Write a program which use pandas inbuilt visualization to plot following graphs:

              i. Bar plots       ii. Histograms    iii. Line plots    iv. Scatter plots

Sample .csv file 

 Refer This Material 

Sunday, January 26, 2025

 

1.        Pandas Library

a)      Write a python program to implement Pandas Series with labels.

b)      Create a Pandas Series from a dictionary.

c)      Creating a Pandas Data Frame.

d)     Write a program which makes use of the following Pandas methods

                    i) describe ()           ii) head ()          iii) tail ()            iv) info ()

Sample .csv file 

 Refer This Material

 AI Theory and Lab Syllabus