Difference between revisions of "History of Computers - Deep Learning"

From SJS Wiki
Jump to: navigation, search
(Reference)
(Overview)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
http://neuralnetworksanddeeplearning.com/images/tikz41.png
 
http://neuralnetworksanddeeplearning.com/images/tikz41.png
 
[http://neuralnetworksanddeeplearning.com/images/tikz41.png]
 
[http://neuralnetworksanddeeplearning.com/images/tikz41.png]
 +
 
While Neural Networks send data on a linear route through the hidden layer to the output layer, Deep Learning networks use multiple hidden layers to model high-level abstractions.<ref>http://neuralnetworksanddeeplearning.com/chap6.html</ref> Each layer uses the output from the previous layer as its input. Deep Learning networks. These networks can learn in one of two ways, either supervised – such as image recognition where inputs need to be classified – or unsupervised – where the computer is searching for a pattern. <ref>https://towardsdatascience.com/supervised-vs-unsupervised-learning-14f68e32ea8d</ref>
 
While Neural Networks send data on a linear route through the hidden layer to the output layer, Deep Learning networks use multiple hidden layers to model high-level abstractions.<ref>http://neuralnetworksanddeeplearning.com/chap6.html</ref> Each layer uses the output from the previous layer as its input. Deep Learning networks. These networks can learn in one of two ways, either supervised – such as image recognition where inputs need to be classified – or unsupervised – where the computer is searching for a pattern. <ref>https://towardsdatascience.com/supervised-vs-unsupervised-learning-14f68e32ea8d</ref>
  
Line 14: Line 15:
 
==Reference==
 
==Reference==
 
<references/>
 
<references/>
 +
Written by August Windham

Latest revision as of 23:10, 17 September 2018

Deep Learning

Introduction

Deep Learning was invented by Geoffrey Hinton and is the next generation of Neural Networks.[1] “There are several types of Deep learning,deep neural networks, belief networks and recurrent networks.” [2]

Overview

tikz41.png [1]

While Neural Networks send data on a linear route through the hidden layer to the output layer, Deep Learning networks use multiple hidden layers to model high-level abstractions.[3] Each layer uses the output from the previous layer as its input. Deep Learning networks. These networks can learn in one of two ways, either supervised – such as image recognition where inputs need to be classified – or unsupervised – where the computer is searching for a pattern. [4]

Significance

Some of the notable uses of Deep Learning algorithms are drug synthesis, facial recognition, natural language processing and computer vision. [5]

Reference

  1. https://ai.google/research/people/GeoffreyHinton
  2. https://www.educba.com/neural-networks-vs-deep-learning/
  3. http://neuralnetworksanddeeplearning.com/chap6.html
  4. https://towardsdatascience.com/supervised-vs-unsupervised-learning-14f68e32ea8d
  5. https://www.deeplearningbook.org/contents/applications.html

Written by August Windham