SlideShare a Scribd company logo
TFFN: Two Hidden Layer Feed Forward Network using the
randomness of Extreme Learning Machine
Authors:
Nimai Chand Das Adhikari
Arpana Alka
Dr. Raju K George
Indian Institute of Space Science and Technology, Trivandrum
Problem Statement
• Use of Back Propagation Algorithm for Feed Forward Neural Networks
• Local Optima
• Trivial Manual Intervention
• Time Consumption
Proposal
TFFN
Uses Concept of ELM
Has Better Generalization
Capability
Optimizes the Hyper-
parameters
What is ELM?
• Extreme Learning Machines
• Used for Single Hidden Layer Feed Forward Networks
• Uses the Hidden Layer Output matrix Concept and
Generalized Pseudo Inverse
Hidden Layer Output Matrix
ELM-SLFN
𝑓𝐿 𝑥 =
𝑖=1
𝐿
β𝑖ℎ𝑖 𝑥 = ℎ 𝑥 β
where ,
β = β1, β2, … , β 𝐿
𝑇
, 𝑜𝑢𝑡𝑝𝑢𝑡 𝑤𝑒𝑖𝑔ℎ𝑡 𝑚𝑎𝑡𝑟𝑖𝑥
and
h(x)= [ℎ1 𝑥 , ℎ2 𝑥 , … , ℎ 𝐿 𝑥 ] , ℎ𝑖𝑑𝑑𝑒𝑛 𝑙𝑎𝑦𝑒𝑟 𝑜𝑢𝑡𝑝𝑢𝑡
𝑚𝑎𝑡𝑟𝑖𝑥
Generalized Pseudo Inverse
If the above problem is:
Ax = b
x = 𝑨ᵻ
𝒃
Results
Accuracy Comparison-Glass Accuracy Comparison-Diabetes
ELM-SLFN Vs TFFN
TFFN: Two Hidden Layer Feed Forward Network
Computation of Hidden
layer output matrix
Calculation of β
TFFN: Mathematical Formulation
Two Hidden Layer Linear Formulation
When closely seen, the above equation:
Target
𝑊𝑖 𝑊𝑗
TFFN: Theorems behind it
• Universal approximation capability
• Classification Capability Theorem
• Moore Penrose Generalized inverse
• Least Squares Solution
Conclusions
• The randomness concept avoids the term “Iterations” as in case of Back
Propagation
• It has a better “Generalization Capability” than Back Propagation
• This automatically optimizes the Hyperparameters
• The randomness can scrutinize the algorithm to “Move in one direction only”
• The algorithm can’t assign priority on the basis of the training dataset
References
[1] Huang, Gao, et al. ”Trends in extreme learning machines: A review.” Neural Networks 61 (2015): 32-48.
[2] Cambria, Erik, et al. ”Extreme learning machines [trends & controversies].” IEEE Intelligent Systems 28.6
(2013): 30- 59.
[3] Huang, Guang-Bin. ”An insight into extreme learning machines: random neurons, random features and
kernels.” Cognitive Computation 6.3 (2014): 376-390.
[4] Huang, Guang-Bin, et al. ”Extreme learning machine for regression and multiclass classification.” IEEE
Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics) 42.2 (2012): 513-529.
[5] Huang, Guang-Bin, Qin-Yu Zhu, and Chee-Kheong Siew. ”Extreme learning machine: theory and
applications.” Neurocomputing 70.1 (2006): 489-501.
[6] Funahashi, Ken-Ichi. ”On the approximate realization of continuous mappings by neural networks.” Neural
networks 2.3 (1989): 183-192.
[7] Anthony, Martin, and Peter L. Bartlett. Neural network learning: Theoretical foundations. cambridge
university press, 2009. [8] Huang, Guang-Bin, and Lei Chen. ”Convex incremental extreme learning machine.”
Neurocomputing 70.16 (2007): 3056-3062.
[9] Albert, Arthur. Regression and the Moore-Penrose pseudoinverse. Elsevier, 1972.
[10] Penrose, Roger. ”A generalized inverse for matrices.” Mathematical proceedings of the Cambridge
philosophical society. Vol. 51. No. 3. Cambridge University Press, 1955.
[11] Golub, Gene H., and Charles F. Van Loan. ”An analysis of the total least squares problem.” SIAM Journal on
Numerical Analysis 17.6 (1980): 883-893.
[12] Lawson, Charles L., and Richard J. Hanson. Solving least squares problems. Society for Industrial and
Applied Mathematics, 1995.
[13] Huang, Guang-Bin, et al. ”Extreme learning machine for regression and multiclass classification.” IEEE
Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics) 42.2 (2012): 513-529.

