Data Science & Machine Learning for COVID-19 using Python
Data Science & Machine Learning for COVID-19 using Python, available at $19.99, has an average rating of 4, with 78 lectures, based on 5 reviews, and has 47 subscribers.
You will learn about Complete end-to-end realtime projects related to COVID-19. Apply Deep Learning and Machine Learning concepts on real world cases. Apply concepts like Time Series Analysis, Dashboard Building, LSTMs, Object Detection, GBMs. Work with various types of data which includes structured and unstructured data like text, image, videos. Build a Live COVID-19 Dashboard Using Dash & Plotly This course is ideal for individuals who are Anyone with some knowledge of Programming and basic data science concepts. or Beginner Data Scientists or Experienced Data Scientists or Software Developers interested in Data Science or Beginner Python developers curious about Data Science It is particularly useful for Anyone with some knowledge of Programming and basic data science concepts. or Beginner Data Scientists or Experienced Data Scientists or Software Developers interested in Data Science or Beginner Python developers curious about Data Science.
Enroll now: Data Science & Machine Learning for COVID-19 using Python
Summary
Title: Data Science & Machine Learning for COVID-19 using Python
Price: $19.99
Average Rating: 4
Number of Lectures: 78
Number of Published Lectures: 78
Number of Curriculum Items: 78
Number of Published Curriculum Objects: 78
Original Price: $189.99
Quality Status: approved
Status: Live
What You Will Learn
- Complete end-to-end realtime projects related to COVID-19.
- Apply Deep Learning and Machine Learning concepts on real world cases.
- Apply concepts like Time Series Analysis, Dashboard Building, LSTMs, Object Detection, GBMs.
- Work with various types of data which includes structured and unstructured data like text, image, videos.
- Build a Live COVID-19 Dashboard Using Dash & Plotly
Who Should Attend
- Anyone with some knowledge of Programming and basic data science concepts.
- Beginner Data Scientists
- Experienced Data Scientists
- Software Developers interested in Data Science
- Beginner Python developers curious about Data Science
Target Audiences
- Anyone with some knowledge of Programming and basic data science concepts.
- Beginner Data Scientists
- Experienced Data Scientists
- Software Developers interested in Data Science
- Beginner Python developers curious about Data Science
9 Projects in 1 Using Real-World Datasets for COVID-19!!!!!!!
For over a century, data has been the most powerful weapon to fight disease whether it was SARS in 2003 or MERS in 2012, data has been the most powerful weapon to fight disease. Can we now use data to solve problems related to COVID-19?
Introducing Data Science & Machine Learning for Covid-19 using Python, the only course on the internet that will cover the depth and breadth of using Deep Learning and Machine Learning to solve real-world problems related to COVID-19.
Tired of using dummy datasets? In this course we will use real-world data and solve various problems related to COVID-19. Along the way we will be learning a lot of tools and concepts.
Following are the projects we will be covering:
1. Face Mask Detection
2. Building a COVID-19 Live Dashboard using Dash & Plotly
3. mRNA degradation Prediction using LSTMs
4. Classifying COVID-19 based on Symptoms using GBM
5. Time Series Forecasting of COVID-19 cases
6. COVID-19 Classification Using Chest X-rays
7. Detecting Social Distancing Using Object Detection
8. COVID-19 Diagnosis & FAQ Chatbot Using Rasa
9. COVID-19 Tweets Classification on Microsoft Curated Dataset Using RNNs
During this journey, you will be learning a lot of tools and frameworks:
1. Pandas
2. Numpy
3. OpenCV
4. Scikitlearn
5. Tensorflow 2
6. Keras
7. RASA
8. YoloV2
9. FB Prophet
Along side we will cover the following concepts and implement the above practical projects:
1. Face Detection
2. Object Detection
3. Dashboard Building
4. Sequence to Sequence Prediction
5. Image Classification
6. Chatbot Building
With a blend of slides and code walkthrough you are taken through a complete journey of solving every problem mentioned in each of the projects. The course comes with all the source code used in developing all the projects.
The course will be timely updated! With query resolution in the Q&A section so you are not left out on any concept!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Introduction – Welcome to the Course!
Chapter 2: Classifying COVID-19 patients Using Symptoms
Lecture 1: Covid-19 Classifying Symptoms – Introduction Problem Statement
Lecture 2: Classifying Symptoms – Coding Part 1 – Loading the Data
Lecture 3: Classifying Symptoms – Coding Part 2 – Building Model
Lecture 4: Classifying Symptoms – Coding Part 3 – Testing the Model
Lecture 5: 5. Classifying Symptoms – Coding Part 4 – Resampling
Lecture 6: Classifying Symptoms – Coding Part 5 – Assignment Resampling
Chapter 3: COVID-19 Dashboard Using Dash & Plotly
Lecture 1: Dash Library Introduction
Lecture 2: Adding Graphs Using Plotly
Lecture 3: Callbacks
Lecture 4: High-level Overview of the Dashboard
Lecture 5: Adding Indicators
Lecture 6: Creating Content Cards For Overview of the COVID-19 Cases
Lecture 7: Creating Line Plots
Lecture 8: Creating & Adding Table to the Dashboard for Countrywise Statistics
Lecture 9: Adding Geo-plots World Maps
Lecture 10: Adding Geoplot – United States
Lecture 11: Adding Shadowed Lineplots and Dropdowns for Vaccination Data
Lecture 12: Adding Bar Plots with Radio Buttons
Lecture 13: Adding News Cards
Chapter 4: COVID-19 Tweets Classification
Lecture 1: Tweet Classification Problem Statement
Lecture 2: Loading & Pre-processing the Data
Lecture 3: Creating Word Embeddings Using Word2Vec
Lecture 4: Preprocessing Data for Neural Networks
Lecture 5: Defining & Training LSTM Model
Lecture 6: Evaluating & Testing our Model
Lecture 7: Assigment: Build a GRU Model Using Keras!
Chapter 5: COVID-19 Diagnosis and FAQ Chatbot
Lecture 1: Introduction – COVID-19 Chatbot
Lecture 2: Introduction – Whats Rasa
Lecture 3: Why Rasa?
Lecture 4: Rasa – NLU (Natural Language Understanding)
Lecture 5: Creating our First Bot – Rasa NLU
Lecture 6: Rasa NLU Pipeline & Training NLU
Lecture 7: Rasa Core
Lecture 8: Domain
Lecture 9: Conversation Training – Stories
Lecture 10: Conversation Training – Rules
Lecture 11: Forms
Lecture 12: Creating Forms
Lecture 13: Defining Actions
Lecture 14: Adding Custom Validations
Lecture 15: Small Talk & FAQ in Rasa
Lecture 16: Creating Retrieval Intents
Lecture 17: Testing Retrieval Intents
Lecture 18: Connecting the Bot to Telegram
Chapter 6: Detecting Social Distancing using OpenCV & Object Detection
Lecture 1: Social Distancing – Introduction – Problem Statement
Lecture 2: Introduction to Open CV – Part 1
Lecture 3: Introduction to OpenCV – Part 2
Lecture 4: Social Distancing – Coding – Setting up Object Detection
Lecture 5: Applying Non-Max Suppression
Lecture 6: Checking Distance between 2 Persons
Lecture 7: Social Distancing Coding – Detecting Person Class & Marking it
Chapter 7: Face Mask Detection Using Object Detection
Lecture 1: Introduction – FaceMask Detection – Problem Statement
Lecture 2: Loading & Setting Up the Data
Lecture 3: Building Image Classification Model
Lecture 4: Augmenting the Data & Training the Model
Chapter 8: Stanford mRNA degradation Prediction using LSTMs
Lecture 1: Introduction to mRNA Degradation Prediction – Problem Statement
Lecture 2: Approach to Solve the Problem
Lecture 3: Loading & Visualizing the Data
Lecture 4: Preprocessing the Data
Lecture 5: Building & Training the Model
Lecture 6: Evaluating the Model
Lecture 7: Making Predictions Using the Model
Chapter 9: Chest X-Ray Classification
Lecture 1: Introduction – Chest X Ray Classification – Problem
Lecture 2: Approaches to Handle Class Imbalance
Lecture 3: Approaches to Handle Class Imbalance – Part 2
Lecture 4: Introduction to Tensorflow – Keras
Lecture 5: Data Loading & Pre-processing in Keras
Lecture 6: Layers in Keras
Lecture 7: Models in Keras
Lecture 8: Augmenting the Dataset and Using Pre-trained Weights from Tensorflow Hub
Lecture 9: Configuring & Training the Convolution Neural Network Model
Lecture 10: Evaluating the Model & Making Predictions on Unseen Images
Chapter 10: COVID-19 Cases Time Series Analysis Using Facebook Prophet
Lecture 1: Introduction to Time Series Analysis
Lecture 2: Facebook Prophet Model
Lecture 3: Facebook Prophet – Analyst in the loop
Lecture 4: Metrics to measure the performance of TSA Model
Lecture 5: Loading, Visualising Data & Building our Initial Model
Instructors
-
Mohammed Murtuza
Data Scientist | Trainer | Thinker
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 1 votes
- 3 stars: 1 votes
- 4 stars: 0 votes
- 5 stars: 3 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple