Artificial Intelligence (CSC4101) : - Introduction - Machine Learning and Optimization Module
Artificial Intelligence (CSC4101) : - Introduction - Machine Learning and Optimization Module
Artificial Intelligence (CSC4101) : - Introduction - Machine Learning and Optimization Module
(CSC4101)
-INTRODUCTION
-MACHINE LEARNING AND OPTIMIZATION MODULE
OUTLINE
• What are Artificial Neural Networks?
• How Neurons perform calculation.
• Mathematical equations.
• Single Layer Perceptron & Derivation.
• Numerical of SLP.
• MATLAB/Program of SLP.
Logical Unit:
1. A set of synapses (i.e. connections) brings in
activations from other neurons.
2. A processing unit sums the inputs, and then
applies a non-linear activation function (i.e.
squashing/transfer/threshold function).
3. An output line transmits the result to neuron.
ARTIFICIAL INTELLIGENCE (CSC4101) 05/01/2021 15
UNDERSTANDING NEURON
• The model presented by McCulloch and Pitts is the basic approximation of the
actual Neuron present in Human Brain.
• It is a computational model (logical) to perform similar computations as the
Human Brain does.
• It works on mathematical equations to compute output, train itself and organize the
inputs.
• Bias: Θ
1 𝛚𝟐𝟏
𝛚𝟏𝟐
𝛚𝟑𝟏
𝛚𝟐𝟐
2
𝑦
2 𝛚𝟑𝟐
3