More Related Content

PDF
Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network
PDF
Neural network image recognition
PPTX
Artificial Neural Network
PPT
Project on collision avoidance in static and dynamic environment
PPTX
Neural network
PDF
Predictive Metabonomics
PDF
Neural network
PDF
Image Recognition With the Help of Auto-Associative Neural Network
Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network
Neural network image recognition
Artificial Neural Network
Project on collision avoidance in static and dynamic environment
Neural network
Predictive Metabonomics
Neural network
Image Recognition With the Help of Auto-Associative Neural Network

What's hot (20)

PDF
Lecture 11 neural network principles
PPTX
Neural Network Classification and its Applications in Insurance Industry
PPTX
Forecasting of Sales using Neural network techniques
PDF
Survey on Artificial Neural Network Learning Technique Algorithms
PDF
A Time Series ANN Approach for Weather Forecasting
PPTX
ANN load forecasting
PPTX
Artificial neural network
PDF
internship_final_report
PPT
NEURAL Network Design Training
PPTX
02 Fundamental Concepts of ANN
PPTX
Artificial Neural Network(Artificial intelligence)
PPTX
Neural networks
PPT
Artificial Neural Networks - ANN
PPTX
AI IEEE
PDF
Paper id 6122018109
PPTX
Handwritten Digit Recognition(Convolutional Neural Network) PPT
DOCX
Digit recognition using mnist database
PPTX
Complex system
PPTX
01 Introduction to Machine Learning
PDF
X-TREPAN : A Multi Class Regression and Adapted Extraction of Comprehensible ...
Lecture 11 neural network principles
Neural Network Classification and its Applications in Insurance Industry
Forecasting of Sales using Neural network techniques
Survey on Artificial Neural Network Learning Technique Algorithms
A Time Series ANN Approach for Weather Forecasting
ANN load forecasting
Artificial neural network
internship_final_report
NEURAL Network Design Training
02 Fundamental Concepts of ANN
Artificial Neural Network(Artificial intelligence)
Neural networks
Artificial Neural Networks - ANN
AI IEEE
Paper id 6122018109
Handwritten Digit Recognition(Convolutional Neural Network) PPT
Digit recognition using mnist database
Complex system
01 Introduction to Machine Learning
X-TREPAN : A Multi Class Regression and Adapted Extraction of Comprehensible ...
Ad

Similar to TFFN: Two Hidden Layer Feed Forward Network using the randomness of Extreme Learning Machine (20)

PDF
TFFN: Two Hidden Layer Feed Forward Network using the randomness of Extreme L...
PPTX
Extreme learning machine:Theory and applications
PDF
High performance extreme learning machines a complete toolbox for big data a...
PDF
ELM: Extreme Learning Machine: Learning without iterative tuning
PPTX
Version ofslideshare
PPTX
Muhammad Usman Akhtar | Ph.D Scholar | Wuhan University | School of Co...
PDF
Thesis Presentation_Extreme Learning Machine_Nimai_SC14M045
PPTX
Deep Learning Tutorial
PPTX
Introduction to Deep Leaning(UNIT 1).pptx
PPTX
Deep vs diverse architectures for classification problems
PPT
Annintro
PDF
Review_of_Deep_Learning_Algorithms_and_Architectures.pdf
PDF
Neural Networks and Deep Learning Syllabus
PPT
Intro to Deep learning - Autoencoders
PPTX
Nimrita deep learning
PDF
EssentialsOfMachineLearning.pdf
PPTX
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
PPT
introduction to deep Learning with full detail
PPT
introduction to DL network deep learning.ppt
PPT
backpropagation in neural networks
TFFN: Two Hidden Layer Feed Forward Network using the randomness of Extreme L...
Extreme learning machine:Theory and applications
High performance extreme learning machines a complete toolbox for big data a...
ELM: Extreme Learning Machine: Learning without iterative tuning
Version ofslideshare
Muhammad Usman Akhtar | Ph.D Scholar | Wuhan University | School of Co...
Thesis Presentation_Extreme Learning Machine_Nimai_SC14M045
Deep Learning Tutorial
Introduction to Deep Leaning(UNIT 1).pptx
Deep vs diverse architectures for classification problems
Annintro
Review_of_Deep_Learning_Algorithms_and_Architectures.pdf
Neural Networks and Deep Learning Syllabus
Intro to Deep learning - Autoencoders
Nimrita deep learning
EssentialsOfMachineLearning.pdf
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
introduction to deep Learning with full detail
introduction to DL network deep learning.ppt
backpropagation in neural networks
Ad

More from Nimai Chand Das Adhikari (8)

PDF
HPPS: Heart Problem Prediction System using Machine Learning
PPTX
Block Chain understanding
PPTX
Face detection Using Computer Vision
PDF
HPPS : Heart Problem Prediction System using Machine Learning
PDF
An Intelligent Approach to Demand Forecasting
PPTX
Credit defaulter analysis
PPTX
Image Stitching for Panorama View
PPTX
An intelligent approach to demand forecasting
HPPS: Heart Problem Prediction System using Machine Learning
Block Chain understanding
Face detection Using Computer Vision
HPPS : Heart Problem Prediction System using Machine Learning
An Intelligent Approach to Demand Forecasting
Credit defaulter analysis
Image Stitching for Panorama View
An intelligent approach to demand forecasting

Recently uploaded (20)

PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PDF
My India Quiz Book_20210205121199924.pdf
PPTX
Introduction to pro and eukaryotes and differences.pptx
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Trump Administration's workforce development strategy
PDF
IGGE1 Understanding the Self1234567891011
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
Empowerment Technology for Senior High School Guide
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
Share_Module_2_Power_conflict_and_negotiation.pptx
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
My India Quiz Book_20210205121199924.pdf
Introduction to pro and eukaryotes and differences.pptx
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
AI-driven educational solutions for real-life interventions in the Philippine...
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
LDMMIA Reiki Yoga Finals Review Spring Summer
Virtual and Augmented Reality in Current Scenario
Chinmaya Tiranga quiz Grand Finale.pdf
Trump Administration's workforce development strategy
IGGE1 Understanding the Self1234567891011
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Empowerment Technology for Senior High School Guide
Paper A Mock Exam 9_ Attempt review.pdf.
What if we spent less time fighting change, and more time building what’s rig...
Chinmaya Tiranga Azadi Quiz (Class 7-8 )

