You are on page 1of 3

University Institute of Engineering

Department of Electronics & Communication Engineering

Experiment: 1

Student Name: Priyanka UID:18BEC1050


Branch: Electronics and Communication Section/Group:7ECE-1/A
Semester:7 Date of Performance:
Subject Name: AIML Subject Code: ECA-401

1. Aim of the practical: Explore data pre-processing packages and AIML algorithms.

2. Tool Used: Google Collab

3. Basic Concept/ Command Description:


Data pre-processing means processing data to make it fir for machine learning. Data can
often be in unprocessed form. It may have null values at unwanted places, duplicate
entries, and irregular data. It may have outliers that may hamper effective results. Hence,
we must process our data before feeding it into the algorithm. It can be done using
different packages. Some of them are:
 NumPy – Mathematical operations, arrays, arithmetic operations can be done using
NumPy
 Pandas – Pandas is used for data manipulation. It is used to read data, find null
values, Find duplicate entries etc.
 Matplotlib - it is used for data visualization. We can see data in graphical form
using different kind of plots. Graphs, charts and maps make it easier to understand
data and patterns within it. It can be used to create animated or static
visualizations.
We can use different platforms to use python notebooks. We will be using google colab,
it is a virtual environment that enables us to work on machine learning in virtual
environment.
University Institute of Engineering
Department of Electronics & Communication Engineering

4. Code:

To import NumPy

To import Pandas

To import Matplotlib

5. Observations, Simulation Screen Shots and Discussions: NA

6.Result and Summary: NA

Learning outcomes (What I have learnt):

1. We learnt about different packages used in data pre processing

2. we learnt about features available in NumPy, pandas and matplotlib

3. We learnt how to import these packages in python notebook

Evaluation Grid (To be filled by Faculty):


Sr. Parameters Marks Obtained Maximum Marks
No.
1. Worksheet completion including 10
writing learning objectives/Outcomes.
(To be submitted at the end of the day)
2. Post Lab Quiz Result. 5
3. Student Engagement in 5
Simulation/Demonstration/
Performance and Controls/Pre-Lab
University Institute of Engineering
Department of Electronics & Communication Engineering

Questions.
Signature of Faculty (with Date): Total Marks Obtained: 20

You might also like