Expert
AI progresses are continuous.Since 1990s, AI models started to beat humans at logic based games. In which game has AI not defeated the best human players?
Author: MartinStatus: PublishedQuestion passed 298 times
Edit
0
Community Evaluations
Incorrect answer
Auteur anonyme27/06/2024
Go Game: In 2016, Google's AlphaGo defeated the world champion Lee Sedol.
Chess: In 1997, IBM's Deep Blue defeated the world chess champion Garry Kasparov.
Poker: AI has defeated top human players in poker. In 2019, Pluribus, an AI developed by Facebook and Carnegie Mellon University, beat top human players in six-player no-limit Texas Hold'em.
Starcraft II: In 2019, DeepMind's AlphaStar achieved Grandmaster level and defeated professional human players.
Given these achievements, the correct answer is none of the above. AI has defeated the best human players in all the listed games.
Similar QuestionsMore questions about Intelligence Artificielle
5
What are the different learning methods used for machine learning ?4
Fuzzy logic is a method of reasoning used in AI that aims at reproducing human reasoning. The outcome is the opposite of the boolean outcome (binary) . It can be any value between 0 and 1 (true and false). For example, the outcome can be possibly yes (0.7), not sure (0,6) , possibly no (0,4), or certainly no (0,18)...4
Which code language is the most used to implement AI?2
What is the main purpose of the LSTM (Long Short-Term Memory) model in machine learning?2
A model hyper-parameter is a configuration which is **external to the model**. It defines the modelâs structure.