Ayush Pareek

Results 8 repositories owned by Ayush Pareek

HandWritingRecognition-CNN

123
Stars
41
Forks
Watchers

This CNN-based model for recognition of hand written digits attains a validation accuracy of 99.2% after training for 12 epochs. Its trained on the MNIST dataset on Kaggle.

Consensus-Based-Summarizer

97
Stars
14
Forks
Watchers

:mortar_board:RESEARCH [NLP :speech_balloon:] This is an implementation of "Automatic Consensus-Based Text Summarizer" along with text-organizing capabilities that can generate genre-specific, generi...

Multi-Document-Summarization

28
Stars
13
Forks
Watchers

Neural Network based MDS

NeuralNetwork-ImageQA

46
Stars
13
Forks
Watchers

This is a python and keras implementation of the VIS+LSTM visual question answering model.

Ngram-Graphs

37
Stars
15
Forks
Watchers

:mortar_board:RESEARCH [NLP] Analysis of N-gram Graphs and their applications in the domain of Text Classification and Extraction based Summarization

Optimized-RGB-To-ColorName

170
Stars
28
Forks
Watchers

This API gives closest approximation of an RGB value to a set of color names. It is highly optimized for performance and scalability.

Sentiment-Analysis-Twitter

753
Stars
278
Forks
Watchers

:mortar_board:RESEARCH [NLP :thought_balloon:] We use different feature sets and machine learning classifiers to determine the best combination for sentiment analysis of twitter.

Two-pass-Assembler

47
Stars
19
Forks
Watchers

:computer:COMPUTER ARCHITECTURE:credit_card: Designed a 32-bit ISA and implemented a two pass assembler using C code to demonstrate how assembly language computation occurs with the help of different...