TFFN: Two Hidden Layer Feed Forward Network using the randomness of Extreme Learning Machine

  • 1. TFFN: Two Hidden Layer Feed Forward Network using the randomness of Extreme Learning Machine Authors: Nimai Chand Das Adhikari Arpana Alka Dr. Raju K George Indian Institute of Space Science and Technology, Trivandrum
  • 2. Problem Statement • Use of Back Propagation Algorithm for Feed Forward Neural Networks • Local Optima • Trivial Manual Intervention • Time Consumption
  • 3. Proposal TFFN Uses Concept of ELM Has Better Generalization Capability Optimizes the Hyper- parameters
  • 4. What is ELM? • Extreme Learning Machines • Used for Single Hidden Layer Feed Forward Networks • Uses the Hidden Layer Output matrix Concept and Generalized Pseudo Inverse Hidden Layer Output Matrix ELM-SLFN 𝑓𝐿 𝑥 = 𝑖=1 𝐿 β𝑖ℎ𝑖 𝑥 = ℎ 𝑥 β where , β = β1, β2, … , β 𝐿 𝑇 , 𝑜𝑢𝑡𝑝𝑢𝑡 𝑤𝑒𝑖𝑔ℎ𝑡 𝑚𝑎𝑡𝑟𝑖𝑥 and h(x)= [ℎ1 𝑥 , ℎ2 𝑥 , … , ℎ 𝐿 𝑥 ] , ℎ𝑖𝑑𝑑𝑒𝑛 𝑙𝑎𝑦𝑒𝑟 𝑜𝑢𝑡𝑝𝑢𝑡 𝑚𝑎𝑡𝑟𝑖𝑥 Generalized Pseudo Inverse If the above problem is: Ax = b x = 𝑨ᵻ 𝒃
  • 5. Results Accuracy Comparison-Glass Accuracy Comparison-Diabetes ELM-SLFN Vs TFFN
  • 6. TFFN: Two Hidden Layer Feed Forward Network Computation of Hidden layer output matrix Calculation of β
  • 7. TFFN: Mathematical Formulation Two Hidden Layer Linear Formulation When closely seen, the above equation: Target 𝑊𝑖 𝑊𝑗
  • 8. TFFN: Theorems behind it • Universal approximation capability • Classification Capability Theorem • Moore Penrose Generalized inverse • Least Squares Solution
  • 9. Conclusions • The randomness concept avoids the term “Iterations” as in case of Back Propagation • It has a better “Generalization Capability” than Back Propagation • This automatically optimizes the Hyperparameters • The randomness can scrutinize the algorithm to “Move in one direction only” • The algorithm can’t assign priority on the basis of the training dataset
  • 10. References [1] Huang, Gao, et al. ”Trends in extreme learning machines: A review.” Neural Networks 61 (2015): 32-48. [2] Cambria, Erik, et al. ”Extreme learning machines [trends & controversies].” IEEE Intelligent Systems 28.6 (2013): 30- 59. [3] Huang, Guang-Bin. ”An insight into extreme learning machines: random neurons, random features and kernels.” Cognitive Computation 6.3 (2014): 376-390. [4] Huang, Guang-Bin, et al. ”Extreme learning machine for regression and multiclass classification.” IEEE Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics) 42.2 (2012): 513-529. [5] Huang, Guang-Bin, Qin-Yu Zhu, and Chee-Kheong Siew. ”Extreme learning machine: theory and applications.” Neurocomputing 70.1 (2006): 489-501. [6] Funahashi, Ken-Ichi. ”On the approximate realization of continuous mappings by neural networks.” Neural networks 2.3 (1989): 183-192. [7] Anthony, Martin, and Peter L. Bartlett. Neural network learning: Theoretical foundations. cambridge university press, 2009. [8] Huang, Guang-Bin, and Lei Chen. ”Convex incremental extreme learning machine.” Neurocomputing 70.16 (2007): 3056-3062. [9] Albert, Arthur. Regression and the Moore-Penrose pseudoinverse. Elsevier, 1972. [10] Penrose, Roger. ”A generalized inverse for matrices.” Mathematical proceedings of the Cambridge philosophical society. Vol. 51. No. 3. Cambridge University Press, 1955. [11] Golub, Gene H., and Charles F. Van Loan. ”An analysis of the total least squares problem.” SIAM Journal on Numerical Analysis 17.6 (1980): 883-893. [12] Lawson, Charles L., and Richard J. Hanson. Solving least squares problems. Society for Industrial and Applied Mathematics, 1995. [13] Huang, Guang-Bin, et al. ”Extreme learning machine for regression and multiclass classification.” IEEE Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics) 42.2 (2012): 513-529.