Product
OverviewVideo​Graphic​Document​
Enterprise
Story
LETR / TECH noteNews / Notice​
Pricing
En
한국어English日本語日本語
User guide
Getting started
한국어English日本語
한국어English日本語
[AI Story] Humans vs. Artificial Intelligence (5) AlphaGo (AlphaGo) Intuition
2024-07-04

In the fifth installment of the series, we learn about AlphaGo (AlphaGo), which surpassed humans by imitating human intuition and reasoning. If you haven't watched past content in the series yet, I recommend checking it out first.

‍[AI Story] Artificial Intelligence Challenging Humans (1) Deep Blue (Deep Blue)

[AI Story] Humans vs. Artificial Intelligence (2) Watson (Watson)

[AI Story] AlexNet (AlexNet) opened the era of human vs. artificial intelligence (3) deep learning

[AI Story] Humans vs. Artificial Intelligence (4) Pepper (Pepper), a robot that reads emotions

‍

‍

“I won. We landed on the moon.”

‍

These are the impressions* revealed by Google DeepMind Chief Executive Officer Demis Hassavis (AlphaGo) after AlphaGo (AlphaGo) won the match against Lee Se-dol 9th. Through the confrontation of the century that took place in 2016, we witnessed a decisive moment comparable to the human landing on the moon in 1969. As a result of this, we are all already living in the midst of tremendous technological innovation, and I was able to realize how much impact it will have.

‍

However, until now, it was thought that it would be much harder for machines to beat humans in Go than chess. It's a complicated game with a much larger number of possible cases than chess. In other words, it's hard to expect the traditional method of calculating the number of cases a computer can do and producing results as before.

 

So how did AlphaGo succeed in this seemingly impossible challenge? Through this content, we will learn about AlphaGo's birth process and the secret to its success, and think about how its shocking appearance at the time influenced the future direction of society and technological development.

‍

‍

Until AlphaGo came out

 

Even as we entered the 21st century, AI technology seemed to be at a standstill for a while. However, it was still unknown to the public; in fact, AI technology was steadily advancing towards a new heyday. Through trial and error, the researchers found breakthroughs such as machine learning and deep learning, and were moving closer to AI that was more like human thinking.

 

And the rise of AlphaGo is a decisive momentum that formalized the advent of a new era.

‍

CEO of Hassavis DeepMind and Lee Sedol, 9th Dan, sources

‍

‍

How did AlphaGo win

 

<네이처>Paper published on Google 'Conquer the game of Go with deep neural networks and tree search(Mastering the Game of Go with Deep Neural Networks and Tree Search)'** is “Every game with perfect information has optimal value features, ... (All games of perfect information have an optimal value function,...)“It starts with the word**.

 

Looking at this, we can infer the direction in which AlphaGo was developed. After all, Go is a game where you can find the best spot in a limited space called a checkerboard. However, it can unfold in a world with 19 horizontal and vertical lines “The number of Go cases is greater than the number of atoms in the universe.”The problem was that it was so huge, though. ***

 

The key How to reduce the number of Go cases to almost infinityIt will be adjusted to

To this end, AlphaGo constructed a deep neural network (DNN, Deep Neural Network) combining a policy network (policy network) and value network (value network), and combined it with Monte Carlo Tree Search (MCTS). It's designed to combine a policy network that narrows down the search by predicting the next number with a high chance of winning, and a value network that estimates winners by calculating win rates, and make the most advantageous choices through MCTS. Also, to this end, you will go through the stages of policy network guidance learning, policy network strengthening learning, and value chain strengthening learning. ****

 

Supervised learning of policy networks (Supervised learning of policy networks)

 

A supervised learning method using a huge amount of Go big data was used to find the optimal number. I trained them to imitate professional human writers by studying the vast amount of reports accumulated over time using convolutional neural networks (CNN, Convolutional NeuralNetworks). Thanks to this, the prediction probability, which was previously at the level of 44%, has increased to 57%.

‍

AlphaGo's neural network learning process, sources

‍

‍

‍Policy network strengthening learning (Policy Networks)

 

We further enhance the performance of policy networks through repetitive self-help, that is, supervised learning through practice. This made it possible to overcome the limitations of being optimized only for stories. Through reinforcement learning, which allows machines to explore the most rewarding choices on their own, they will be able to win 80% more than before.

‍

The structure of policy and value networks, sources

‍

‍

Value Network Reinforcement Learning (Value-Network Learning)

 

Analytical ability is further enhanced by assigning weights based on reports accumulated through one country and progressing to the next major country. Eventually, you'll be able to find the optimal number to increase your chances of winning.

 

‍Find the optimal number

 

In summary, AlphaGo was able to select the optimal next number in a short time by combining the policy network and value network with the MCTS algorithm.

 

