Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 705 Bytes

File metadata and controls

20 lines (14 loc) · 705 Bytes

Dynamic Convolutional Neural Network

Pytorch implementation of Dynamic Convolutional Neural Network for Text Classification.

Note

This is a simple pytorch implmentation of dynamic convolutional neural network as presented in the paper A Convolutional Neural Network for Modelling Sentences by Kalchbrenner et al. Paper for DCNN.

Prerequisites

Datasets

Parameter Settings

Experiments

Reference