search
HomeTechnology peripheralsAIFive schools of machine learning you don't know about

Five schools of machine learning you don't know about

Jun 05, 2024 pm 08:51 PM
AImachine learning

Machine learning is an important branch of artificial intelligence that gives computers the ability to learn from data and improve their capabilities without being explicitly programmed. Machine learning has a wide range of applications in various fields, from image recognition and natural language processing to recommendation systems and fraud detection, and it is changing the way we live. There are many different methods and theories in the field of machine learning, among which the five most influential methods are called the "Five Schools of Machine Learning". The five major schools are the symbolic school, the connectionist school, the evolutionary school, the Bayesian school and the analogy school.

Five schools of machine learning you dont know about

1.Symbolism

Symbolism, and Known as symbolism, it emphasizes the use of symbols for logical reasoning and expression of knowledge. This school of thought believes that learning is a process of reverse deduction, using existing knowledge and rules to seek insights from philosophy, psychology and logic. The origins of semiotics can be traced back to ancient times, when early philosophers, logicians, and psychologists studied cognition through the use of symbols. However, truly systematic semiotics began in French culture in the late 19th and early 20th centuries, promoted primarily by a group of writers, artists, and philosophers

  • representative Character

Herbert Simon: One of the founders of the semiotic school, he and Allen Newell jointly proposed the universal Concept of Problem Solver (GPS).

Allen Newell: One of the founders of the semiotic school, he and Herbert Simon proposed the universal problem solver ( GPS) concept.

John McCarthy: John McCarthy is one of the pioneers in the field of artificial intelligence and a representative of the semiotic school. He proposed the term "artificial intelligence" in 1956 and developed the LISP programming language, which became an important tool for symbolism research. McCarthy's work mainly focused on logical reasoning and knowledge representation, and he believed that computers could simulate human thinking processes through symbols.

Marvin Lee Minsky: One of the founders of the MIT Artificial Intelligence Laboratory. He proposed the framework theory and made contributions to the field of artificial intelligence. made significant contributions. Marvin Minsky is a leading computer scientist and cognitive scientist. He began studying artificial intelligence in the 1950s and became one of the pioneers in the field. His research focus

  • Main algorithm

Inductive Logic Programming (ILP) is a kind of reverse Methods of reasoning. Abverse reasoning usually uses logical reasoning to discover knowledge by extracting general rules from specific examples.

2. Connectionism School

Connectionism, also known as connectionism, is inspired by neural Science and physics, emphasizing reverse engineering of the brain and simulating the structure and function of neural networks. This school of thought believes that intelligence arises through the connections and interactions between large numbers of simple units (neurons). The theory holds that the simulation of connections and interactions between neurons can produce intelligent behavior. This connection and interaction is achieved through connections between simple units (neurons). By adjusting the strength and weight of connections in a neural network, the connections and information transfer between neurons in the human brain can be simulated. One of the main advantages of connectionology is that it allows the generation of intelligence through a large number of simple units Yann LeCun is a brilliant scientist who developed convolutional neural networks and successfully applied them to computer vision tasks such as handwritten digit recognition. LeCun's work has greatly promoted the development of deep learning in practical applications.

  • Geoffrey Hinton: A pioneer of deep learning, he proposed important architectures such as convolutional neural networks (CNN) and deep belief networks (DBN).
Yoshua Bengio: A pioneer of deep learning, he proposed important architectures such as the Long Short-Term Memory (LSTM) network.

David Rumelhart: Psychologist, one of the founders of the Parallel Distributed Processing (PDP) model, he proposed the backpropagation algorithm .

Frank Rosenblatt: Psychologist and inventor of the perceptron. He proposed the perceptron learning algorithm.

  • Main algorithm

The main algorithm of the connection school is Backpropagation. Backpropagation is an algorithm that updates the weight of a neural network by calculating the gradient of the loss function, which greatly improves the efficiency of training deep neural networks.

3. Evolutionary Computation

Evolutionary Computation is inspired by genetics and evolutionary biology. Learn and optimize by simulating biological evolution processes. The core idea of ​​this school is to use genetic operations such as selection, crossover and mutation to simulate the biological evolution process on the computer to find the optimal solution to the problem.

  • Representative figure

