Stanford University

Sort options

Stories of Infection (Coursera)

This course introduces learners to a variety of infectious diseases using a patient-centered, story-based approach. Through illustrated, short videos, learners will follow the course of each patient’s illness, from initial presentation to resolution. Integrating the relevant microbiology, pathophysiology and immunology, this course aims to engage and entice the learner [...]

Probabilistic Graphical Models 2: Inference (Coursera)

Probabilistic graphical models (PGMs) are a rich framework for encoding probability distributions over complex domains: joint (multivariate) distributions over large numbers of random variables that interact with each other. These representations sit at the intersection of statistics and computer science, relying on concepts from probability theory, graph algorithms, machine [...]

Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming (Coursera)

The primary topics in this part of the specialization are: greedy algorithms (scheduling, minimum spanning trees, clustering, Huffman codes) and dynamic programming (knapsack, sequence alignment, optimal search trees).

Graph Search, Shortest Paths, and Data Structures (Coursera)

The primary topics in this part of the specialization are: data structures (heaps, balanced search trees, hash tables, bloom filters), graph primitives (applications of breadth-first and depth-first search, connectivity, shortest paths), and their applications (ranging from deduplication to social network [...]

Divide and Conquer, Sorting and Searching, and Randomized Algorithms (Coursera)

The primary topics in this part of the specialization are: asymptotic ("Big-oh") notation, sorting and searching, divide and conquer (master method, integer and matrix multiplication, closest pair), and randomized algorithms (QuickSort, contraction algorithm for min cuts).

Stanford Introduction to Food and Health (Coursera)

In this course, learners will be given the information and practical skills they need to begin optimizing the way they eat. This course will shift the focus away from reductionist discussions about nutrients and move, instead, towards practical discussions about real food and the environment in which we consume [...]

Child Nutrition and Cooking (Coursera)

Eating patterns that begin in childhood affect health and well-being across the lifespan. The culture of eating has changed significantly in recent decades, especially in parts of the world where processed foods dominate our dietary intake. This course examines contemporary child nutrition and the impact of the individual decisions [...]

Unsupervised Learning, Recommenders, Reinforcement Learning (Coursera)

Mar 25th 2024
Unsupervised Learning, Recommenders, Reinforcement Learning (Coursera)
Course Auditing
Categories
Effort
Languages
In the third course of the Machine Learning Specialization, you will: Use unsupervised learning techniques for unsupervised learning: including clustering and anomaly detection; Build recommender systems with a collaborative filtering approach and a content-based deep learning method; Build a deep reinforcement learning [...]

Supervised Machine Learning: Regression and Classification (Coursera)

Mar 25th 2024
Supervised Machine Learning: Regression and Classification (Coursera)
Course Auditing
Categories
Effort
Languages
In the first course of the Machine Learning Specialization, you will: build machine learning models in Python using popular machine learning libraries NumPy and scikit-learn; build and train supervised machine learning models for prediction and binary classification tasks, including linear regression and logistic [...]

Advanced Learning Algorithms (Coursera)

Mar 25th 2024
Advanced Learning Algorithms (Coursera)
Course Auditing
Categories
Effort
Languages
In the second course of the Machine Learning Specialization, you will: build and train a neural network with TensorFlow to perform multi-class classification; apply best practices for machine learning development so that your models generalize to data and tasks in the real world; build and use decision trees and [...]