dblilienthal / Multiclass-Text-Classification-with-DistilBERT-on-COVID-19-TweetsLinks
I implement a deep learning network to classify COVID-19 Tweets into 5 categories and 3 categories using DistilBERT (a lighter version of BERT) as an embedding layer along with an LSTM and Dense Layer. I Achieve 65% accuracy with 5 categories and 80% accuracy on 3 categories.
☆12Updated 3 years ago
Alternatives and similar repositories for Multiclass-Text-Classification-with-DistilBERT-on-COVID-19-Tweets
Users that are interested in Multiclass-Text-Classification-with-DistilBERT-on-COVID-19-Tweets are comparing it to the libraries listed below
Sorting:
- Aspect-Based Opinion Mining involves extracting aspects or features of an entity and figuring out opinions about those aspects. It's a me…☆23Updated 4 years ago
- Using NLP and LDA for Topic Modeling and Sentiment Analysis☆43Updated 4 years ago
- Detecting whether a particular tweet contains negative emotions attached with it or not from the given dataset☆25Updated 5 years ago
- Let us look at how we can implement text classification with Tensorflow https://www.tensorflow.org/ TensorFlow is an end-to-end open sour…☆13Updated 4 years ago
- NLP-Project-Fake-News-Detection☆21Updated 5 years ago
- (BOW, TF-IDF, Word2Vec, BERT) Word Embeddings + (SVM, Naive Bayes, Decision Tree, Random Forest) Base Classifiers + Pre-trained BERT on T…☆71Updated 5 years ago
- In this notebook i will be demonstarting Latent Dirchlet Allocation(LDA) for topic modelling. I will be using the Amazon fine food review…☆45Updated 4 years ago
- ☆37Updated 4 years ago
- Text augmentation, deep learning, and aspect-based sentiment analysis.☆14Updated 3 years ago
- This shows how to fine-tune Bert language model and use PyTorch-transformers for text classififcation☆71Updated 5 years ago
- NLP model that uses Machine Learning to detect offensive tweets, and classify it's target.☆28Updated 4 years ago
- A guide for binary class sentiment analysis of tweets.☆95Updated 6 years ago
- Train unsupervised LDA Topic Model on raw Yelp review text, use topic distributions as feature inputs to supervised classifier of review …☆75Updated 5 years ago
- In this repository, i will be making some cool projects in NLP from basic to intermediate level.☆150Updated last year
- code share for youtube videos☆79Updated 5 months ago
- OffensEval2020 Shared Task☆17Updated 4 years ago
- A notebook to understand the concept of Information Extraction using NLP techniques in Python.☆43Updated 3 years ago
- Simple Text Classfication using SVM and Naive Bayes☆77Updated 2 years ago
- Name Entity Recognition using Python and Keras☆46Updated 6 years ago
- ☆21Updated 6 years ago
- Set of notebooks to practice Pytorch from basics to RNN☆26Updated 5 years ago
- Kaggle Toxic Comments Challenge☆109Updated 7 years ago
- In this notebook, we will build an abstractive based text summarizer using deep learning from the scratch in python using keras☆210Updated 3 years ago
- ☆42Updated 3 years ago
- Retrieving 'Topics' (concept) from corpus using (1) Latent Dirichlet Allocation (Genism) for modelling. Perplexity and Coherence score we…☆12Updated 6 years ago
- From the Kindle Store Reviews on Amazon, sentiment analysis and book recommendation. Used Keras, FastText from Torch, and BERT. For recom…☆30Updated 4 years ago
- ☆124Updated 3 years ago
- ☆150Updated 2 years ago
- Yelp round-10 review comments classification using deep learning (LSTM and CNN) and natural language processing.☆75Updated 6 years ago
- Evaluate the performance of several state-of-the-art deep learning techniques on various text classification datasets. This project is pa…☆27Updated 3 years ago