DEV Community

Srajan Gupta
Srajan Gupta

Posted on

4 2

Well Defined Learning Problem

A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance in tasks T, as measured by P, improves with experience E.

Features in a Learning Problem

  • The class of tasks (T)
  • The measure of performance to be improved (P)
  • The source of experience (E)

Examples of Well Defined Learning Problem

Checkers Learning Problem

  • Task (T): Playing Checkers
  • Performance Measure (P): Percent of games won against opponents.
  • Training Experience (E): Playing practice games against itself.

Handwriting Recognition Learning Problem

  • Task (T): Recognizing and classifying handwritten words within images.
  • Performance Measure (P): Percent of words correctly classified.
  • Training Experience (E): A dataset of handwritten words with given classifications.

Robot Driving License Problem

  • Task (T): Driving on public four-lane highways using vision cameras.
  • Performance Measure (P): Average distance travelled before an error (as judged by a human observer).
  • Training Experience (E): A sequence of images and steering commands recorded while observing a human driver.

This tutorial is originally published at - https://www.asquero.com/article/well-defined-learning-problem/

Also Read -

Different Types of Machine Learning Algorithms - https://www.asquero.com/article/different-types-of-machine-learning-algorithms

Advantages and Disadvantages of different types of machine learning algorithms - https://www.asquero.com/article/advantages-and-disadvantages-of-different-types-of-machine-learning-algorithms

Advantages and Disadvantages of Machine Learning - https://www.asquero.com/article/advantages-and-disadvantages-of-machine-learning

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay