When it comes to the popular terms of recent years, “Artificial Intelligence” must be on the list. Following the explosive popularity of ChatGPT last year, “AI (Artificial Intelligence)” has repeatedly topped the trending search lists and has been named the Word of the Year 2023 by Collins, a British dictionary publisher.

Artificial Intelligence – Artificial Intelligence
When it comes to artificial intelligence, people’s first reaction might be the robots with human-like intelligence from science fiction movies, but in reality, artificial intelligence is not just about robots.


-
Weak Artificial Intelligence (Artificial Narrow Intelligence, ANI)
AI that excels in a specific area and can only perform specific tasks. For example, a facial recognition system can only recognize images; if you ask it about the weather tomorrow, it won’t know how to respond. -
Strong Artificial Intelligence (Artificial General Intelligence, AGI)
AI that is similar to human-level intelligence, capable of exhibiting intelligence similar to humans across multiple domains, understanding, learning, and executing various tasks. Currently, strong AI has not yet been realized and remains a long-term goal of AI research. -
Super Artificial Intelligence (Artificial Superintelligence, ASI)
AI that surpasses human intelligence, capable of outperforming humans in various fields and executing any intellectual task. Although super AI frequently appears in science fiction, in reality, it is just a theoretical concept and has not yet been realized.

Machine Learning – Machine Learning
As mentioned earlier, the goal of artificial intelligence is to enable machines to think and make decisions like humans. How is this achieved?
Machine learning specifically studies how computers can simulate or achieve human learning behaviors, acquiring new knowledge and skills through learning, thereby reorganizing existing knowledge structures and continuously improving their performance.
Machine learning is a multidisciplinary field that involves probability theory, statistics, approximation theory, algorithm complexity theory, and other disciplines.

How do machines learn? Let’s first look at the human learning process:

-
Class: Learning theoretical knowledge and inputting knowledge
-
Summarizing and Reviewing: Reinforcing understanding through review
-
Organizing Knowledge Framework: Structuring knowledge into a system
-
Homework: Deepening understanding through practice
-
Weekly Tests: Checking mastery
-
Filling Gaps: Improving learning methods
-
Final Exam: Checking final learning outcomes

The learning process of machines is also similar, consisting of the following seven steps:

-
Data Acquisition: Collecting relevant data
-
Data Processing: Transforming data and standardizing data formats
-
Model Selection: Choosing the appropriate algorithm
-
Model Training: Training the model using data and optimizing the algorithm
-
Model Evaluation: Evaluating model performance based on prediction results
-
Model Adjustment: Adjusting model parameters to optimize performance
-
Model Prediction: Making predictions on unknown result data

In short, machine learning is about automatically inducing logic or rules from data through algorithms and using the induced results to make predictions with new data.
Based on the learning method, machine learning can be divided into the following four categories:
-
Supervised Learning
Learning from labeled data, where the data contains independent and dependent variables, making predictions based on known input and output data, such as classification tasks and regression tasks.
Classification Tasks: Predicting the category of data, such as spam detection, identifying species of plants and animals, etc.
Regression Tasks: Predicting data based on previously observed data, such as predicting housing prices, height, and weight, etc.
-
Unsupervised Learning Analyzing unlabeled data, where the data contains only independent variables without dependent variables, discovering patterns in the data, such as clustering and dimensionality reduction.
Clustering: Grouping similar items together without focusing on what those items are, such as customer segmentation.
Dimensionality Reduction: Compressing high-dimensional data into a lower-dimensional representation by extracting features, such as combining the mileage and years of use of a car into a wear value. -
Semi-Supervised Learning
Training data has only partial labels, first using unsupervised learning to process the data, then using supervised learning to train and predict the model. For example, a phone can recognize a person’s photo (unsupervised learning), and when that person’s photo is labeled, subsequent new photos of that person will also be automatically labeled (supervised learning). -
Reinforcement Learning Optimizing algorithms through interaction with the environment based on rewards or penalties until the maximum reward is achieved, resulting in optimal strategies. For example, a vacuum robot optimizes its cleaning path after hitting an obstacle.

Deep Learning – Deep Learning
Through the above understanding, I believe everyone is now familiar with machine learning. So what about deep learning? What is its relationship with machine learning?

-
Convolutional Neural Network (CNN): Often used for image recognition and classification tasks. -
Recurrent Neural Network (RNN): Suitable for processing sequential data, such as natural language processing. -
Long Short-Term Memory (LSTM): A special RNN structure that can better handle long sequence data. -
Generative Adversarial Network (GAN): Used for generating new data, such as images, audio, or text.

Conclusion
Useful knowledge has increased again; let me summarize briefly:
-
“Artificial Intelligence” is a broad concept aimed at enabling machines to think and perform tasks like humans. -
“Machine Learning” is a method to achieve artificial intelligence, aimed at learning patterns from data, with traditional machine learning requiring manual determination of data features. -
“Deep Learning” is a specific branch of machine learning based on neural networks, capable of automatically learning data features.

WeChat ID|ITP-CAS
Open, Integrate, Seek Truth, Innovate
· Chinese Academy of Sciences·
· Institute of Theoretical Physics·