John Holland

John Holland is a pioneer in the field of evolutionary computing. He proposed the genetic algorithm (Genetic Algorithm) in the 1960s. Holland's work laid the foundation for evolutionary computation, and his genetic algorithms used natural selection and genetic operations to solve complex optimization problems.

David E.Goldberg

David Goldberg’s research and development on genetic algorithms Made important contributions to applications. His book "Genetic Algorithm" introduces the theory and application of genetic algorithms in detail, which has attracted widespread attention and development in this field.

  • Main Algorithm

The main algorithm of the evolutionary school is Genetic Programming (GP). Genetic programming is an algorithm that uses evolutionary computing technology to automatically generate computer programs. It gradually optimizes the program to solve specific problems by simulating the biological evolution process.

4. Bayesian school

Bayesianism is based on statistics and believes that Learning is a process of probabilistic reasoning. This school of thought utilizes Bayes' theorem to perform learning and inference by updating the prior probability distribution.

  • Representative figure

Thomas Bayes

Thomas Bayes was a British mathematician. The Bayes theorem he proposed became the basis of Bayesian reasoning. Although Bayes himself was not directly involved in machine learning research, his work was of great significance to the formation and development of the Bayesian school.

Judea Pearl

Judea Pearl works on Bayesian networks and causal inference Made outstanding contributions. His development of Bayesian networks is an important tool that makes probabilistic reasoning in complex systems more efficient and intuitive. Pearl's work has had a profound impact on both artificial intelligence and statistics.

  • Main algorithm

The main algorithm of the Bayesian school is Bayesian Inference. Bayesian reasoning makes predictions and decisions by calculating posterior probabilities, and has significant advantages in dealing with uncertainty and complex systems.

5. School of Analogy

The school of analogy (Analogism) learns by extrapolating similarity judgments , influenced by psychology and mathematical optimization. This school emphasizes analogical reasoning from known examples to discover new knowledge and solve problems.

  • Representative figure

Vladimir Vapnik

Vladimir Vapnik is one of the important representatives of the analogy school. He and Alexey Chervonenkis jointly proposed the Support Vector Machine (SVM) ). Support vector machine is a supervised learning method based on statistical learning theory and is widely used in classification and regression problems.

Tom Michael Mitchell

Tom Michael Mitchell has made extensive contributions in the field of machine learning , his book "Machine Learning" is an important textbook in this field. Kowalski's research on analogy learning and inductive logic programming provided important theoretical support for the development of the analogy school.

  • Main algorithm

#The main algorithm of the analogy school is Support Vector Machine (SVM). Support vector machines implement classification tasks by constructing a hyperplane to maximize the separation between different categories. In high-dimensional data spaces, SVM performs well and is especially suitable for complex pattern recognition problems.

6. Comparison of the five major schools of machine learning

school

Representative

Main idea

##Main algorithm

Application fields

Semiotic School

Herbert Simon, Allen Newell, John McCarthy, Marvin Lee Minsky

Learning is a process of symbol manipulation

Reverse deduction

Knowledge representation, natural language processing

Connection School

Yon LeCun, Jeffrey Hinton, Joshua Bengio, David Rummelhart, Frank Rosenblatt

Learning is a process that simulates the brain’s neural network

Backpropagation

Image recognition, speech recognition, natural language processing

Evolutionary School

John Holland, David Goldberg

Learning is a simulation The process of biological evolution

Genetic algorithm, evolutionary strategy

Robot control and optimization problems Solving

Bayesian

Thomas Bay Yes, Judea Pearl

Learning is a process of probabilistic reasoning

Bayes Theorem

##Spam filtering, medical diagnosis, information retrieval

School of Analogy

Vladimir Vapnik, Tom Michael Mitchell

Learning is a Process by extrapolation of similarity judgments

#Learning algorithm based on analogy

Recommendation system, case reasoning, machine translation

7. Summary

The five major schools of machine learning have their own characteristics, starting from different perspectives and theoretical foundations to solve various complex learning problems. The semiotic school emphasizes logical reasoning and knowledge representation, the connectionist school simulates the structure and function of neural networks, the evolutionary school uses the biological evolution process for optimization, the Bayesian school handles uncertainty through probabilistic reasoning, and the analogical school performs analogical reasoning through similarity judgments. . Each school has its representatives and main algorithms, and their contributions jointly promote the development and progress of the field of machine learning.

