AI Project Cycle Class 10
AI Project Cycle Class 10
●You need to acquire data which will become the base of your project as
it will help you in understanding what the parameters that are related to
problem scoping are.
● You go for data acquisition by collecting data from various reliable and
authentic sources. Since the data you collect would be in large quantities,
you can try to give it a visual image of different types of representations
like graphs, databases, flow charts, maps, etc. This makes it easier for you
to interpret the patterns which your acquired data follows.
● After exploring the patterns, you can decide upon the type of model
you would build to achieve the goal. For this, you can research online
and select various models which give a suitable output.
● You can test the selected models and figure out which is the most
efficient one.
● The most efficient model is now the base of your AI project and you
can develop your algorithm around it.
● Once the modelling is complete, you now need to test your model on
some newly fetched data. The results will help you in evaluating your
model and improving it.
● Finally, after evaluation, the project cycle is now complete and what
you get is your AI project.
Problem Scoping
The 4 W’s of Problem Scoping are Who, What, Where, and Why. This 4
W’s helps to identify and understand the problem in a better manner.
d. Why – Refers to why we need to address the problem and what the
advantages will be for the stakeholders once the problem is solved.
Problem Statement Template with space to fill details according to
your Goal:
Data Acquisition
b. Test dataset – Data that has been clearly identified for use in tests,
usually of a computer program, is known as test data. 20% of data used
in test data
Data Features
Recheck your problem description and try to identify the data attributes
needed to solve this challenge. The type of data you want to collect is
referred to as data features. The salary amount, increase percentage,
increment time, bonus, etc. are examples of data features.
There can be various ways in which you can collect data. Some of them
are:
Data Exploration
You must have noted while collecting data that it is a complicated thing;
it is full of numbers, and in order to make sense of it, one needs identify
certain patterns in it.
For Example, if you go to the library and choose a random book, you try
to rapidly go through its content by turning pages and reading the
description before you decide to borrow it for yourself. This helps you
determine whether or not the book is suitable for your requirements and
interests this is data exploration.
Modelling
AI modelling in which the developer sets the rules. The machine executes
its duty in accordance with the rules or instructions specified by the
developer.
Neural Networks