SlideShare a Scribd company logo
66//1010//20132013
Fungsi Aktivasi
• Fungsi aktivasi dengan notasi: µ(.)
mendefinisikan nilai output dari suatu neuron
dalam level aktivasi tertentu berdasarkan nilai
output pengkombinasi linier ui.
• Beberapa fungsi aktivasi yg biasa digunakan:
– Hardlimiter
– Threshold
– Sigmoid
– Tangen Hiperbolik
Fungsi Aktivasi
1. Hardlimiter
2. Piecewise Linear
66//1010//20132013
Fungsi Aktivasi
3. Threshold
xx
f(.)f(.)
++11
tt
f(x) = 0 jika x ≤ t
f(x) = 1 jika x > t
Fungsi Aktivasi
4. Sigmoid
5. Tangen Hiperbolik
6/10/20136/10/2013
Arsitektur JST
Single layerSingle layer Multiple layerMultiple layer
fully connectedfully connected
Recurrent networkRecurrent network
without hidden unitswithout hidden units
inputsinputs
outputsoutputs
{
}
Recurrent networkRecurrent network
with hidden unitswith hidden units
Unit delayUnit delay
operatoroperator
Standard Activation Functions
• The hard-limiting threshold function
– Corresponds to the biological paradigm
• either fires or not
• Sigmoid functions ('S'-shaped curves)
– The logistic function
– The hyperbolic tangent (symmetrical)
– Both functions have a simple differential
– Only the shape is important
)exp(1
1
)(
av
vf
−+
=
6/10/20136/10/2013
• Representation of Boolean function AND
• Linear threshold is used
Perceptron Training
t = 0.0t = 0.0
YY
XX
WW11 = 1.5= 1.5
WW33 = 1= 1
--11
WW22 = 1= 1
11 ifif ΣΣ wwiixxii >t>t
OutputOutput== {{00 otherwiseotherwise
Perceptron Training
• Epoch
– Presentation of the entire training set to the neural network.
– In the case of the AND function an epoch consists of four sets
of inputs being presented to the network (i.e. [0,0], [0,1], [1,0],
[1,1])
• Error
– a simple definition of error
– The error value is the amount by which the value output by
the network differs from the target value.
– For example, if we required the network to output 0 and it
output a 1, then Error = -1
Sum of squaredSum of squared
errors :errors :
66//1010//20132013
Perceptron Training
• Target Value (T)
– Value required to be produced
– If we present the network with [1,1] for the AND function,
T will be 1
• Output (O)
– The output value from the neuron
• Ij - Inputs being presented to the neuron
• Wj - Weight from input neuron (Ij) to the output neuron
• LR( ) - The learning rate
This dictates how quickly the network converges
It is set by a matter of experimentation
η
Perceptron Training
• Algorithm
While epoch produces a non null errorWhile epoch produces a non null error
End WhileEnd While

More Related Content

PPT
Neural tool box
PDF
neural networksNnf
PDF
Python multithreaded programming
PDF
DQN with Differentiable Memory Architectures
ODP
Machine Learning With Neural Networks
PPT
Neural networks1
PDF
Neural tool box
neural networksNnf
Python multithreaded programming
DQN with Differentiable Memory Architectures
Machine Learning With Neural Networks
Neural networks1

What's hot (18)

PPTX
Introduction to Neural networks (under graduate course) Lecture 2 of 9
PPTX
Tutorial 6 queues & arrays & results recording
PPTX
Counter propagation Network
PPTX
Tutorial 4 adding some details
PPTX
Extreme learning machine:Theory and applications
PDF
Chainer Update v1.8.0 -> v1.10.0+
PPTX
03 Single layer Perception Classifier
PPTX
modeling of system electronics, Operational Amplifier Basics Solved Examples ...
PDF
Basics Of Neural Network Analysis
PPT
Counterpropagation NETWORK
PDF
ELM: Extreme Learning Machine: Learning without iterative tuning
PPT
Soft Computering Technics - Unit2
PPTX
Introduction to Neural networks (under graduate course) Lecture 7 of 9
PPTX
Introduction to Neural networks (under graduate course) Lecture 8 of 9
PPTX
Tutorial 3 getting started with omnet
ODP
Introduction to RBM for written digits recognition
PDF
Artificial Neural Networks Lect2: Neurobiology & Architectures of ANNS
PPTX
Introduction to Neural networks (under graduate course) Lecture 4 of 9
Introduction to Neural networks (under graduate course) Lecture 2 of 9
Tutorial 6 queues & arrays & results recording
Counter propagation Network
Tutorial 4 adding some details
Extreme learning machine:Theory and applications
Chainer Update v1.8.0 -> v1.10.0+
03 Single layer Perception Classifier
modeling of system electronics, Operational Amplifier Basics Solved Examples ...
Basics Of Neural Network Analysis
Counterpropagation NETWORK
ELM: Extreme Learning Machine: Learning without iterative tuning
Soft Computering Technics - Unit2
Introduction to Neural networks (under graduate course) Lecture 7 of 9
Introduction to Neural networks (under graduate course) Lecture 8 of 9
Tutorial 3 getting started with omnet
Introduction to RBM for written digits recognition
Artificial Neural Networks Lect2: Neurobiology & Architectures of ANNS
Introduction to Neural networks (under graduate course) Lecture 4 of 9

Similar to Jst part2 (20)

PDF
Neural Network as a function
PPT
Lec1 Inroduction to Neural Network.ppt
PDF
Artificial Neural Network
PPTX
Neural Networks in Artificial intelligence
PPTX
Introduction to Neural Networks and its application
PPTX
Perceptron for neuron (Single Neuron).pptx
PPTX
14_cnn complete.pptx
PPTX
PPT
SOFTCOMPUTERING TECHNICS - Unit
PPTX
Chapter Four Deep Learning artificial intelligence .pptx
PDF
Understanding Neural Networks: A Deep Dive into AI Learning
PPTX
simple NN and RBM arch for slideshare.pptx
PPTX
Neural Networks.pptx
PPTX
ACTIVATION FUNCTIONS IN SOFT COMPUTING AW
PDF
NNAF_DRK.pdf
PPTX
Module1 (2).pptxvgybhunjimko,l.vgbyhnjmk;
PPTX
ANN Lec 5 Activation functions In deep learning.pptx
PPTX
Neural network
PPTX
Activation_function.pptx
Neural Network as a function
Lec1 Inroduction to Neural Network.ppt
Artificial Neural Network
Neural Networks in Artificial intelligence
Introduction to Neural Networks and its application
Perceptron for neuron (Single Neuron).pptx
14_cnn complete.pptx
SOFTCOMPUTERING TECHNICS - Unit
Chapter Four Deep Learning artificial intelligence .pptx
Understanding Neural Networks: A Deep Dive into AI Learning
simple NN and RBM arch for slideshare.pptx
Neural Networks.pptx
ACTIVATION FUNCTIONS IN SOFT COMPUTING AW
NNAF_DRK.pdf
Module1 (2).pptxvgybhunjimko,l.vgbyhnjmk;
ANN Lec 5 Activation functions In deep learning.pptx
Neural network
Activation_function.pptx

More from Rendy Ardiwinata (20)

PDF
Hoopers a. kamasutra. sex positions-dk
PDF
4 plc-dasar-dasar-pemrograman-new-6
PDF
Jst part6
PDF
Jst part5
PDF
Jst part4
PDF
Jst part3
PDF
Jst part1
PDF
Fuzzy logic part7
PDF
Fuzzy logic part6
PDF
Fuzzy logic part4
PDF
Fuzzy logic part3
PDF
Fuzzy logic part2
PDF
Fuzzy logic part1
PDF
Fuzzy logic part5
PDF
Customer ptcpi for lifting process
PDF
1 n4148 1n4448
PDF
Hukum tajwid
PDF
Bridge circuits
PDF
Filters DAC and ADC
PDF
Bab 2 kontrol sekuensial PLC
Hoopers a. kamasutra. sex positions-dk
4 plc-dasar-dasar-pemrograman-new-6
Jst part6
Jst part5
Jst part4
Jst part3
Jst part1
Fuzzy logic part7
Fuzzy logic part6
Fuzzy logic part4
Fuzzy logic part3
Fuzzy logic part2
Fuzzy logic part1
Fuzzy logic part5
Customer ptcpi for lifting process
1 n4148 1n4448
Hukum tajwid
Bridge circuits
Filters DAC and ADC
Bab 2 kontrol sekuensial PLC

Recently uploaded (20)

PDF
01-Introduction-to-Information-Management.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
RMMM.pdf make it easy to upload and study
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Complications of Minimal Access Surgery at WLH
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
Cell Structure & Organelles in detailed.
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
master seminar digital applications in india
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Cell Types and Its function , kingdom of life
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
01-Introduction-to-Information-Management.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
RMMM.pdf make it easy to upload and study
Supply Chain Operations Speaking Notes -ICLT Program
Complications of Minimal Access Surgery at WLH
Microbial disease of the cardiovascular and lymphatic systems
Microbial diseases, their pathogenesis and prophylaxis
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Cell Structure & Organelles in detailed.
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
master seminar digital applications in india
GDM (1) (1).pptx small presentation for students
Cell Types and Its function , kingdom of life
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Abdominal Access Techniques with Prof. Dr. R K Mishra
Final Presentation General Medicine 03-08-2024.pptx
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student

Jst part2

  • 1. 66//1010//20132013 Fungsi Aktivasi • Fungsi aktivasi dengan notasi: µ(.) mendefinisikan nilai output dari suatu neuron dalam level aktivasi tertentu berdasarkan nilai output pengkombinasi linier ui. • Beberapa fungsi aktivasi yg biasa digunakan: – Hardlimiter – Threshold – Sigmoid – Tangen Hiperbolik Fungsi Aktivasi 1. Hardlimiter 2. Piecewise Linear
  • 2. 66//1010//20132013 Fungsi Aktivasi 3. Threshold xx f(.)f(.) ++11 tt f(x) = 0 jika x ≤ t f(x) = 1 jika x > t Fungsi Aktivasi 4. Sigmoid 5. Tangen Hiperbolik
  • 3. 6/10/20136/10/2013 Arsitektur JST Single layerSingle layer Multiple layerMultiple layer fully connectedfully connected Recurrent networkRecurrent network without hidden unitswithout hidden units inputsinputs outputsoutputs { } Recurrent networkRecurrent network with hidden unitswith hidden units Unit delayUnit delay operatoroperator Standard Activation Functions • The hard-limiting threshold function – Corresponds to the biological paradigm • either fires or not • Sigmoid functions ('S'-shaped curves) – The logistic function – The hyperbolic tangent (symmetrical) – Both functions have a simple differential – Only the shape is important )exp(1 1 )( av vf −+ =
  • 4. 6/10/20136/10/2013 • Representation of Boolean function AND • Linear threshold is used Perceptron Training t = 0.0t = 0.0 YY XX WW11 = 1.5= 1.5 WW33 = 1= 1 --11 WW22 = 1= 1 11 ifif ΣΣ wwiixxii >t>t OutputOutput== {{00 otherwiseotherwise Perceptron Training • Epoch – Presentation of the entire training set to the neural network. – In the case of the AND function an epoch consists of four sets of inputs being presented to the network (i.e. [0,0], [0,1], [1,0], [1,1]) • Error – a simple definition of error – The error value is the amount by which the value output by the network differs from the target value. – For example, if we required the network to output 0 and it output a 1, then Error = -1 Sum of squaredSum of squared errors :errors :
  • 5. 66//1010//20132013 Perceptron Training • Target Value (T) – Value required to be produced – If we present the network with [1,1] for the AND function, T will be 1 • Output (O) – The output value from the neuron • Ij - Inputs being presented to the neuron • Wj - Weight from input neuron (Ij) to the output neuron • LR( ) - The learning rate This dictates how quickly the network converges It is set by a matter of experimentation η Perceptron Training • Algorithm While epoch produces a non null errorWhile epoch produces a non null error End WhileEnd While