Ayush Pareek
Ayush Pareek
HandWritingRecognition-CNN
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
: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...
NeuralNetwork-ImageQA
This is a python and keras implementation of the VIS+LSTM visual question answering model.
Ngram-Graphs
: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
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
: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
: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...