Related Experiment Video
Updated: Jul 6, 2025

12:18
A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
Published on: January 11, 2020
7.5K
Using a decision tree to predict the number of COVID cases: a tutorial for beginners.
Biorxiv : the Preprint Server for Biology
|January 8, 2024
Summary
This module introduces machine learning (ML) and decision trees using COVID data for biomedical research education. It offers an accessible, cloud-based learning experience, fostering interest in ML for future scientists.
Area of Science:
- Biomedical Informatics
- Computational Biology
- Educational Technology
Background:
- Machine learning (ML) is crucial for advancing biomedical research, aiding in disease diagnosis, treatment, and prevention.
- The COVID-19 pandemic highlighted the utility of ML in public health predictions.
- Educating future researchers and clinicians in ML is essential for its continued application in science.
Approach:
- Developed an interactive learning module on ML and decision trees within the NIGMS Sandbox for Cloud-based Learning platform.
- Utilized a COVID-19 dataset, video tutorials, and annotated code for practical application.
- Leveraged cloud platforms like Google Colab and Google Cloud Platform (GCP) to eliminate local setup requirements.
Key Points:
- The module focuses on the fundamentals of decision trees and supervised machine learning concepts.
- Cloud-based access democratizes ML education by removing barriers to computational resource setup.
- Interactive learning with real-world data, like the COVID-19 dataset, enhances engagement.
Conclusions:
- The learning module effectively introduces machine learning basics and decision tree concepts to biology students.
- Cloud-based platforms facilitate accessible and time-efficient ML education.
- This approach has shown potential in increasing student interest in machine learning for research.
More Related Videos
Related Concept Videos
Survival Tree
86
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
86
Contingency Table
2.5K
A contingency table provides a way of portraying data that can facilitate calculating probabilities. It is a method of displaying a frequency distribution as a table with rows and columns to show how two variables may be dependent (contingent) upon each other; The table helps determine conditional probabilities quite quickly and can help systematically organize, analyze and quantify data. The table displays sample values concerning two variables that may be dependent or contingent on one...
2.5K
Steps in Outbreak Investigation
131
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
131
Residuals and Least-Squares Property
7.4K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.4K
Pareto Chart
6.7K
A Pareto chart is a bar graph or a combination of both line and bar graphs. The bar lengths represent the individual values or the frequency, while the lines represent the cumulative total values. In this chart, the longest bars are arranged on the left and the shortest bars on the right, which makes it easier to read and interpret the data. It can also be called a Pareto diagram or Pareto analysis.
The Pareto chart is named after the Italian economist Vilfredo Pareto, who described the Pareto...
The Pareto chart is named after the Italian economist Vilfredo Pareto, who described the Pareto...
6.7K
Pie Chart
14.2K
A pie chart (or a pie graph) is a circular graphical chart or a pictorial representation of categorical data. It is divided into slices of pie each indicating numerical proportions. It is also used to show the relative sizes of data in a single chart.
In a pie chart, the central angle, the arc length of each slice, and the area are directly proportional to the quantity or percentage it represents. Some real-world examples that can be depicted using pie charts include marks obtained by students...
In a pie chart, the central angle, the arc length of each slice, and the area are directly proportional to the quantity or percentage it represents. Some real-world examples that can be depicted using pie charts include marks obtained by students...
14.2K

