Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 633 Bytes

File metadata and controls

18 lines (12 loc) · 633 Bytes

Neural Network Implementations

This repository contains basic Neural Network Implementations

  • Deep Neural Network on MNIST OCR dataset
    This is a Neural Network Model which takes dataset from MNIST of around 60K images of Optical Characters (0-9)
    Detailed readme inside

  • Natural Language Processing

        1. Sentiment Analysis on Movie Reviews and pickling the classifier to use it for other analysis. 
           Detailed readme inside the folder
    
        2. Sentiment Analysis on Twitter Tweets using the pickled classifier.  
           Detailed readme inside the folder