Notes Class 09 AI Project Cycle
Notes Class 09 AI Project Cycle
AI Project Cycle
1. Problem Scoping
2. Data Acquisition
3. Data Exploration
4. Modeling
5. Evaluation
1. Problem Scoping
• We start with the first stage of AI Project Cycle that
is Problem Scoping. As we have understood,
Problem Scoping. Means selecting a problem
which we might want to solve using our AI
knowledge.
• You can select a theme for those given below. But
delve deep into the theme to find out topics where
problems exist.
• After listing down the problems, go further down till the root cause of the
problem is found. We can use Ishikawa tool for this purpose
1. Problem Scoping
Data Features
• For any AI project to be efficient, the training data should be authentic and
relevant to the problem statement scoped.
2. Data Acquisition
Data Features
• We have now come to the stage of data acquisition how do we know what
data to get based on the problem statement? We need to visualize the factors
which affects the problem statement. For this, we need to extract Data
Feature for the problem scoped. Now try to find out what are the parameters
which affect problem statements directly or indirectly and list them down.
• Look at your problem statement once again and try to find out the data
features require to address this issue. Data feature refers to the type of data
you want to collect. In our previous example, data feature would be day, in
time, out time, biometric machine attendance data, leave record etc.
3. Data Exploration
Artificial Intelligence or AI
refers to any technique that
enables computers to mimic
human intelligence. An
artificially intelligent
machine works on
algorithms and data fed into
it and gives the desired
output.
4. Modeling
Machine
Learning Learning
based Deep
AI Models Learning
Rule-
based
To train your machine, you feed this data into the machine and
label each image as either onion or carrot. This is your training
data. Now if you test the machine with the image (Testing Data)
of an onion, it will compare the images with the trained data and
as per the rules, it will identify the test image as an onion. This is
known as Rule-based approach
4. Modeling
After you have completed all the cycles of the AI project cycle, it
is very important to keep evaluating your model to ensure that
the results are working well with the new data. If there are
variances between the training data set and test data set, keep
iterating on the model to improve.