A Simple Prediction Machine
Learn how to build a simple model to predict a missing value, based on past observations.
We'll cover the following...
Build a simple model
Imagine a basic machine that takes a question, does some thinking, and pushes out an answer. We can compare this process to the example from before, where we take input through our eyes, use our brains to analyze the scene, and come to a conclusion about what objects are in that scene. Here’s what this looks like.
Computers don’t really think. They are just glorified calculators. So, let’s use more appropriate words to describe what’s going on.
A computer takes some input, does some calculations, and pops out an output. This is illustrated in the following image. An input of ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy