Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
This project uses BERT(Bidirectional Encoder Representations from Transformers) for Yelp-5 fine-grained sentiment analysis. It also explores various custom loss functions for regression based approaches of fine-grained sentiment analysis.
Tweet Sentiment Classifier using Classic Machine Learning Algorithms. This repository provides my solution for the 2nd Assignment for the course of Text Analytics for the MSc in Data Science at Athens University of Economics and Business.
Sentigenix is an app which helps you to parse through a particular organisation's twitter page and collect top 1000 tweets and then use the ML model to analyse whether to invest in or not.
### When I tried to convert pytorch model to onnx file,This Happened:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-33-a9d25627b347> in <module>()
10 # Export the trained model to ONNX
11 dummy
### When I tried to convert pytorch model to onnx file,This Happened: