Unit-2 - Advanced Concepts of Modeling in AI
Unit-2 - Advanced Concepts of Modeling in AI
Deep Learning
It enables software to train itself to perform
tasks with vast amounts of data.
In deep learning, the machine is trained
with huge amounts of data which helps
it into training itself around the data.
Data - Data is information in any form. For e.g. A table with information
about fruits is data
Features - Columns of the tables are called features
Data Labeling - It is the process of attaching meaning to data
Labeled Data - Data to which some tag/label is attached.
For e.g. Name, type, number, etc.
Unlabeled Data
The raw form of data
Data to which no tag is attached.
Training Data set and Testing Data Set
AI Modelling refers to developing algorithms, also called models which can be trained to get
intelligent outputs.
Rule Based Approach Rule Based Approach - The machine follows the rules or instructions
mentioned by the developer, and performs its task accordingly. Eg - Chatbots
Learning Based Approach - The computer learns to perform it by analyzing data and finding
patterns or rules on its own, instead of programmer giving rules.
Unsupervised learning
The clustering model will be able to identify It is used to find interesting relationships
clusters based on some similarities or patterns between variables from the database.
which are not defined in the input.
Ex- shopping stores use algorithms based on
this technique to find out the relationship
between the sale of one product w.r.t to
another's sales based on customer behavior.
Like if a customer buys milk, then he may also
buy bread, eggs, or butter.
Deep Learning
Artificial Neural networks (ANN) - Artificial Neural
networks are modelled on the human brain
and nervous system. They are able to
automatically extract features without input
from the programmer.
Convolution Neural Network - It can take in an input image, assign importance (learnable weights
and biases) to various aspects/objects in the image and be able to differentiate one from the other.
Perceptron:
I will Go to the park(Threshold is greater than 0) I will not go to the park(Threshold less than 0)