As shown below 'a. Selection Reduce the number of cases by determining whether this is a good number or an unsuccessful number (Policy Network) b. Expansion, c. Evaluation The Nature paper explains that it is possible to determine the next number through faster prediction and evaluate the value of the quantity (Rollout, Value Network). d. Backup The final number is predicted and determined by combining the results of processes b and c. ' It says *****.

‍

Searching with policy and value networks, sources

‍

‍

While finishing

 

Since then, AlphaGo retired from the Go world with a brilliant official record of 12 wins and 1 loss in 13 games. Eventually, Lee Se-dol's first victory with the 9th team became the final victory for humans in the Go match against AI. Furthermore, AlphaGo's impact later had a tremendous impact not only on the Go world but on society as a whole.

‍

Since then, AlphaGo itself has tried to use it in various fields such as medicine, physics, biology, and climate change due to its potential not limited to Go. It went beyond the limitations of AI for a specific purpose, like Deep Blue before. Unexpectedly, AI technology has entered a process of evolution towards artificial general intelligence (AGI), which is comparable to human intellectual ability.

 

Also, as a result of this, we were able to begin full-scale discussions on preparing for a future where AI coexists. It was a great opportunity to prepare for future shocks caused by faster technological developments than expected. Thanks to this, discussions about a future where humans and AI coexist beyond vague expectations and fears were in full swing.

 

However, we still don't know what kind of future this discussion will lead us to. But one thing is certain: since AlphaGo, we're at a more important turning point than ever before.

‍

‍

‍

* Quote http://www.aitimes.com/news/articleView.html?idxno=137183
** https://www.nature.com/articles/nature16961
*** https://science.ytn.co.kr/program/program_view.php?s_mcd=0082&key=202108241621011795
**** Quote https://ko.wikipedia.org/wiki/알파고
***** Quote https://www.getnews.co.kr/news/articleView.html?idxno=4255

‍

‍

References

[1] https://deepmind.com/research/case-studies/alphago-the-story-so-far

[2] Mastering the Game of Go with Deep Neural Networks and Tree Search https://www.nature.com/articles/nature16961

[3] [AlphaGo paper review] Mastering the Game of Go with deep neural networks and tree search https://kim95175.tistory.com/11

[4] https://ko.wikipedia.org/wiki/알파고

[5] [Analysis of how AlphaGo works] ① Reducing the number of cases (SearchSpace) https://www.getnews.co.kr/news/articleView.html?idxno=4256

[6] [Analysis of how AlphaGo works] ② Evaluating the price (DepthReduction) https://www.getnews.co.kr/news/articleView.html?idxno=4255

[7] AlphaGo - The Movie https://www.alphagomovie.com/screenings

‍

‍

Good content to watch together

  • ‍[AI Story] Artificial Intelligence Challenging Humans (1) Deep Blue (Deep Blue)
  • [AI Story] Humans vs. Artificial Intelligence (2) Watson (Watson)
  • [AI Story] AlexNet (AlexNet) opened the era of human vs. artificial intelligence (3) deep learning
  • [AI Story] Humans vs. Artificial Intelligence (4) Pepper (Pepper), a robot that reads emotions
  • ‍

    🚀데이터 인텔리전스 플랫폼 '레터웍스' 지금 바로 경험해보세요.

    • 노트의 내용을 실제로 이용해 보세요! (한 달 무료 이용 가능 🎉)
    • AI 기술이 어떻게 적용되는지 궁금한가요? (POC 샘플 신청하기 💌)

    ‍

    ‍

    ‍

    ‍

    View all blogs

    View featured notes

    LETR note
    Introducing the Universe Matching Translator and AI Dubbing Technology
    2025-06-30
    WORKS note
    Leveraging VTT Solutions for Video Re-creation
    2025-06-27
    LETR note
    Comparing Google Gemini and LETR WORKS Persona chatbots
    2024-12-19
    User Guide
    Partnership
    Twigfarm Co.,Ltd.
    Company registration number : 556-81-00254  |  Mail-order sales number : 2021- Seoul Jongno -1929
    CEO : Sunho Baek  |  Personal information manager : Hyuntaek Park
    Seoul head office : (03187) 6F, 6,Jong-ro, Jongno-gu,Seoul, Republic of Korea
    Gwangju branch : (61472) 203,193-22, Geumnam-ro,Dong-gu,Gwangju, Republic of Korea
    Singapore asia office : (048581) 16 RAFFLES QUAY #33-07 HONG LEONG BUILDING SINGAPORE
    Family site
    TwigfarmLETR LABSheybunny
    Terms of use
    |
    Privacy policy
    ⓒ 2024 LETR WORKS. All rights reserved.