SlideShare a Scribd company logo
Convolutional Neural Networks
for Sentence Classification
Students:
Minoo Moradi
Mahsa Deylam nejad
Supervisor:
Dr.Nasiri
Spring 2017
In the name of GOD
01
Automated text classification is
the task of automatically assigning
input text to a set of classes.
02
01
03
Options
Options
02Options
Neural Language Model
Deep Learning
Language Model
03
04
06
Options
Options
05Options
DropOut
Curse of dimensionality
Convolutional Neural Network
04
Deep Learning is a subfield of
machine learning concerned with
algorithms inspired by the structure
and function of the brain called
artificial neural networks. In fact it
refers to artificial neural networks that
are composed of many layers.
6
ADefinition
Deep
Learning
05
A language model is a function, or
an algorithm for learning such a
function, that captures the salient
statistical characteristics of the
distribution of sequences of words in a
natural language, typically allowing
one to make probabilistic predictions
of the next word given preceding ones.
7
ADefinition
Language
Model
06
A neural language model is a language
model based on Neural Networks ,
exploiting their ability to learn
distributed representations to reduce the
impact of the curse of dimensionality.
8
ADefinition
Neural
Language
Model
07
In the context of learning algorithms,
the curse of dimensionality refers to
the need for huge numbers of training
examples so that When the number of
input variables increases, the number
of required examples can grow
exponentially.
9
ADefinition
Curse of
Dimensionality
08
Convolutional Neural Networks are
very similar to ordinary Neural Networks
. they are made up of neurons that have
learnable weights and biases. Each
neuron receives some inputs, performs a
dot product and optionally follows it with
a non-linearity.
10
ADefinition
Convolutional
Neural
Network
09
DropOut is a regularization method
that sets to zero the activations of
hidden units for each training case at
training time.
11
ADefinition
DropOut
10
Model
𝑥1:𝑛 = 𝑥1 ⊕ 𝑥2 ⊕ … 𝑥 𝑛
𝑐𝑖 = 𝑓(𝑤. 𝑥𝑖:𝑖+ℎ−1 + 𝑏)
𝐶 = [𝑐1, 𝑐2, … , 𝑐 𝑛−ℎ+1]
𝐎𝐢𝐣 = 𝐟 𝐧𝐞𝐭 𝐢𝐣 𝐧𝐞𝐭 𝐢𝐣 =
𝐢=𝟏
𝐥
𝐰𝐢𝐣
𝟏
. 𝐱 𝐢 + 𝐛
11
𝑦 = 𝑤. 𝑧 + 𝑏 𝑦 = 𝑤. 𝑧 ∘ 𝑟 + 𝑏
12
Regularization
01
Option
02
Option
04
Option
03
Option
SST-1
Text
Text
0605 07
Option
Option
Option
MR SST-2 TREC
Subj
MPQA
CR
DataSets
Data C l N |𝑽| |𝑽 𝒑𝒓𝒆| Test
MR 2 20 10662 18765 16448 cv
SST-1 5 18 11855 17836 16262 2210
SST-2 2 19 9613 16185 14838 1821
Subj 2 23 10000 21323 17913 cv
TREC 6 10 5952 9592 9125 500
CR 2 19 3775 5340 5046 cv
MPQA 2 3 10606 6246 6083 cv
14
CNN-rand CNN-static
CNN-non-static CNN-multichannel
15
MPQACRTRECSubjSST-2SST-1MRModel
83.479.891.289.682.745.076.1CNN-rand
89.684.792.893.086.845.581.0CNN-static
89.584.393.693.487.248.081.5CNN-non-static
89.485.092.293.288.147.481.1CNN-multichannel
86.4---82.443.277.7RAE
----82.944.479.0MV-RNN
----85.445.7-RNTN
--93.0-86.848.5-DCNN
----87.848.7-Paragraph-Vec
86.381.8-93.2--79.4NBSVM
86.380.0-93.6--79.0MNB
86.182.1-93.4--79.0G-Dropout
86.381.9-93.6--79.1F-Dropout
86.181.4----77.3Tree-CRF
--95.0----SVMS
16
Most similar words
Static channel Non statistic channel
bad Good
Terrible
Horrible
Lousy
Terrible
Horrible
Lousy
stupid
good Great
Bad
Terrific
Decent
Nice
Decent
Solid
Terrific
N’t os
ca never
ireland
wo
not
never
nothing
neither
! 2,500
entire
jez
changer
2,500
lush
beautiful
terrific
, decasia
abysmally
demise
valiant
but
dragon
a
and
17
Conclusion
18
Thank
you
Convolutional Neural Networks for Sentence Classification

