All Projects → abhishekkrthakur → Is_that_a_duplicate_quora_question

abhishekkrthakur / Is_that_a_duplicate_quora_question

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Is that a duplicate quora question

Malheur
A Tool for Automatic Analysis of Malware Behavior
Stars: ✭ 313 (-27.88%)
Mutual labels:  classification
Artificial Adversary
🗣️ Tool to generate adversarial text examples and test machine learning models against them
Stars: ✭ 348 (-19.82%)
Mutual labels:  classification
Text Classification Models Pytorch
Implementation of State-of-the-art Text Classification Models in Pytorch
Stars: ✭ 379 (-12.67%)
Mutual labels:  classification
Pytorch Randaugment
Unofficial PyTorch Reimplementation of RandAugment.
Stars: ✭ 323 (-25.58%)
Mutual labels:  classification
Ner Bert
BERT-NER (nert-bert) with google bert https://github.com/google-research.
Stars: ✭ 339 (-21.89%)
Mutual labels:  classification
Anymethodlog
Log any method call of object in Objective-C
Stars: ✭ 361 (-16.82%)
Mutual labels:  classification
Code Sleep Python
Awesome Projects in Python - Machine Learning Applications, Games, Desktop Applications all in Python 🐍
Stars: ✭ 306 (-29.49%)
Mutual labels:  classification
Chexnet
A pytorch reimplementation of CheXNet
Stars: ✭ 411 (-5.3%)
Mutual labels:  classification
Open3d Pointnet2 Semantic3d
Semantic3D segmentation with Open3D and PointNet++
Stars: ✭ 342 (-21.2%)
Mutual labels:  classification
Shufflenet
ShuffleNet Implementation in TensorFlow
Stars: ✭ 378 (-12.9%)
Mutual labels:  classification
Tensorflow Resources
Curated Tensorflow code resources to help you get started with Deep Learning.
Stars: ✭ 330 (-23.96%)
Mutual labels:  classification
Adversarial autoencoder
A wizard's guide to Adversarial Autoencoders
Stars: ✭ 339 (-21.89%)
Mutual labels:  classification
Rmdl
RMDL: Random Multimodel Deep Learning for Classification
Stars: ✭ 375 (-13.59%)
Mutual labels:  classification
Pywick
High-level batteries-included neural network training library for Pytorch
Stars: ✭ 320 (-26.27%)
Mutual labels:  classification
Transformers Tutorials
Github repo with tutorials to fine tune transformers for diff NLP tasks
Stars: ✭ 384 (-11.52%)
Mutual labels:  classification
Tianchi Medical Lungtumordetect
天池医疗AI大赛[第一季]:肺部结节智能诊断 UNet/VGG/Inception/ResNet/DenseNet
Stars: ✭ 314 (-27.65%)
Mutual labels:  classification
Franc
Natural language detection
Stars: ✭ 3,605 (+730.65%)
Mutual labels:  classification
Tensorflow Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
Stars: ✭ 4,122 (+849.77%)
Mutual labels:  classification
Lazypredict
Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
Stars: ✭ 401 (-7.6%)
Mutual labels:  classification
Gfocal
Generalized Focal Loss: Learning Qualified and Distributed Bounding Boxes for Dense Object Detection, NeurIPS2020
Stars: ✭ 376 (-13.36%)
Mutual labels:  classification

is_that_a_duplicate_quora_question

all the code for the article https://www.linkedin.com/pulse/duplicate-quora-question-abhishek-thakur will be available here..

How To

  1. Install Required Libraries
pip install pandas
pip install numpy
pip install scikit-learn
pip install nltk
pip install tqdm
pip install keras
pip install tensorflow
pip install pyemd
pip install fuzzywuzzy
pip install python-levenshtein
pip install --upgrade gensim
  1. Download Required Language libraries
mkdir data
cd data
wget http://www-nlp.stanford.edu/data/glove.840B.300d.zip
unzip glove.840B.300d.zip
rm glove.840B.300d.zip
wget http://qim.ec.quoracdn.net/quora_duplicate_questions.tsv
wget https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz
sudo python -m nltk.downloader stopwords
cd ..
  1. Run
python feature_engineering.py
python deepnet.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].