AI ProjectCycle
AI ProjectCycle
AI Project Cycle
Projects: In professional field, a problem or task is solved in steps within a
given period of time. Here that problem or task can be referred as a project.
“A project is a piece of planned work or an activity that is finished over a period
of time and intended to achieve a purpose.”
For example: if project is, to make a card for friend or relative then these are the
steps, users have to follow.
1. User will search ideas for greeting card.
2. User will gather the things to design the card.
3. User will start making card.
4. Reinitiated the process, if something goes wrong.
5. Once it finishes, User gift it.
These steps show the project planning to execute. Each steps clear the things in
our mind.
Similarly, if a user develops an AI project, The AI project cycle provides user,
an appropriate framework, which can lead him/her towards the goal.
The AI project cycle mainly has 6 stages.
DEPLOYMENT
Problem Scoping: User set the goal for AI project for by stating the problem,
using AI.
the "4 Ws" refer to a problem scoping framework that helps define the
problem by answering the questions: Who, What, Where, and Why.
Who: Identifies who are affected by the problem or for whom the solution
is intended.
What: Defines the specific problem.
Where: Specifies the context where the problem occurs or the solution
will be implemented.
Why: Explains the reason for addressing the problem.
Data Exploration: Explore data to understand the parameters, that are related
to problem scoping.
Data Acquisition: Various data is acquired through reliable and authentic
sources. To interpret a large quantity of data user may use different type of
representation of data like graph, flow chart, database, maps etc.
Data Model: Choose the appropriate AI algorithm and train the model.
(Data model defines the relationship between data elements and their
correspondence to real-world entities.)
Evaluation: Once the model is complete it is evaluated for model’s
performance to improve accuracy and efficiency.
Deployment: Deploy the trained model to a real-world environment where it
can be used to solve the problem. The deployment stage is crucial for ensuring
the successful integration.