0% found this document useful (0 votes)
34 views14 pages

AIPROJECT

MD. Raiyan, a student of Gyan Niketan School, completed a project on the AI Project Cycle during the academic year 2024-25 under the guidance of Mr. Waris Jamal. The project outlines the structured framework for developing AI systems, detailing stages such as problem scoping, data acquisition, exploration, modeling, and evaluation. It also references Sustainable Development Goals and includes a bibliography of resources used.

Uploaded by

harshsingh11239
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)
34 views14 pages

AIPROJECT

MD. Raiyan, a student of Gyan Niketan School, completed a project on the AI Project Cycle during the academic year 2024-25 under the guidance of Mr. Waris Jamal. The project outlines the structured framework for developing AI systems, detailing stages such as problem scoping, data acquisition, exploration, modeling, and evaluation. It also references Sustainable Development Goals and includes a bibliography of resources used.

Uploaded by

harshsingh11239
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
You are on page 1/ 14

gyan niketan school

Academic year-2024-25
ARTIFICIAL INTELLIGENCE
PROJECT ON
Ai project cycle
Student’s profile
NAME: MD.RAIYAN
CLASS: x A
ROLL: 19
ADM NO: 10446
SUBJECT:ARTIFICIAL INTELLIGENCE
TEACHER IN CHARGE: mr.waris jamal
GYAN NIKETAN SCHOoL

DEPARTMENT OF COMPUTER SCIENCE


CERTIFICATE

This is to certify that MD.RAIYAN , A student of


class X A has successfully completed the project on the
topic:AI PROJECT CYCLE during the academic year
2024-25 under the guidance of his subject
teacher:MR.WARIS JAMAL under the time bound and
as per the guidelines set by CBSE.

TEACHER’S SIGNATURE-
Acknowledgement
In the accomplishment of this project
successfully,many people have best owned upon me
their blessings and the heartpledged support.

Primarily, I would like to thank God for being able to


complete this project with success.Then,I would
like to express my special thanks of gratitude to my
computer teacher, MR.WARIS JAMAL SIR as well as
Principal sir MR.SHAILENDRA MOHAN JHA SIR whose
valuable guidance has been the ones that helped me
patch this project and make it full proof success.His
suggestions and his instructions have served as the
major contributor towards the complition of this
project.

Then I would like to thank my parnets and friendswho


gave me valuable suggestions and guidance for
completion of my project.Their cooperation,healthy
suggestions,support,advice,love and guidance helped
me to do this project withinen time frame.
INDEX
Sl.no topic page no

1 Introduction 5

Different stages of
2 AI project cycle 5

3 Problem Scoping 5-6

4 Data Acquisition 7

5 Data Exploration 7-8

6 Modelling 8-12

7 Evaluation 12-13

8 Bibliography 14
AI PROJECT CYCLE
INTRODUCTION:
The AI Project Cycle is a structured framework that outlines
the different stages of Creating an AI system.
It is a systematic and step by step process for developing
and implementing AI Projects.
Each stage involves careful planning and execution to
design and deploy AI solutions.

With the help of AI Project Cycle,we can define the


problems,set goals,collevct data,find patterns in data and
test the performance of the AI system.

Different stages of ai project cycle

1. PROBLEM SCOPING
2.DATA
DATA ACQUISITION
3.DATA EXPLORATION
4.MODELLING
5.EVALUATION

Problem scoping—
1. It is the stage where we set clear goals and outline the
objectives of the AI project.
It includes precisely outlining the issues,defining them
explicitly,identifying their causes and developing a plan to
fix them.

SDGS–
Sustainable Development Goals(SDGs) or Global goals are
17 goals that were agreed upon by world leaders from 193
countries in 2015 at the United Nations Headquaters in New
York.It aims to make the world a better place by 2030 by
addressing issues like poverty,hunger,inequality,and
climate change
change..
GOAL1:NO POVERTY
GOAL 2:ZERO HUNGER
GOAL3:GOOD HEALTH AND WELL BEING
GOAL 4:QUALITY EDUCATION
GOAL 5:GENDER EQUALITY
GOAL 6:CLEAN WATER AND SANITATION
GOAL 7:AFFORDABLE AND CLEAN ENERGY
GOAL 8:DECENT WORK AND ECONOMIC GROWTH
GOAL 9:INDUSTRY,INNOVATION,INFRASTRUCTURE
GOAL 10:REQUIRED INEQUALITIES
GOAL 11:SUSTAINABLE CITIES AND COMMUNITIES
GOAL 12:RESPONSIBLE CONSUMPTION AND PRODUCTION
GOAL 13:CLIMATE ACTION
GOAL 14:LIFE BELOW WATER
GOAL 15:LIFE ON LAND
GOAL 16:PEACE JUSTICE AND STRONG INSTITUTIONS
GOAL 17:PARTNERSHIP FOR THE GOALS

4WS PROBLEM CANVAS---


The 4Ws Problem Canvas is a structured framework that
helps in problem scoping and helps in identifying the key
elements related to the problem and helps in understanding
and analysing a problem.
It consists of 4 crucial parameters that we need to know while
solving a problem-----Who?What?Where?Why?
Who?What?Where?Why?
Data acquisition–
This stage focuses on collecting the reliable and authentic
data from relevant sources.

Data Collection of facts or statistics for reference or


analysis.
DATA IS THE FUEL FOR AI ALGORITHMS
Types of data
1.TRAINING DATA– It is used to train an AI system.
2.TESTING DATA–It is used to test and evaluate the
performance of the AI model

Data features-
It describe the type of information that will be collected in
response to the problem statement.
Sources of data
Surveys
Web scraping
Sensors
Cameras
Observations
APIs(Application Programmimg Interfaces)
Data exploration-
This stage involves the exploration and analysis of the
collevcted data to interpret patterns,trends and relationships.
It helps us in the following ways—
It simplifies complex data;making it easier to understand .
It helps gain a deeper understanding of the
trends,relationships,and patterns present within the data.
It uncovers hidden relationshipsor anomalies(odd
behaviour).
It helps us select models for the subsequent AI Project
Cycle.
It makes it deasy to communicate insights to others,even non-
technical people.
Data visualisation tools
Bullet Graphs
Histogram
Scatter plots
Tree Diagram
Flowchart

Modelling–
To select the appropiate AI model to achieve the goal.This
model should be able to learn from the data and make
predictions.
AI Modelling refers to the development of a program or
algorithm that can be used to draw conclusions or generate
predictions based on the available data.
It is of two types–
1.Rule-based model
2.Learning-based model

Rule-based approach
It refers to AI Modelling where the relationships or patterns
in the data are defined by the developer and produces
outcomes that are based on some pre-defined conditions or
rules
The developer feeeds data along with some rules to the
model.The rules are in the form;“If this happens,Then do
this”.
It uses labelled data
data.
It may require less training time
time.
Learning-based approach

The machine looks at the random data,tries to find similar


patterns in it,and groups data that is alike.
The relationships or patterns in the data are not defined by
the developer.
The AI defines its own set of rules and learns on its own
from the data.
It can handle both labelled and unlabelled data
data.
It requires more training time.
It’s of three types-----
1.Supervised learning
2.Unsupervised learning
3.Reinforcement learning
SUPERVISED LEARNING
It works on labelled data.
Supervised Learning is a task driven process where modals
learn to make predictions or decisions based on Input data
and corresponding output labels.
The Model learns from the known results.
Less training time
The result is already known to us.
Accuracy is what we achieve in supervised learning.

It is of two types----
1.Classification
2.Regression
CLASSIFICATION
The model learns from the labelled
data and then classifies new data
on the basis of their labels to predict
the result.
It works on Discrete and labelled
datasets which means it is used
with the data that can be grouped
into specific categories
categories.
Real life eg-Email spam
detector,image recognition,language
detection etc;

Regression
The model predicts the behaviour of
One variable depending on the value
Of another variable.
It works on Contineous and labelled
Data(Data that can have anyb value
Data(
Within a certain range) and used to
Predict contineous numeric value
value.
In other words,a regression model
Predicts the behaviour of one variable
Depending on the value of another variable.
Real life eg-Weather forecasting,stock price
prediction,economic growth etc;

Unsupervised learning
It works on unlabelled datasets i.e data that is fed is
random.
It is a Data driven process where models are used to
identify relationships,patterns,and trends in the data that is
fed into them.
Its goal is to find similarities and differences between data
points and help users to understand what the data is about
and its major features identified by the machine.
It learns from experience.

It is of two types----
1.Clustering
2.Dimensionality Reduction
Clustering
The model groups the dataset
into different clusters based on
algorithms or rules that it generates
on its own.
It works on Discrete and unlabelled
or random datasets which means it is
Used with data that can be grouped into Specific categories.
Real life eg-Search engines,social network analysis etc;
Dimensionality reduction
It makes complex,higher-
dimensional
data simple while still making
sense of it.
Dimensionality Reduction
makes complex data simpler,
even though it comes at the
cost of losing some
Information.
Real life eg-Document
classification,Image compression etc;

Reinforcement learning(rl)
A type of AI model that aims to maximise rewards through
trial and error is called a Reinforcement learning.
It is a type of machine learning method where an intelligent
agent, i.e., a computer program,interacts with the
environment in such a way that it can gain maximum
rewards.
It works on unlabelled data
data.
It is a Feedback-based learning technique.
Real life eg-Recommendation systems,self-driving
cars,Google’s AlphaGo etc;

The features of reinforcement learning are----


In reinforcement learning,the agent learns automatically
using feedback without any labelled data.
It uses rewards and punishments as signals for positive and
negetive behaviour.
The agents learn from experience and from mistakes.
The agent interacts with the environment and explores it by
itself to improve performance by getting maximum positive
rewards.
The goal of reinforcement learning is to find a suitable
action model that maximises the total cummulative reward
for the agent.

Evaluation
It refers to systematically checking and analying the
merits,correctness,reliability,of AI model based on the
output produced.
It helps us to find the best model that represents our data
and how well the chosen model will work in the future.
Once a model has been developed and trained,it is tested
using a dataset called Testing data that was separated from
the acquired dataset at the Data acquisition stage.
The efficieny and effectiveness of the model are determined
on the basis of various parameters that help assess its
overall performance.
The parameters are-----
1.Accuracy
2.Precision
3.Recall
4.F1 Score
BIBLIOGRAPHY

Artificial intelligence for class X by Kips


Learning Pvt.Ltd

https://en.wikipedia.org

https://intellipaat.com

https://m.youtube.com

https://chat.openai.com

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy