Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
9 views1 page

Digital Assignment 1

The document outlines the details for the Winter 2025-2026 assignment for the course BEEE410L - Machine Learning, taught by Dr. R. Senthil Kumar. It includes the assignment title, course outcomes, and five specific tasks related to machine learning techniques, including literature surveys, dataset analysis, and implementation of classification algorithms. The assignment is to be submitted online by August 17, 2025.

Uploaded by

sakhisharma1011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Digital Assignment 1

The document outlines the details for the Winter 2025-2026 assignment for the course BEEE410L - Machine Learning, taught by Dr. R. Senthil Kumar. It includes the assignment title, course outcomes, and five specific tasks related to machine learning techniques, including literature surveys, dataset analysis, and implementation of classification algorithms. The assignment is to be submitted online by August 17, 2025.

Uploaded by

sakhisharma1011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Academic Year : 2025 -2026 Semester : Winter

Course code & : BEEE410L- Machine Learning


Title
Course Instructor : Dr.R.Senthil Kumar
Assignment No : Digital Issued on: To be submitted
Assignment - 1 11.08.2025 on: 17.08.2025
Assignment Title : Overview of Machine Learning & Artificial Neural Networks
Assessment thru’ : Online submission

Course Outcomes:
1. Solve regression and classification problems
2. Apply the supervised/unsupervised algorithms to a real problem and
report on the expected accuracy that can be achieved by applying the
models
Marks (5*2 =10)
S.No. Questions CO Level
1 1 K3
Perform a literature survey on various regression techniques are
applied to Electrical Vehicles. Collect the latest reference papers
from 2023 to till date and provide then detailed survey. (Minimum 10
papers)

2 Collect a dataset with features such as Number of Bedrooms, Square 1 K3


Footage, Location Rating, Age of the House, and predict the Price of
the house. Perform data preprocessing (handling missing values,
encoding categorical data, scaling features) before applying a
regression model.
3 Consider a dataset containing student details such as Study Hours per 1 K3
Week, Attendance %, Previous Semester Grades, Participation in Activities,
Sleep Hours, and Final Exam Result (Pass/Fail). Apply a classification
algorithm to predict whether a student will pass the exam. Compute the
confusion matrix, accuracy, and precision.

4 2 K3
Determine the weights required to perform the following classification
using perceptron network. The vectors (1,1,1,1) and (-1,1, -1, -1) are
belonging to the class (So have target value1), vectors (1,1,1, -1) and
(1, -1, -1,1) are not belonging to the class (So have target value -1).
Assume learning rate as 1, threshold as 0.2, and initial weights as 0.

5 2 K3
Implement OR function using perceptron networks for bipolar
inputs and targets

Faculty Signature

You might also like