cd /news/machine-learning/introduction-to-machine-learning-ml-… · home topics machine-learning article
[ARTICLE · art-48333] src=blog.stackademic.com ↗ pub= topic=machine-learning verified=true sentiment=· neutral

Introduction to Machine Learning, ML Introduction Series Part1

Arthur Samuel's 1959 definition of machine learning as giving computers the ability to learn without explicit programming is explained, contrasting classic algorithms with ML approaches that learn from data. The spam filter example illustrates how ML models are built from input-output pairs.

read1 min views1 publishedJul 6, 2026
Introduction to Machine Learning, ML Introduction Series Part1
Image: Blog (auto-discovered)

Member-only story

Overview of Human Learning & Machine Learning

A general definition of Machine Learning is:

“Machine learning is the field of study that gives computers the ability to learn without being explicitly programmed.”

Arthur Samuel, 1959

So, Machine Learning is the science (and art) of programming computers so they can learn from data.

To understand this concept, let us look at how a programmatic solution(Classic Algorithm) differs from a machine learning solution.

In the Classic approach, we write the program on a computer and provide input to it. Then the program runs and produces an output.

In the ML approach, we feed the data and an example of output (Input-Output pairs in the form of a Dataset) into the computer. Here, the programmer does not need to write the program(or very little program); rather, the computer itself learns from the given input-output pairs and returns the program/model.

Example: Spam Filter

If you want to build an ML algorithm to detect whether an email is spam or ham (not spam), you have to provide some existing examples of spam and ham emails. Input: EmailsOutput: Whether the mail is spam or ham

By learning from these input-outputs, a model will be developed that will…

── more in #machine-learning 4 stories · sorted by recency
── more on @arthur samuel 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/introduction-to-mach…] indexed:0 read:1min 2026-07-06 ·