Question: Section A: Definitions and Concepts ( 1 5 Marks ) Answer all questions in this section. Each question carries 5 marks. Learning Paradigms: Explain the
Section A: Definitions and Concepts Marks
Answer all questions in this section. Each question carries marks.
Learning Paradigms:
Explain the differences between supervised learning, unsupervised learning, and reinforcement learning. Provide one example for each type.
CNNs:
Define Convolutional Neural Networks CNNs describe their architecture, and explain their importance in image processing. Provide a realworld application.
Data Preprocessing:
Explain the purpose of data preprocessing in machine learning. Discuss two techniques, such as normalization and dimensionality reduction, and their impact on model performance.
Section B: Practical Applications Marks
Answer all questions in this section. Each question carries marks.
Linear Regression Code:
Analyze the following Python code:
python
from sklearn.linearmodel import LinearRegression
import numpy as np
# Data
X nparray
nparray
# Model
model LinearRegression
model.fit
# Prediction
printPrediction for input : model.predict
Explain each line of the code.
Calculate the predicted value for input and interpret the result.
Compare BreadthFirst Search BFS and DepthFirst Search DFS For each, provide:
A brief explanation of how the algorithm works.
A realworld application where it would be most suitable.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
