Project Cycle Notes Class 10 AI
Project Cycle Notes Class 10 AI
in
Project
Project Cycle
Cycle
CLASS 10
1
PROJECT CYCLE 10TH
in
Data Acquisition
Data Sources
Data Features
Machine Learning Based
Data Exploration
s.
(Labelled Data) Supervised Learning Tools for Data Visualisation
Regression
Modelling in
Modelling
Classification Detail
Modelling
id
(Unlabelled data) Unsupervised Learning
Clustering
Evaluation
Dimensionality Reduction
rk
(Trial and Error) Reinforcement Learning Machine works on the rules
Clustering
defined by the developer
Association
Data and
Traning Data Project Cycle
Agni Questions PDF
Testing Data
Prithvi Sample Papers
©
Video
" Success is when you are the one, whom you inspired to be "
~Lalit Kumar
2
Components of the project cycle are the steps that contribute to completing
Problem Scoping
understanding a problem,
were adopted by all United Nations Member States in 2015 as a universal call to
action to end poverty, protect the planet and ensure that all people enjoy peace
and prosperity
* Image is the property of individual organisation and is used for reference only.
4
The 4W’s of Problem Scoping are Who, What, Where, and Why. This Ws
manner.
Where - "Where” does the problem arise, situation, context, and location.
The Problem Statement Template helps us to summarize all the key points into
So that in the future, whenever there is a need to look back at the basis of the
Data Acquisition
2 Types of Data Sets
The process of collecting accurate and reliable data to work with.
Data features ⚆_⚆ → Refer to the type of data you want to collect.
Ex: salary amount, increment percentage, increment period, bonus, etc.
Types of
Speed of
Data
data. Data
Produced
Produced
Data
Produced
6
2 Data Sources
Cameras Observations
Camera captures the visual
When we observe something
API Surveys
Application Programming interface. The survey is a method of
Data Exploration
Data Exploration is the process of arranging the gathered data uniformly for a
The tools used to visualise the acquired data are known as data visualisation
or exploration tools.
Few data visualisation tools are: Google Charts, Tableau, Fusion Charts,
Highcharts
8
data can be created and even checked for the advantages and disadvantages
of the model.
Ex: You trained your model with 100 images of apples and bananas. Now If you test
it by showing an apple, it will figure out and tell if it's an apple or not. Here Labeled
images of apple and banana were fed, due to which the model could detect the fruit.
*Labeled Images: Simply, when the model is told about what the image is.
Data Sets
Reinforcement Learning
10
→ Classification
Here, Data is categorized under different labels
according to some parameters given in the input
and then the labels are predicted for the data.
and banana.
→ Regression
Regression is a type of supervised learning
Unsupervised Learning
through data sets created on its own. In this, the training is not labeled.
Important Points:
An unsupervised learning model works on unlabelled dataset.
This means that the data which is fed to the machine is random and there
is a possibility that the person who is training the model does not have
→
It helps the user in understanding →
What the data is about
What are the major features identified by
the machine
Example: Suppose a boy sees someone performing tricks with a ball, so he
also learnt the tricks by himself. This is what we call unsupervised learning.
→ Clustering
Its an algorithm which can cluster the unknown
data according to the patterns or trends identified
out of it
The patterns observed can be known to the
→ Dimensionality Reduction:
We can visualize up to 3-Dimensions only.
To reduce the dimensions and still be able to make
sense of the data, we use Dimensionality Reduction.
The ball in our hand is 3-Dimensions. But if we click
its picture, the data transform to 2-D.
Reinforcement Learning
Learning.
The system works on Reward or Penalty policy. In this an agent performs an
action positive or negative, in the environment which is taken as input from the
system, then the system changes the state in the environment and the agent is
Use Used for Training the Model Used for Testing the Model after it is trained
Size
constitutes about 70% to 80% constitutes about 20% to 30%
Evaluation
outputs by feeding the test data into the model and comparing it with actual answers.
There can be different Evaluation techniques, depending on the type and