| 1. About Confusion Matrix.mp4 | 9.5 MB | ||
| 1. About Confusion Matrix.srt | 2.8 KB | ||
| 1. Creating a common Model Evaluation function.mp4 | 31.9 MB | ||
| 1. Creating a common Model Evaluation function.srt | 6 KB | ||
| 1. Creating a word cloud of positive and negative tweets.mp4 | 34.3 MB | ||
| 1. Creating a word cloud of positive and negative tweets.srt | 4.9 KB | ||
| 1. Full Project Code.html | 102.4 B | ||
| 1. Importing Libraries.mp4 | 15.2 MB | ||
| 1. Importing Libraries.srt | 2.7 KB | ||
| 1. Pre-processing steps overview.mp4 | 27.4 MB | ||
| 1. Pre-processing steps overview.srt | 4.7 KB | ||
| 1. Project Overview.mp4 | 6.8 MB | ||
| 1. Project Overview.srt | 2 KB | ||
| 1. Testing the model on unknown datasets.mp4 | 30 MB | ||
| 1. Testing the model on unknown datasets.srt | 6 KB | ||
| 1. Train Test Split.mp4 | 8.1 MB | ||
| 1. Train Test Split.srt | 1.5 KB | ||
| 1. Updating your Project directory.mp4 | 15.2 MB | ||
| 1. Updating your Project directory.srt | 3.7 KB | ||
| 1. What is Streamlit and Installation steps.mp4 | 5.1 MB | ||
| 1. What is Streamlit and Installation steps.srt | 1.7 KB | ||
| 2. About Classification Report.mp4 | 11.1 MB | ||
| 2. About Classification Report.srt | 2.6 KB | ||
| 2. About NLP and Sentiment Analysis.mp4 | 5.6 MB | ||
| 2. About NLP and Sentiment Analysis.srt | 1.3 KB | ||
| 2. About TF-IDF Vectorizer.mp4 | 20.7 MB | ||
| 2. About TF-IDF Vectorizer.srt | 4.2 KB | ||
| 2. Checking for model performance across a wide range of models.mp4 | 13 MB | ||
| 2. Checking for model performance across a wide range of models.srt | 3.2 KB | ||
| 2. Creating an user interface to interact with our created model.mp4 | 64.3 MB | ||
| 2. Creating an user interface to interact with our created model.srt | 11.5 KB | ||
| 2. Custom Pre-processing functions.mp4 | 83.5 MB | ||
| 2. Custom Pre-processing functions.srt | 12.6 KB | ||
| 2. Loading the data from source.mp4 | 7 MB | ||
| 2. Loading the data from source.srt | 1.8 KB | ||
| 2. Most frequent set of words in the dataset for positive and negative cases.mp4 | 30.4 MB | ||
| 2. Most frequent set of words in the dataset for positive and negative cases.srt | 5.4 KB | ||
| 2. Pushing your code to Github repository.mp4 | 17.5 MB | ||
| 2. Pushing your code to Github repository.srt | 3.3 KB | ||
| 2. Testing the model on unknown datasets – Excel option.mp4 | 29.8 MB | ||
| 2. Testing the model on unknown datasets – Excel option.srt | 5.7 KB | ||
| 3. About AUC-ROC.mp4 | 6.4 MB | ||
| 3. About AUC-ROC.srt | 1.6 KB | ||
| 3. About POS tagging and Lemmatization.mp4 | 12.2 MB | ||
| 3. About POS tagging and Lemmatization.srt | 2.7 KB | ||
| 3. Final Inference and saving the models.mp4 | 17.5 MB | ||
| 3. Final Inference and saving the models.srt | 3.4 KB | ||
| 3. High Level Overview of the steps to be performed.mp4 | 5.5 MB | ||
| 3. High Level Overview of the steps to be performed.srt | 1.4 KB | ||
| 3. Project deployment on Heroku Platform.mp4 | 35.6 MB | ||
| 3. Project deployment on Heroku Platform.srt | 6.5 KB | ||
| 3. Running the model on Local Streamlit Server.mp4 | 25.3 MB | ||
| 3. Running the model on Local Streamlit Server.srt | 5.2 KB | ||
| 3. TF-IDF Vectorizer in action.mp4 | 12.5 MB | ||
| 3. TF-IDF Vectorizer in action.srt | 2.7 KB | ||
| 3. Understanding the data.mp4 | 20.7 MB | ||
| 3. Understanding the data.srt | 3.8 KB | ||
| 4. Installing Packages.mp4 | 10.7 MB | ||
| 4. Installing Packages.srt | 1.7 KB | ||
| 4. POS tagging and lemmatization in action.mp4 | 37.6 MB | ||
| 4. POS tagging and lemmatization in action.srt | 7.3 KB | ||
| 4. Preparing the data for pre-processing.mp4 | 17.1 MB | ||
| 4. Preparing the data for pre-processing.srt | 3.4 KB | ||
| Bonus Resources.txt | 307.2 B | ||
| Get Bonus Downloads Here.url | 204.8 B | ||
| Procfile | 0 B | ||
| README.md | 2.4 KB | ||
| Sentiment-LR.pickle | 3.8 MB | ||
| Sentiment_Analysis_Tweet_LemmatizingWithPOS-checkpoint.ipynb | 999.5 KB | ||
| app.py | 8.5 KB | ||
| gitignore | 0 B | ||
| nltk.txt | 204.8 B | ||
| requirements.txt | 102.4 B | ||
| sentiment.jpg?042148 | 378.6 KB | ||
| setup.sh | 102.4 B | ||
| testdata.csv | 3 MB | ||
| training.1600000.processed.noemoticon.csv | 227.7 MB | ||
| vectoriser.pickle | 58.6 MB | ||
| ▲ 78 total files | |||
Data Science: Sentiment Analysis - Model Building Deployment
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 782 MB | Duration: 1h 33m
A practical hands on Data Science Project on Sentiment Analysis using NLP techniques - Model Building & Deployment
What you'll learn
Data Analysis and Understanding
Data Preprocessing Techniques
POS tagging and Lemmatization
Word Cloud
TF-IDF Vectorizer
Model Building for Sentiment Analysis
Classification Metrics
Model Evaluation
Running the model on a local Streamlit Server
Pushing your notebooks and project files to GitHub repository
Deploying the project on Heroku Cloud Platform
Description
In this course I will cover, how to develop a Sentiment Analysis model to categorize a tweet as Positive or Negative using NLP techniques and Machine Learning Models. This is a hands on project where I will teach you the step by step process in creating and evaluating a machine learning model and finally deploying the same on Cloud platforms to let your customers interact with your model via an user interface.
This course will walk you through the initial data exploration and understanding, data analysis, data pre-processing, data preparation, model building, evaluation and deployment techniques. We will explore NLP concepts and then use multiple ML algorithms to create our model and finally focus into one which performs the best on the given dataset.
At the end we will learn to create an User Interface to interact with our created model and finally deploy the same on Cloud.
https://TutSala.com
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 3.8 GB | freecoursewb | 4 days | 47 | 23 | |
| 2.6 GB | freecoursewb | 4 days | 17 | 7 | |
|
Udemy - Data Structures and Algorithms and LeetCode - CPP and Python Posted by
freecoursewb in Other
|
633.7 MB | freecoursewb | 4 days | 16 | 4 |
| 1.7 GB | freecoursewb | 1 week | 1 | 55 | |
|
Udemy - Microsoft Power BI for Excel Users - Turn Data into Insights Posted by
freecoursewb in Other
|
2.6 GB | freecoursewb | 1 week | 1 | 11 |
All Comments