History of Computers - Deep Learning

From SJS Wiki
Jump to: navigation, search

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