We're a collective of students from Hopkins School of Public Health writing about Public Health and AI.

The Battle Against Overfitting: An Introduction to Regularization

The Battle Against Overfitting: An Introduction to Regularization

Learn about one of the most common pitfalls in machine learning—overfitting—and explore powerful techniques like L1 (Lasso) and L2 (Ridge) regularization to build more generalizable models.

Model Evaluation: How Good Is Your Model, Really?

Model Evaluation: How Good Is Your Model, Really?

Building a model is one thing, but how do you know if it's any good? We'll explore essential evaluation metrics for classification and regression to help you measure and compare your models' performance.

Gradient Boosting and XGBoost: The King of Kaggle Competitions

Gradient Boosting and XGBoost: The King of Kaggle Competitions

An overview of Gradient Boosting, a powerful ensemble technique, and its most famous implementation, XGBoost, which is renowned for its performance and speed, especially on tabular data.

Decision Trees and Random Forests: Interpretable Machine Learning

Decision Trees and Random Forests: Interpretable Machine Learning

A guide to understanding Decision Trees and their powerful successor, Random Forests. Learn how these intuitive, flowchart-like models make decisions and why they are so popular in machine learning.

Unsupervised Learning: Finding Patterns in the Noise

Unsupervised Learning: Finding Patterns in the Noise

A look into unsupervised learning, the branch of machine learning that finds hidden patterns and structures in unlabeled data, focusing on clustering and dimensionality reduction.

An Introduction to Reinforcement Learning: Learning by Doing

An Introduction to Reinforcement Learning: Learning by Doing

Explore the fundamentals of Reinforcement Learning (RL), the area of machine learning where agents learn to make optimal decisions by interacting with an environment and receiving rewards.