Sentiment Analysis with BERT Neural Network and Python

Want to leverage advanced NLP to calculate sentiment? Can’t be bothered building a model from scratch? Transformers allows you to easily leverage a pre-trained BERT neural network to do exactly that! In this video we’ll go through how to get up and running with Hugging Face Transformers and BERT to be able to calculate sentiment. We’ll run the model using a single prompt but also leverage BeautifulSoup to scrape reviews from Yelp to be able to calculate sentiment on a larger scale. In this video you’ll learn how to: 1. Install Transformers 2. Perform Sentiment Scoring using BERT and Python 3. Scrape reviews from Yelp and Calculate their Sentiment Get the code for this tutorial: Thanks so much to Mito for sponsoring this video! Mito is an amazing JupyterLab plugin that allows you to work with your data easily using a drag and drop interface that’s similar to Excel. Try it out for FREE at ! If you need a little help getting started, check out the t
Back to Top