AI Project Cycle Class 9 Notes
AI Project Cycle Class 9 Notes
Notes Class 9
,2022-23
The AI Project Cycle is a step-by-step process that a
company must follow in order to derive value from an AI
project and to solve the problem.
1. Problem Scoping
Whenever we begin a new project, we encounter a number of
challenges. In fact, we are surrounded with issues! These
issues might be minor or major; sometimes we overlook them,
and other times we require immediate attention.
What is Data
Data is a representation of facts or instructions about an
entity that can be processed or conveyed by a human or a
machine, such as numbers, text, pictures, audio clips, videos,
and so on.
1. Structured Data
2. Unstructured Data
a.Structured Data
When data is in a standardized format, has a well-defined
structure, follows a consistent order, and is easily accessible
by humans and program. This data is in the form of numbers,
characters, special characters etc.
b.Unstructured Data
Unstructured data is information that doesn’t follow traditional
data models and is therefore difficult to store and manage.
Video, audio, and image files, as well as log files, are all
examples of unstructured data.
Dataset
Dataset is a collection of data in tabular format. Dataset
contains numbers or values that are related to a specific
subject. For example, students’ test scores in a class is a
dataset.
a.Surveys
A research method for gathering data from a predetermined
sample of respondents in order to get knowledge and insights
into a variety of issues.
b.Cameras
We can collect visual data with the help of cameras,
this data is unstructured data that can be analyzed via
Machine learning.
c.Web Scripting
Web scribing is a technique for collecting structured data from
the internet, such as news monitoring, market research, and
price tracking.
d.Observation
Some of the information we can gather through attentive
observation and monitoring.
e.Sensors
With the help of sensors also we can collect the data. A
device that detects or measures a physical property are
called sensors, such as biomatrix.
That is, as X rises, Y rises as well, and vice versa. If the arrow,
on the other hand, goes with a – sign between X and Y, it
signifies that both elements are inversely connected.
System Map!
3. Data Exploration
In order to better understand the nature of the data, data
analysts utilize data visualization and statistical tools to convey
dataset characterizations, such as size, amount, and accuracy.
Artificial Intelligence
Artificial intelligence (AI) is the simulation of human intelligence
in robots that have been trained to think and act like humans.
The term can also refer to any machine that demonstrates, like
humans, the ability to learn and solve the problem is Artificial
Intelligence.
Machine Learning
Machine learning is a part of an Artificial Intelligence application
in which we give data to the machine and allow them to learn
for themselves. It’s essentially getting a machine to accomplish
something without being specifically programmed to do so.
Deep Learning
Deep learning is a part of Artificial Intelligence that uses neural
networks with multilayer. Deep learning analyzes the data,
learns the data and solves the problem the same as a human.
Deep learning requires the machine to be educated with a large
quantity of data in order to train itself.
Rule Based
The rule-based approach to AI modeling is when the developer
defines the relationship or patterns in data. The machine follows
the developer’s rules or instructions and completes its job
properly.
What is Modeling
An AI model is a program that has been trained to recognize
patterns using a set of data. AI modeling is the process of
creating algorithms, also known as models, that may be
educated to produce intelligent results. This is the process of
programming code to create a machine artificially.
Decision Tree in AI
The concept of Decision Trees is similar to that of Story
Speaker. It’s a rule-based AI model that uses numerous
judgments (or rules) to assist the machine in determining
what an element is. The following is the basic structure of a
decision tree:
Points to Remember
When creating Decision Trees, one should carefully examine the
dataset provided and try to determine what pattern the output
leaf follows. Try picking one output and figuring out the common
links that all similar outputs have based on it.
When building a decision tree, it’s common for the dataset to
have
redundant material that’s of no use. As a result, you should
make a list of the parameters that directly affect the output and
use only those when designing a decision tree.
5Evaluation
After a model has been created and trained, it must be
thoroughly tested in order to determine its efficiency and
performance; this is known as evaluation.