You are on page 1of 3

Assignment No.

Data Visualization

G-5
Assignment No. 2

Title: Data Visualization

Problem Definition and Aim of Experiment: To acquire, visualize and analyse


the data set (from time-domain/ frequency-domain/ etc.).

Objective of Experiment
1. To understand of what is a Dataset?
2. To load dataset and split data.
3. To plot different types of plot.
4. To learn how to execute python program.

Theory
1. Introduction - What is Data? (Schematic, Explanation)
2. Data Classification-1 (Schematic, Sub-Types / Classification,
Advantages, Limitations, Applications, Comparison)
 Numeric Data,
 Categorical Data,
 Time series Data and
 Text Data
3. Data Classification-2 (Schematic, Sub-Types / Classification,
Advantages, Limitations, Applications, Comparison)
 Quantitative Data,
 Qualitative Data,
4. Introduction - What is Dataset? (Schematic, Explanation)
5. Dataset Terminology
6. Why is Dataset Essential for your AI Model?
7. Why to Split Your Data?
8. How to build yourself a proper dataset for Machine Learning Project?
9. Where to get Training Data?
10. Dataset sources and repositories
11. Different types of plots available for data visualization in Python.

Problem Statement
Write problem statement of already available one type of learning
example from available resources. The data must be in CSV format. The
aim is to plot different types of plot to analyse the data visually.

Procedure
Write and follow the standard procedure for your selected type of learning
example from available resources assigned to you.

Program Code
Write Algorithm, draw flow-chart of the Problem Statement selected by /
assigned to you. Also enclose a print-out of your Python Program Listing
(*.txt).
NOTE: No hand-written Program Listing is expected; it should be a Print-out!

G-6
Program Input
Also attach a print-out of the Dataset in form of *.csv file (comma
separated values) as an input.

Program Output
Attach a print-out of your program output (result - verities of Graph (count
plot, Pie Chart, Scatter Plot, Line Chart, etc. generated) and Conclusion.

G-7

You might also like