Although these five schools have differences in theories and methods, they are not mutually exclusive, but can complement and integrate. In practical applications, researchers often combine multiple methods to deal with complex and changeable problems. With the development of technology and the deepening of interdisciplinary research, machine learning will continue to play an important role in all aspects of artificial intelligence, bringing more innovations and breakthroughs.

The above is the detailed content of Five schools of machine learning you don't know about. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Tesla's Robovan Was The Hidden Gem In 2024's Robotaxi TeaserTesla's Robovan Was The Hidden Gem In 2024's Robotaxi TeaserApr 22, 2025 am 11:48 AM

Since 2008, I've championed the shared-ride van—initially dubbed the "robotjitney," later the "vansit"—as the future of urban transportation. I foresee these vehicles as the 21st century's next-generation transit solution, surpas

Sam's Club Bets On AI To Eliminate Receipt Checks And Enhance RetailSam's Club Bets On AI To Eliminate Receipt Checks And Enhance RetailApr 22, 2025 am 11:29 AM

Revolutionizing the Checkout Experience Sam's Club's innovative "Just Go" system builds on its existing AI-powered "Scan & Go" technology, allowing members to scan purchases via the Sam's Club app during their shopping trip.

Nvidia's AI Omniverse Expands At GTC 2025Nvidia's AI Omniverse Expands At GTC 2025Apr 22, 2025 am 11:28 AM

Nvidia's Enhanced Predictability and New Product Lineup at GTC 2025 Nvidia, a key player in AI infrastructure, is focusing on increased predictability for its clients. This involves consistent product delivery, meeting performance expectations, and

Exploring the Capabilities of Google's Gemma 2 ModelsExploring the Capabilities of Google's Gemma 2 ModelsApr 22, 2025 am 11:26 AM

Google's Gemma 2: A Powerful, Efficient Language Model Google's Gemma family of language models, celebrated for efficiency and performance, has expanded with the arrival of Gemma 2. This latest release comprises two models: a 27-billion parameter ver

The Next Wave of GenAI: Perspectives with Dr. Kirk Borne - Analytics VidhyaThe Next Wave of GenAI: Perspectives with Dr. Kirk Borne - Analytics VidhyaApr 22, 2025 am 11:21 AM

This Leading with Data episode features Dr. Kirk Borne, a leading data scientist, astrophysicist, and TEDx speaker. A renowned expert in big data, AI, and machine learning, Dr. Borne offers invaluable insights into the current state and future traje

AI For Runners And Athletes: We're Making Excellent ProgressAI For Runners And Athletes: We're Making Excellent ProgressApr 22, 2025 am 11:12 AM

There were some very insightful perspectives in this speech—background information about engineering that showed us why artificial intelligence is so good at supporting people’s physical exercise. I will outline a core idea from each contributor’s perspective to demonstrate three design aspects that are an important part of our exploration of the application of artificial intelligence in sports. Edge devices and raw personal data This idea about artificial intelligence actually contains two components—one related to where we place large language models and the other is related to the differences between our human language and the language that our vital signs “express” when measured in real time. Alexander Amini knows a lot about running and tennis, but he still

Jamie Engstrom On Technology, Talent And Transformation At CaterpillarJamie Engstrom On Technology, Talent And Transformation At CaterpillarApr 22, 2025 am 11:10 AM

Caterpillar's Chief Information Officer and Senior Vice President of IT, Jamie Engstrom, leads a global team of over 2,200 IT professionals across 28 countries. With 26 years at Caterpillar, including four and a half years in her current role, Engst

New Google Photos Update Makes Any Photo Pop With Ultra HDR QualityNew Google Photos Update Makes Any Photo Pop With Ultra HDR QualityApr 22, 2025 am 11:09 AM

Google Photos' New Ultra HDR Tool: A Quick Guide Enhance your photos with Google Photos' new Ultra HDR tool, transforming standard images into vibrant, high-dynamic-range masterpieces. Ideal for social media, this tool boosts the impact of any photo,

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.