Skip to main content
Books, videos, and music - all free from your public library!
LoginSign Up

Footer

Hoopla logo, Go to homepage
  • For Patrons
  • For Libraries (opens in new window)
  • For Vendors (opens in new window)
  • Facebook (opens in new window)
  • X (opens in new window)
  • Instagram (opens in new window)
  • YouTube (opens in new window)
  • TikTok (opens in new window)
  • LinkedIn (opens in new window)

Our Company

  • Our Story
  • Get Hoopla for your Library (opens in new window)
  • Get your content on hoopla (opens in new window)
  • Join our team (opens in new window)
  • Accessibility Statement

Our Content

  • Audiobooks
  • Ebooks
  • Movies
  • Television
  • Comics
  • BingePasses
  • Music
  • The Loop Blog

Help

  • Help Center
  • Submit Feedback
  • Facebook (opens in new window)
  • X (opens in new window)
  • Instagram (opens in new window)
  • YouTube (opens in new window)
  • TikTok (opens in new window)
  • LinkedIn (opens in new window)
  • Download on the App Store (opens in new window)
  • Get it on Google Play (opens in new window)
  • Available at Amazon Appstore (opens in new window)
© 2026 Midwest Tape, LLC. All rights reserved. Privacy Policy | Terms of Use
  • Hoopla logo
    Powered by Hoopla
  • Browse
  • My Hoopla
  • Log In
  1. Navigate Home
  2. Television
  3. Introduction to Machine Learning

TELEVISION

Introduction to Machine Learning

Series: Introduction to Machine Learning
4.8
(30)
sign up
Episodes
25
Rating
TVPG
Year
2006
Language
English
Publisher
The Great Courses

About

This series teaches you about machine-learning programs and how to write them in the Python programming language. For those new to Python, a "get-started" tutorial is included. Professor Michael L. Littman covers major concepts and techniques, all illustrated with real-world examples such as medical diagnosis, game-playing, spam filters, and media special effects.

Related Subjects

  • Educational

Episodes

1. Telling the Computer What We Want

31m

sign up
Professor Littman gives a bird's-eye view of machine learning, covering its history, key concepts, terms, and techniques as a preview for the rest of the series. Look at a simple example involving medical diagnosis. Then, focus on a machine-learning program for a video green screen, used widely in television and film. Contrast this with a traditional program to solve the same problem.

2. Starting with Python Notebooks and Colab

18m

sign up
The demonstrations in this series use the Python programming language, the most popular and widely supported language in machine learning. Dr. Littman shows you how to run programming examples from your web browser, which avoids the need to install the software on your own computer, saving installation headaches and giving you more processing power than is available on a typical home computer.

3. Decision Trees for Logical Rules

32m

sign up
Can machine learning beat a rhyming rule, taught in elementary school, for determining whether a word is spelled with an I-E or an E-I-as in "diet" and "weigh"? Discover that a decision tree is a convenient tool for approaching this problem. After experimenting, use Python to build a decision tree for predicting the likelihood for an individual to develop diabetes based on eight health factors.

4. Neural Networks for Perceptual Rules

30m

sign up
Graduate to a more difficult class of problems: learning from images and auditory information. Here, it makes sense to address the task more or less the way the brain does, using a form of computation called a neural network. Explore the general characteristics of this powerful tool. Among the examples, compare decision-tree and neural-network approaches to recognizing handwritten digits.

5. Opening the Black Box of a Neural Network

29m

sign up
Take a deeper dive into neural networks by working through a simple algorithm implemented in Python. Return to the green-screen problem from the first episode to build a learning algorithm that places the professor against a new backdrop.

6. Bayesian Models for Probability Prediction

29m

sign up
A program need not understand the content of an email to know with high probability that it's spam. Discover how machine learning does so with the Naive Bayes approach, which is a simplified application of Bayes' theorem to a simplified model of language generation. The technique illustrates a very useful strategy: going backward from effects (in this case, words) to their causes (spam).

7. Genetic Algorithms for Evolved Rules

29m

sign up
When you encounter a new type of problem and don't yet know the best machine learning strategy to solve it, a ready first approach is a genetic algorithm. These programs apply the principles of evolution to artificial intelligence, employing natural selection over many generations to optimize your results. Analyze several examples, including finding where to aim.

8. Nearest Neighbors for Using Similarity

29m

sign up
Simple to use and speedy to execute, the nearest neighbor algorithm works on the principle that adjacent elements in a dataset are likely to share similar characteristics. Try out this strategy for determining a comfortable combination of temperature and humidity in a house. Then, dive into the problem of malware detection, seeing how the nearest neighbor rule can sort good software from bad.

9. The Fundamental Pitfall of Overfitting

29m

sign up
Having covered the five fundamental classes of machine learning in the previous episodes, now focus on a risk common to all: overfitting. This is the tendency to model training data too well, which can harm the performance on the test data. Practice avoiding this problem using the diabetes dataset from episode 3. Hear tips on telling the difference between real signals and spurious associations.

10. Pitfalls in Applying Machine Learning

28m

sign up
Explore pitfalls that loom when applying machine learning algorithms to real-life problems. For example, see how survival statistics from a boating disaster can lead to false conclusions. Also, look at cases from medical care and law enforcement that reveal hidden biases in the way data is interpreted. Since an algorithm is doing the interpreting, understanding what's happening can be a challenge.

Extended Details

  • SeriesIntroduction to Machine Learning
  • Closed CaptionsEnglish

Artists

The Great CoursesDirector
The Great CoursesProducer
Michael LittmanActor