Deep Learning: Neural Network

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

Deep Learning

• Deep Learning is a new area of Machine Learning


• Deep learning is a machine learning technique that teaches
computers to do what comes naturally to humans
• Eg:driverless cars
• In deep learning, a computer model learns to perform classification
tasks directly from images, text, or sound.
• deep learning methods use neural network architectures
How it works?

Machine Learning
Labeled Data algorithm

Training
Prediction

Learned
Labeled Data Prediction
model
Types of Learning
• Supervised: Learning with a labeled training set
• Example: email classification with already labeled emails

• Unsupervised: Discover patterns in unlabeled data


• Example: cluster similar documents based on text

• Reinforcement learning: learn to act based on feedback/reward


• Example: learn to play Go, reward: win or lose
Aspects of Deep Learning
• Multiple levels of hierarchical representations
• Multi-layered neural networks
• Training of large neural networks
• Multiple non-linear transformations
• Pattern recognition
• Feature extraction
• High-level data abstractions model
Applications
• Image recognition
• Speech recognition
• Natural language processing
• Medical Diagnosis
• Fraud Detection
• Business Intelligence
Types of Neural Networks

• Artificial Neural Network (ANN)


• Convolutional Neural Network (CNN)
• Recurrent Neural Network (RNN)
• Deep Neural Network (DNN)
• Deep Belief Network (DBN)
Softwares Used
• Theano
• TemorFlow
• Torch

You might also like