Saturday, June 21, 2025

Artificial Intelligence Question Bank For Semester End Exams  for R23 Regulation

Download

Tuesday, June 17, 2025

 Updated MID-2 Marks (Descriptive-Objective-Open Book - Seminar)

If there is any discrepancy, contact me immediately before 12 noon today i.e. 19-06-2025

Verify

Sunday, June 15, 2025

Monday, May 5, 2025

 Unit-5 - Expert Systems (Architecture of expert systems- Roles of expert systems – Knowledge Acquisition  - Expert systems shells )

DownLoad 

Typical expert systems – MYCIN, DART, XCON.

DownLoad

Sunday, May 4, 2025

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

 

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