II-B (R23) Python Programming - Unit I (It is instructed to bring these notes to class without fail.)
Saturday, July 19, 2025
Saturday, June 21, 2025
Artificial Intelligence Question Bank For Semester End Exams for R23 Regulation
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
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 )
Typical expert systems – MYCIN, DART, XCON.
Sunday, May 4, 2025
Wednesday, April 30, 2025
UNIT-IV (Part-II - Fundamental Concepts of Machine Learning)
Unit-5 Notes Willl be updated Soon (with in one week on or before 10-05-2025)
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.
8 a. Write a Program to Implement 8-Puzzle Problm with A-Star Algorithm
8 b. Write a Program to Implement tic-tac-toe
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.
4. Write a program to implement Best First Searching Algorithm
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.
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
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 ()