Concept Page
Machine Learning
Machine learning is a subset of artificial intelligence. It enables systems to learn from data, improving performance over time. Google's image recognition relies on it.
Machine learning (ML) is a branch of artificial intelligence that gives computers the ability to improve performance on a specific task without being explicitly programmed. Its significance lies in the shift from rule‑based systems to data‑driven inference, enabling applications such as medical image analysis, autonomous driving, and real‑time language translation.
Origins / Historical Background
Arthur Samuel coined the term “machine learning” in 1959 while developing a checkers‑playing program that learned from experience, marking the first documented use of the phrase. Earlier, the perceptron—a single‑layer neural network—was introduced by Frank Rosenblatt in 1958, laying the groundwork for later deep architectures. The back‑propagation algorithm, formalized by David Rumelhart, Geoffrey Hinton, and Ronald Williams in 1986, allowed multilayer networks to adjust internal weights efficiently, reviving interest in neural models after a decade of stagnation.
A watershed moment arrived in 2012 when Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton entered the ImageNet Large Scale Visual Recognition Challenge with AlexNet, reducing top‑5 error from 26 % to 15.3 % using 60 million labeled images across 1 000 categories. This breakthrough demonstrated that deep convolutional networks could scale to massive datasets, catalizing the “deep learning” surge that has dominated research since 2014. By 2020, the ImageNet dataset had grown to over 14 million images, fueling the development of models such as ResNet‑152, which achieved 3.6 % error on the same benchmark.
How It Works / Mechanism
Supervised learning, the most widely deployed paradigm, relies on labeled datasets where each input vector is paired with a target output; algorithms such as linear regression, support‑vector machines (introduced by Cortes and Vapnik in 1995), and gradient‑boosted trees minimize a loss function via gradient descent or its variants. In practice, a loss value—often mean‑squared error for regression or cross‑entropy for classification—is computed on a validation set to guide hyperparameter tuning and prevent overfitting.
Unsupervised learning extracts structure from unlabeled data; the k‑means clustering algorithm, formalized by James MacQueen in 1967, partitions observations into k clusters by iteratively updating centroids, while principal component analysis (PCA), originally described by Karl Pearson in 1901, reduces dimensionality by projecting data onto orthogonal eigenvectors. Reinforcement learning, exemplified by Watkins’ Q‑learning algorithm in 1989, enables agents to learn optimal policies through trial‑and‑error interactions, a technique later scaled by DeepMind’s Deep Q‑Network in 2015 to master Atari games using raw pixel inputs.
Types and Key Techniques
Convolutional neural networks (CNNs) exploit spatial hierarchies in image data; the architecture was first proposed by Kunihiko Fukushima in 1980 (Neocognitron) and refined by Yann LeCun’s LeNet‑5 in 1998 for handwritten digit recognition on the MNIST dataset of 70 000 images. Modern CNNs such as Inception‑v3, released by Google in 2015, employ 48 layers and batch normalization to achieve over 78 % top‑1 accuracy on ImageNet.
Transformer models, introduced by Vaswani et al. in the 2017 paper “Attention Is All You Need,” replace recurrence with self‑attention mechanisms, enabling parallel processing of sequences; the original transformer comprised 6 encoder and 6 decoder layers with 65 million parameters. Scaling this design, OpenAI’s GPT‑3, launched in 2020, contains 175 billion parameters and can generate coherent prose across 13 languages, illustrating the power of large‑scale pretraining for natural‑language tasks.
Current Status / Implementation
According to IDC, the global machine‑learning market was valued at US $126 billion in 2023 and is projected to reach US $281 billion by 2028, reflecting a compound annual growth
Articles that reference this concept
India Slips Behind South Korea in Global Market Capitalisation Rankings
Read →CSIR-CFTRI Develops AI-Powered Food Processing Technologies
Read →India's National AI Strategy — Latest Development
Read →Award-Winning Journalist Maya Stern Launches 'AI and the Human Touch' Highlighting Bias and Hallucination Risks
Read →