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

IML Assignment 1

This document outlines an assignment for a Diploma course in Machine Learning at Shri Labhubhai Trivedi Institute of Engineering & Technology, Rajkot. It includes various tasks such as defining machine learning, explaining its types, and writing programs in Python using libraries like NumPy and Pandas. The submission date is set for August 22, 2025, and students are instructed to present their work neatly with necessary figures.

Uploaded by

karanvaya2008
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)
105 views1 page

IML Assignment 1

This document outlines an assignment for a Diploma course in Machine Learning at Shri Labhubhai Trivedi Institute of Engineering & Technology, Rajkot. It includes various tasks such as defining machine learning, explaining its types, and writing programs in Python using libraries like NumPy and Pandas. The submission date is set for August 22, 2025, and students are instructed to present their work neatly with necessary figures.

Uploaded by

karanvaya2008
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

SHRI LABHUBHAI TRIVEDI INST. OF ENGG.&TECH.

, RAJKOT
DIPLOMA- SEMESTER–V

Subject Code : 4350702


Subject Name : Introduction to Machine Learning

Submission Date: 22/08/2025


Instruction:
1. Write down all questions in college file pages compulsorily.
2. Draw neat figures where necessary.

Assignment – 1
1)​ Define Machine Learning. Also write it’s advantages and disadvantages.
2)​ Explain Human Learning and Machine Learning.
3)​ Explain types of Machine Learning with examples.
4)​ Write tools and technology used in machine learning.
5)​ Write a python program to implement any 5 maths functions in NumPy.
6)​ Explain application of machine learning.
7)​ Explain list, tuple, dictionary and set data structure with example.
8)​ Write pandas program to implement following:
i) To convert first column of DataFrame as a Series.
ii) To sort a given Series:[12,25,6,4,8,10,21,22]
9)​ Define outlier in data. Write approaches to handle outliers.
10)​Create bar plot using Matplotlib with following data
x=[‘Rohit’, ‘Virat’, ‘Shikhar’, ’Gill’], y=[45,89,13,54]. Label the x-axis as
“Player” and y-axis as “Score”.
11)​Write a NumPy program to implement following operation
i) To find the maximum and minimum value of given any single dimensional array.
ii) To compute the mean and standard deviation of a given array.
12)​Explain array slicing concept with example.
13)​Explain array stacking concept with example.
14)​Write arange() and reshape() function with example.
15)​Explain dropna() and fillna() function with example.
16)​How to handle missing values in pandas().
17)​Explain Groupby function in pandas with example.
18)​Differentiate Numpy and pandas.
19)​Write and explain syntax of following operation in Pandas Data Frame
a)Remove Duplicate Rows
b)Clean Empty Cells (NaN values)
20)​Explain [Link]() in Matplotlib. Write a program to plot line, pie and bar
graph with blue color, legends, and title.

Prof. Rinkal Umaraniya 1

You might also like