Companies Home Search Profile

Python for Biostatistics: Analyzing Infectious Diseases Data

Focused View

Christ Raharja

3:07:30

14 View
  • 1. Introduction to the Course.mp4
    05:30
  • 2.1 Python for Biostatistics.pptx
  • 2. Table of Contents.mp4
    06:02
  • 3. Whom This Course is Intended for.mp4
    03:19
  • 1.1 Python.html
  • 1. Tools, IDE, and Datasets.mp4
    10:41
  • 1. Introduction to Biostatistics.mp4
    08:19
  • 1.1 sir model.zip
  • 1. Calculating Infectious Disease Transmission with SIR Model.mp4
    10:10
  • 1.1 Population Density.html
  • 1. Factors That Accelerate the Spread of Infectious Disease.mp4
    05:26
  • 1.1 Google Colab IDE.html
  • 1. Setting Up Google Colab IDE.mp4
    05:28
  • 1.1 Kaggle.html
  • 1. Finding & Downloading Infectious Disease Dataset From Kaggle.mp4
    05:26
  • 1.1 Infectious Disease Dataset.html
  • 1. Uploading Infectious Disease Dataset to Google Colab.mp4
    04:07
  • 2.1 infectiousdiseasedataoverview.zip
  • 2. Quick Overview of Infectious Disease Dataset.mp4
    05:36
  • 1.1 cleaninginfectiousdiseasedataset.zip
  • 1. Cleaning Infectious Disease Dataset by Removing Missing Values & Duplicates.mp4
    06:38
  • 1.1 detectingpotentialoutliers.zip
  • 1. Detecting Potential Outliers with Z Score.mp4
    09:04
  • 1.1 findingcorrelationbetweenpopulation&diseaserate.zip
  • 1. Finding Correlation Between Population & Disease Rate.mp4
    08:16
  • 1.1 analyzinginfectedpatientsdemographics.zip
  • 1. Analyzing Infected Patients Demographics.mp4
    13:59
  • 1.1 mappinginfectiousdiseasepercounty.zip
  • 1. Mapping Infectious Disease per County with Heatmap.mp4
    14:21
  • 1.1 analyzinginfectiousdiseaseyearlytrend.zip
  • 1. Analyzing Infectious Disease Yearly Trend.mp4
    14:55
  • 1.1 confidenceintervalanalysis.zip
  • 1. Performing Confidence Interval Analysis.mp4
    05:02
  • 1.1 forecastinginfectiousdiseaseratewithtimeseries.zip
  • 1. Forecasting Infectious Disease Rate with Time Series.mp4
    13:13
  • 1.1 epidemiologicalmodelling.zip
  • 1. Epidemiological Modelling with SIR Model.mp4
    14:06
  • 1.1 publichealthpolicyevaluation.zip
  • 1. Public Health Policy Evaluation.mp4
    13:06
  • 1. Conclusion & Summary.mp4
    04:46
  • Description


    Forecast infectious disease rate, build epidemiological modelling, and map the spread of infectious disease with heatmap

    What You'll Learn?


    • Learn the basic fundamentals of biostatistics and infectious disease analysis
    • Learn how to find correlation between population and disease rate
    • Learn how to analyze infected patient demographics
    • Learn how to map infectious disease per county using heatmap
    • Learn how to analyze infectious disease yearly trend
    • Learn how to perform confidence interval analysis
    • Learn how to forecast infectious disease rate using time series decomposition
    • Learn how to do epidemiological modeling using SIR model
    • Learn how to perform public health policy evaluation
    • Learn how to calculate infectious disease transmission rate using SIR model
    • Learn several factors that accelerate the spread of infectious disease, such as population density, herd immunity, and antigenic variation
    • Learn how to detect potential outliers using Z score method
    • Learn how to clean dataset by removing missing rows and duplicate values
    • Learn how to find and download datasets from Kaggle

    Who is this for?


  • People who are interested in learning biostatistics
  • People who are interested in analysing infectious disease dataset
  • What You Need to Know?


  • No previous experience in biostatistics is required
  • Basic knowledge in Python and statistics
  • More details


    Description

    Welcome to Python for Biostatistics: Analyzing Infectious Diseases Data course. This is a comprehensive project-based course where you will learn step by step on how to perform complex analysis and visualization on infectious diseases datasets. This course is a perfect combination between biostatistics and Python, equipping you with the tools and techniques to tackle real-world challenges in public health. The course will be mainly concentrating on three major aspects, the first one is data analysis where you will explore the infectious diseases data from multiple perspectives, the second one is time series forecasting where you will be guided step by step on how to forecast the spread of infectious diseases using STL model, and the third one is public health policy where you will learn how to make a data driven public health policy based on epidemiological modeling. In the introduction session, you will learn the basic fundamentals of biostatistics, such as getting to know more about challenges that we commonly face when analyzing biostatistics data and statistical models that we will use, for instance STL which stands for seasonal trend decomposition. Then, you will continue by learning how to calculate infectious disease transmission using Kermack-McKendrick equation, this is a very important concept that you need to understand before getting into the coding session. Afterward, you will also learn several factors that can potentially accelerate the spread of infectious diseases, such as population density, healthcare accessibility, and antigenic variation. Once you have learnt all necessary information about biostatistics, we will start the project. Firstly, you will be guided step by step on how to set up Google Colab IDE. Not only that, you will also learn how to find and download infectious diseases dataset from Kaggle. Once, everything is ready, we will enter the main section of the course which is the project section The project will be consisted of three main parts, the first part is to conduct exploratory data analysis, the second part is to build forecasting model to predict the spread of the diseases in the future using time series model, meanwhile the third part is to perform epidemiological modelling and use the result to develop a public health policy to slow down the spread of the infectious disease.

    First of all, before getting into the course, we need to ask this question to ourselves: why should we learn biostatistics, particularly infectious diseases analysis? Well, there are many reasons why, firstly, if you are interested in working in the public health or healthcare industry, having biostatistics knowledge would be very beneficial and help you to level up your career. In addition to that, you will also learn a lot of valuable skill sets that can be implemented in other projects, for example, time series decomposition can be used to forecast stock, real estate, commodity, and cryptocurrency markets. Last but not least, this course will also train you to be a better public health policy maker as you will extensively learn how to make data driven decisions and take other external factors into consideration.

    Below are things that you can expect to learn from this course:

    • Learn the basic fundamentals of biostatistics and infectious disease analysis

    • Learn how to calculate infectious disease transmission rate using SIR model

    • Learn several factors that accelerate the spread of infectious disease, such as population density, herd immunity, and antigenic variation

    • Learn how to find and download datasets from Kaggle

    • Learn how to clean dataset by removing missing rows and duplicate values

    • Learn how to detect potential outliers using Z score method

    • Learn how to find correlation between population and disease rate

    • Learn how to analyze infected patient demographics

    • Learn how to map infectious disease per county using heatmap

    • Learn how to analyze infectious disease yearly trend

    • Learn how to perform confidence interval analysis

    • Learn how to forecast infectious disease rate using time series decomposition model

    • Learn how to do epidemiological modeling using SIR model

    • Learn how to perform public health policy evaluation

    Who this course is for:

    • People who are interested in learning biostatistics
    • People who are interested in analysing infectious disease dataset

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Christ Raharja
    Christ Raharja
    Instructor's Courses
    Hi all, my name is Chris Raharja. I graduated from University of Washington with BS in Mathematics. I used to work as a technology consultant in one of Big 4 firms and now I have been running several different business models such as print on demand, affiliate marketing, drop shipping, ads traffic arbitrage. I have been always passionate about teaching since my first time as a volunteer math tutor in high school. My goal on Udemy is to share my knowledge and build a wonderful community to study many different things together.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 22
    • duration 3:07:30
    • Release Date 2023/12/16

    Courses related to Python

    Courses related to Biology