24AM201 - Introduction to Artificial Intelligence (Lab Integrated)
24AM201 - Introduction to Artificial Intelligence (Lab Integrated)
Part – B ( 5 x 13 = 65 Marks)
11.a. Apply state space representation and production systems in designing an AI-based traffic
management system. Illustrate your answer with diagrams and examples.
Or
11.b. Apply AI methods to education and disaster management sectors. Provide examples that support
your claims.
12.a. Design a Python program using recursion to generate the Fibonacci sequence. Justify its application
over iteration.
Or
12.b. A logistics firm wants to manage city warehouse locations and access routes. Show how tuples and
lists in Python can support this task. Apply relevant code examples.
13.a. A retail firm needs to handle product records with missing values in sales reports. Using Pandas,
implement Python methods to fill, interpolate, and drop missing data. Analyze the outcomes.
Or
13.b. An online course platform wants to visualize user engagement weekly. Create a Python program
using Matplotlib to generate line and bar plots. Analyze how such graphs help decision-making.
14.a. A startup is developing AI solutions for customer behavior tracking, fraud detection, and demand
forecasting. Apply suitable ML paradigms (supervised, unsupervised, reinforcement) for these use
cases using Python and justify your choices.
Or
14.b. In a clinical diagnosis application, a deep learning model gets updated periodically with doctor
feedback. Analyze how feedback mechanisms enhance the model’s accuracy. Support with relevant
Python structure.
15.a. An environmental agency wants to deploy AI for predicting and managing air pollution. Propose an
AI model, evaluate input sources, and justify your algorithm choice.
Or
15.b. An insurance firm wants to use chatbots to manage claims, answer queries, and update users.
Develop a case study and evaluate the chatbot’s effectiveness in terms of automation and user
satisfaction.
Part – C ( 1 x 15 = 15 Marks)
16.a. A city municipal body is planning to implement a smart garbage collection system using AI. As a
system designer, develop a structured framework using AI components to monitor bin levels,
optimize routes, and reduce fuel costs. Include model training, sensor data integration, and decision
mechanisms.
Or
16.b. A fintech company wants to recommend investment portfolios based on past performance,
customer profiles, and market trends. Design a machine learning framework using Python tools that
predicts portfolio success. Include your approach to data ingestion, feature engineering, model
evaluation, and real-time integration.