Class 8 Notes
Class 8 Notes
Introduction
Data exploration is the process of analyzing and visualizing data to understand its structure,
patterns, and insights. It helps in detecting anomalies, trends, and relationships within datasets.
Data Visualization
Data visualization refers to representing data in graphical formats such as charts, graphs, and
maps. It helps in understanding data trends, outliers, and patterns effectively.
1. MS Excel
2. Google Sheets
3. Tableau
4. Power BI
5. Matplotlib (Python Library)
Introduction
Data modeling is the process of creating a visual representation of a system's data and its
relationships.
Modeling
AI Models
Evaluation
Introduction
Coding for AI
Interactive Mode
Script Mode
Anaconda and Jupyter Notebook
Installing Anaconda
How to Access Anaconda:
o Using Command Prompt
o Using Anaconda Navigator
Introduction
Features of Python
Easy to learn
Interpreted language
Extensive libraries
Basics of Python
Operators
Arithmetic: +, -, *, /
Comparison: ==, !=, >, <
Assignment: =, +=, -=
Logical: and, or, not
Bitwise: &, |, ^
Conditional Statements
Loops
For loop
While loop
Loop control statements: break, continue
Nested loops