Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 632 Bytes

README.md

File metadata and controls

12 lines (5 loc) · 632 Bytes

Deep Learning Examples

  • A simple CNN implementation for classifying MNIST database: 'MNIST/'

  • A simple CNN implementation for identifying real-world images of Cats from Dogs: 'CatVsDogs/'

  • A simple RNN-LSTM implementation in NLP, generating Chinese Poem: 'PoemGen/'

  • A simple Text-CNN for sentimental analysis of movie reviews: 'TextCNN/'