GRupal's repositories

AnswerBot

Replication package of the paper "AnswerBot: An Answer Summary Generation Tool Based on Stack Overflow"

Language:PythonStargazers:0Issues:0Issues:0

awesome-deep-learning

A curated list of awesome Deep Learning tutorials, projects and communities.

Stargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Deeplearning.ai

Materials from deeplearning.ai course on Coursera

Stargazers:0Issues:0Issues:0

DeepLearning.ai-assignments

This repo consists of all the solved assignments in DeepLearning.ai course taught by Andrew Ng.

Stargazers:0Issues:0Issues:0

Duplicate-Detection

This project is based on some basic concepts on Natural Language Processing. I have used Python for this project and some python APIs like numpy, pandas, sklearn etc.

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

fact_env

Factoid Question Answering Chat bot is a simpler version of question answering system. It answers to the question asked by user in near real time using information retrieval and natural language processing technique

License:MITStargazers:0Issues:0Issues:0

Find-DupQuora

Detecting duplicate questions on Quora

Stargazers:0Issues:0Issues:0

ISA-NLP-Lab

This repository keeps my works in course NLP lab.

Stargazers:0Issues:0Issues:0

kaggle-quora-dup

Solution to Kaggle's Quora Duplicate Question Detection Competition

License:MITStargazers:0Issues:0Issues:0

kaggle-quora-question-pairs

Kaggle:Quora Question Pairs, 4th/3396 (https://www.kaggle.com/c/quora-question-pairs)

Stargazers:0Issues:0Issues:0

quora-duplicate-question-pairs-detection

Determining whether two questions are asking the same thing can be challenging, as word choice and sentence structure can vary significantly. Traditional natural language processing techniques been found to have limited success in separating related question from duplicate questions. In this paper, we explore methods of determining semantic equivalence between pairs of questions using a dataset released by Quora. We explore different approaches involving using different classifiers with a rich feature set, a Siamese Neural Network which uses an LSTM, and an ensemble of the multiple approaches. Our ensemble model outperforms the classifier and Siamese models.

Stargazers:0Issues:0Issues:0

quora_duplication_detection

NLP project to detect if two questions on Quora are duplicated

Stargazers:0Issues:0Issues:0

Quora_question_pairs_NLP_Kaggle

Quora Kaggle Competition : Natural Language Processing using word2vec embeddings, scikit-learn and xgboost for training

Stargazers:0Issues:0Issues:0

QuoraDQBaseline

Baseline solution to Quora Duplicate Question dataset.

Language:PythonStargazers:0Issues:0Issues:0

Sentiment-Analysis-On-Hindi-Reviews

We have used 250 sentences of movie reviews available for research from IIT bombay and also crawled and manually annotated 750 reviews from jagran.com, In total 1000 reviews. After preprocessing the dataset, We generate the featureset as a vector-based approach using Term frequency, tfidf for unigrams and bigrams. Then we used three approaches to predict the sentiment of a review. Approaches used are Resource based, In-language semantic analysis and Machine Translation based semantic analysis.

Stargazers:0Issues:0Issues:0

Text_Summarization_with_Tensorflow

Implementation of a seq2seq model for summarization of textual data. Demonstrated on amazon reviews, github issues and news articles.

License:MITStargazers:0Issues:0Issues:0