This talk features a simplified implementation of Kim Yoon's paper on convolutional neural networks for sentence classification. Keras models are configuration driven so that with simple changes of a json file, one can vary the dimensions of the convolutional layers between embedding and fully connected.
1 of 15
Downloaded 21 times
More Related Content
Sydney Deep Learning Meetup - CNN Text Classification
3. Since 2008
7 Locations
200+ People
50+ Clients
Currently Hiring in Sydney, Melbourne, Canberra, Brisbane, Bangalore
About Servian
4. - Text Classification - Why
- Convolutional Neural Network (CNN) Overview
- Using CNN with Text
- Pros and Cons
About This Talk
5. - Sentiment Analysis (Better understanding of market/social reaction, brand image etc)
- Spam/Phishing Filters (You see this all the time)
- Trading & Investment News Classification
- Customer Service Augmentation (Enquiry and Complaints etc.)
- Recruitment
- Insurance Risk Rating
And many more ¡...
Text Classification Use Cases
6. - Well known for its computer vision capability (image & video)
- LeNet-5
- ResNet, VGG, Inception ...
- Audio processing
- WaveNet
- Natural Language Processing
- Sentence classification and modelling
- Search query retrieval & ranking optimisation
- NLP from Scratch
Convolutional Neural Network - Overview