Unit 5 - AI PROJECT CYCLE
Unit 5 - AI PROJECT CYCLE
Components of the project cycle are the steps that contribute to completing
the Project. The Components of AJ Project Cycle are:-
The SW’s of Problem Scoping are Who, What, Where, and Why. This W’s
helps in identifying and understanding the problem in a better and efficient
manner.
Where - "Where” does the problem arise, situation, context, and location.
Ex: salary amount, increment percentage, increment period, bonus, Facial expressions etc.
Big Data
It includes data with sizes that exceed the
capacity of traditional software to process
within an acceptable time and value.
Cameras Observations
Camera captures the visual When we observe something
information and then that information carefully we get some information
which is called image is used as a For ex: Scientists Observe
source of data. creatures to study them.
Cameras are used to capture raw Observations are a time
visual data. consumingdata source.
API Surveys
Application Programming interface. The survey is a method of
gathering specific information
API is a messenger which takes
from a sample of people.
requests and tells the system about
requests and gives the response. Example, a census survey for
analyzing the population.
Ex: Twitter API, Google Search API
7
Data Exploration is the process of arranging the gathered data uniformly for a
better understanding. Data can be arranged in the form of a table, plotting a
chart, or making a database.
To analyze the data, you need to visualize it in some user-friendly format so
that you can:
Quickly get a sense of the trends, relationships and patterns
Define strategy for which model to use at a later stage
Communicate the same to others effectively
The tools used to visualize the acquired data are known as data visualization
or exploration tools.
Ex: You trained your model with 100 images of apples and bananas. Now If you test
it by showing an apple, it will figure out and tell if it's an apple or not. Here Labeled
images of apple and banana were fed, due to which the model could detect the fruit.
→ Classification
Here, Data is classifying according to their
features.
→ Regression
Regression is a type of supervised learning
which is used to predict continuous value.
Here, the data which has been fed to the machine is continuous.
11
→ Clustering
Its an algorithm which can cluster the unknown
data according to the patterns or trends identified
out of it
The patterns observed can be known to the
developer or it can be unique.
→ Dimensionality Reduction:
We can visualize up to S-Dimensions only.
To reduce the dimensions and still be able to make
sense of the data, we use Dimensionality Reduction.
The ball in our hand is S-Dimensions. but if we click
its picture, the data transform to 2D.
NEURAL NETWORK
Deep learning is the subfield of Machine learning, which learns itself. Neural Network or artificial
Neural Network (ANN) is an example of Deep Learning technology. It is a computer system
made up of simple and highly interconnected elements which process information by their
dynamic state of response to inputs. It is made up of multiple nodes which imitate biological
neurons of human brain.
Functioning of Neural Network:
It is made up of 4 parts:
(a) Dentrites
(b) Axon
(c) Nucleus
(d) Synapses.
Input Layer:The input layer is the first layer of an ANN and is responsible for receiving the initial data
or features.
Hidden Layers:Hidden layers are intermediate layers between the input and output layers where the
actual processing and feature extraction occur.
Output Layer:The output layer is the final layer of the network, producing the output predictions.
SL BIOLOGICAL NN ARTIFICIAL NN
NO
1 Dendrites Input
2 Soma Node
3 Synapse Interconnection between
2 nodes
4 Axon Output