Introduction: Sentence Classification with CNNs
Get an overview of convolutional neural networks and their application is sentence classification.
We'll cover the following...
We'll cover the following...
Why use CNNs?
Now, we’ll discuss a type of neural network known as convolutional neural networks (CNNs). CNNs are quite different from fully connected neural networks and have achieved state-of-the-art performance in numerous tasks. These tasks include image classification, object detection, speech ...