ArtificialIntelligenceArticles
2.97K subscribers
1.64K photos
9 videos
5 files
3.86K links
for who have a passion for -
1. #ArtificialIntelligence
2. Machine Learning
3. Deep Learning
4. #DataScience
5. #Neuroscience

6. #ResearchPapers

7. Related Courses and Ebooks
Download Telegram
Game Theory is a branch of mathematics used to model the strategic interaction between different players in a context with predefined rules and outcomes.
Game Theory can be applied in different ambit of Artificial Intelligence:
Multi-agent AI systems.
Imitation and Reinforcement Learning.
Adversary training in Generative Adversarial Networks (GANs).
Game Theory can also be used to describe many situations in our daily life and Machine Learning models
Game Theory can be divided into 5 main types of games:
Cooperative vs Non-Cooperative Games: In cooperative games, participants can establish alliances in order to maximise their chances to win the game (eg. negotiations). In non-cooperative games, participants can’t instead form alliances (eg. wars).
Symmetric vs Asymmetric Games: In a symmetric game all the participants have the same goals and just their strategies implemented in order to achieve them will determine who wins the game (eg. chess). In asymmetric games instead, the participants have different or conflicting goals.
Perfect vs Imperfect Information Games: In Perfect Information games all the players can see the other players moves (eg. chess). Instead, in Imperfect Information games, the other players' moves are hidden (eg. card games).
Simultaneous vs Sequential Games: In Simultaneous games, the different players can take actions concurrently. Instead in Sequential games, each player is aware of the other players' previous actions (eg. board games).
Zero-Sum vs Non-Zero Sum Games: In Zero Sum games, if a player gains something that causes a loss to the other players. In Non-Zero Sum games, instead, multiple players can take benefit of the gains of another player.
Different aspects of Game Theory are commonly used in Artificial Intelligence, I will now introduce you to the Nash Equilibrium, Inverse Game Theory, designing AI Agents environments, and give you some practical examples.
Generative Adversarial Networks (GANs)
Multi-Agents Reinforcement Learning (MARL)

https://towardsdatascience.com/game-theory-in-artificial-intelligence-57a7937e1b88
16. Appendix: Mathematics for Deep Learning¶
https://d2l.ai/chapter_appendix_math/index.html
ICCV19 Best Paper Award

SinGAN: Learning a Generative Model from a Single Natural Image

"We introduce SinGAN, an unconditional generative model that can be learned from a single natural image. Our model is trained to capture the internal distribution of patches within the image, and is then able to generate high quality, diverse samples that carry the same visual content as the image"

Download Project Paper & Code Here
https://bit.ly/SinGAN
Mixed Pooling Multi-View Attention Autoencoder for Representation Learning in Healthcare. https://arxiv.org/abs/1910.06456