More Related Content

PPTX
Towards Dropout Training for Convolutional Neural Networks
PPTX
CNN Tutorial
PPTX
Introduction to Convolutional Neural Networks
PDF
Learning where to look: focus and attention in deep vision
PPT
Intro to Deep learning - Autoencoders
PPTX
Deep Learning via Semi-Supervised Embedding (第 7 回 Deep Learning 勉強会資料; 大澤)
PDF
PDF
Multidimensional RNN
Towards Dropout Training for Convolutional Neural Networks
CNN Tutorial
Introduction to Convolutional Neural Networks
Learning where to look: focus and attention in deep vision
Intro to Deep learning - Autoencoders
Deep Learning via Semi-Supervised Embedding (第 7 回 Deep Learning 勉強会資料; 大澤)
Multidimensional RNN

What's hot (20)

PDF
Convolutional Neural Networks (CNN)
PPTX
Image captioning
PDF
HardNet: Convolutional Network for Local Image Description
PDF
Paper overview: "Deep Residual Learning for Image Recognition"
PPTX
Autoencoders for image_classification
PDF
A Survey of Deep Learning Algorithms for Malware Detection
PPTX
AlexNet
PPTX
A Framework for Scene Recognition Using Convolutional Neural Network as Featu...
PDF
AI&BigData Lab 2016. Александр Баев: Transfer learning - зачем, как и где.
PPTX
Convolutional neural networks deepa
PPTX
Review on cs231 part-2
PDF
Hands-on Deep Learning in Python
PPTX
convolutional neural network (CNN, or ConvNet)
PDF
A Brief Introduction on Recurrent Neural Network and Its Application
PDF
MobileNet - PR044
PPTX
2021 04-04-google nmt
PPTX
Lecture 29 Convolutional Neural Networks - Computer Vision Spring2015
PDF
P03 neural networks cvpr2012 deep learning methods for vision
PPTX
PDF
Lecture 7: Recurrent Neural Networks
Convolutional Neural Networks (CNN)
Image captioning
HardNet: Convolutional Network for Local Image Description
Paper overview: "Deep Residual Learning for Image Recognition"
Autoencoders for image_classification
A Survey of Deep Learning Algorithms for Malware Detection
AlexNet
A Framework for Scene Recognition Using Convolutional Neural Network as Featu...
AI&BigData Lab 2016. Александр Баев: Transfer learning - зачем, как и где.
Convolutional neural networks deepa
Review on cs231 part-2
Hands-on Deep Learning in Python
convolutional neural network (CNN, or ConvNet)
A Brief Introduction on Recurrent Neural Network and Its Application
MobileNet - PR044
2021 04-04-google nmt
Lecture 29 Convolutional Neural Networks - Computer Vision Spring2015
P03 neural networks cvpr2012 deep learning methods for vision
Lecture 7: Recurrent Neural Networks
Ad

Similar to Convolutional Neural Networks for Sentence Classification (20)

