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

Assignment -I ML

The document is an assignment for a Machine Learning course at Shri Dadaji Institute of Technology, detailing various tasks related to ML concepts, algorithms, data pre-processing, and evaluation metrics. It includes questions on types of ML for continuous and non-continuous data, differences between ML concepts, and practical problems involving data analysis. Additionally, it requires explanations of encoding techniques and their impact on data dimensionality.

Uploaded by

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

Assignment -I ML

The document is an assignment for a Machine Learning course at Shri Dadaji Institute of Technology, detailing various tasks related to ML concepts, algorithms, data pre-processing, and evaluation metrics. It includes questions on types of ML for continuous and non-continuous data, differences between ML concepts, and practical problems involving data analysis. Additionally, it requires explanations of encoding techniques and their impact on data dimensionality.

Uploaded by

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

SHRI DADAJI INSTITUTE OF TECHNOLOGY AND TECHNOLOGY

Assignment - I
Branch/Sem – CSE - VI Sem
Subject – Machine learning

Date of Assignment: 04/04/2025 Date of Submission: 09/04/2025

1. Explain various types of ML used for continuous data and non-continuous data.
2. List the main type of machine learning algorithms and provide examples of
applications for each type?
3. Describe various concepts of data pre-processing and visualization in terms of data
analytics.
4. Differentiate among the following:
(a) Deep Learning and Machine Learning
(b) K-Means and KNN.
(c) Artificial learning and Machine Learning
5. Explain the importance of data normalization in machine learning for improving
model convergence, stability and performance. Explain the role of Hypothesis
function in ML Models?
6. Below are provided examples of X and Y with their corresponding values as the
independent and depended variables, respectively find the slope of the least squares
intercept. (y=ax+b)
X 0 1 2 3 4

Y 2 3 5 4 6

Estimate the value of y when x is 10.


7. Describe common evaluation metrics used for regression models of machine
learning?
8. Give an explanation of the one-hot encoding as well as the Label encoding. In what
ways do they change the dimensionality of the data that has been provided?

You might also like