PPTX
Sp19_P2.pptx
PDF
Convolutional neural network
PPTX
Unit-5.pptx notes for artificial intelligence
PPTX
deeplearningwithneuralnetworks-190303185558 (1).pptx
PPTX
RNN JAN 2025 ppt fro scratch looking from basic.pptx
PDF
Convolutional and Recurrent Neural Networks
PPTX
introduction Convolutional Neural Networks.pptx
PPTX
Deep Learning With Neural Networks
PPTX
Unit3-RNN (recurrent neural network).pptx
PDF
Deep Learning for Personalized Search and Recommender Systems
PDF
Neural Network Architectures
PPTX
Artificial intelligence conversational agents
PPTX
Neural networks and deep learning
PPTX
Teaching Your Computer To Play Video Games
PDF
Lecture7_Neural Networks_and_analysis2024.pdf
PPTX
Computer vision lab seminar(deep learning) yong hoon
PDF
Deep Learning, Where Are You Going?
PPTX
Deep Learning and Modern Natural Language Processing (AnacondaCon2019)
PPTX
What Deep Learning Means for Artificial Intelligence
PDF
Deep learning: Cutting through the Myths and Hype
Sp19_P2.pptx
Convolutional neural network
Unit-5.pptx notes for artificial intelligence
deeplearningwithneuralnetworks-190303185558 (1).pptx
RNN JAN 2025 ppt fro scratch looking from basic.pptx
Convolutional and Recurrent Neural Networks
introduction Convolutional Neural Networks.pptx
Deep Learning With Neural Networks
Unit3-RNN (recurrent neural network).pptx
Deep Learning for Personalized Search and Recommender Systems
Neural Network Architectures
Artificial intelligence conversational agents
Neural networks and deep learning
Teaching Your Computer To Play Video Games
Lecture7_Neural Networks_and_analysis2024.pdf
Computer vision lab seminar(deep learning) yong hoon
Deep Learning, Where Are You Going?
Deep Learning and Modern Natural Language Processing (AnacondaCon2019)
What Deep Learning Means for Artificial Intelligence
Deep learning: Cutting through the Myths and Hype
Ad

Recently uploaded (20)

DOCX
Q1_LE_Mathematics 8_Lesson 5_Week 5.docx
PPTX
Pharmacology of Autonomic nervous system
PPTX
7. General Toxicologyfor clinical phrmacy.pptx
PDF
CHAPTER 3 Cell Structures and Their Functions Lecture Outline.pdf
PPTX
Microbiology with diagram medical studies .pptx
PDF
Formation of Supersonic Turbulence in the Primordial Star-forming Cloud
PDF
ELS_Q1_Module-11_Formation-of-Rock-Layers_v2.pdf
PPT
The World of Physical Science, • Labs: Safety Simulation, Measurement Practice
PDF
Warm, water-depleted rocky exoplanets with surfaceionic liquids: A proposed c...
PPTX
ANEMIA WITH LEUKOPENIA MDS 07_25.pptx htggtftgt fredrctvg
PDF
Looking into the jet cone of the neutrino-associated very high-energy blazar ...
PPTX
2. Earth - The Living Planet Module 2ELS
PDF
Placing the Near-Earth Object Impact Probability in Context
PDF
Unveiling a 36 billion solar mass black hole at the centre of the Cosmic Hors...
PDF
Sciences of Europe No 170 (2025)
PPT
6.1 High Risk New Born. Padetric health ppt
PDF
An interstellar mission to test astrophysical black holes
PDF
The scientific heritage No 166 (166) (2025)
PDF
SEHH2274 Organic Chemistry Notes 1 Structure and Bonding.pdf
PPTX
famous lake in india and its disturibution and importance
Q1_LE_Mathematics 8_Lesson 5_Week 5.docx
Pharmacology of Autonomic nervous system
7. General Toxicologyfor clinical phrmacy.pptx
CHAPTER 3 Cell Structures and Their Functions Lecture Outline.pdf
Microbiology with diagram medical studies .pptx
Formation of Supersonic Turbulence in the Primordial Star-forming Cloud
ELS_Q1_Module-11_Formation-of-Rock-Layers_v2.pdf
The World of Physical Science, • Labs: Safety Simulation, Measurement Practice
Warm, water-depleted rocky exoplanets with surfaceionic liquids: A proposed c...
ANEMIA WITH LEUKOPENIA MDS 07_25.pptx htggtftgt fredrctvg
Looking into the jet cone of the neutrino-associated very high-energy blazar ...
2. Earth - The Living Planet Module 2ELS
Placing the Near-Earth Object Impact Probability in Context
Unveiling a 36 billion solar mass black hole at the centre of the Cosmic Hors...
Sciences of Europe No 170 (2025)
6.1 High Risk New Born. Padetric health ppt
An interstellar mission to test astrophysical black holes
The scientific heritage No 166 (166) (2025)
SEHH2274 Organic Chemistry Notes 1 Structure and Bonding.pdf
famous lake in india and its disturibution and importance

Convolutional Neural Networks for Sentence Classification