- Hands-On Deep Learning for Games
- Micheal Lanham
- 303字
- 2021-06-24 15:47:59
GAN for Games
Thus far, in our deep learning exploration, we have trained all our networks using a technique called supervised training. This training technique works well for when you have taken the time to identify and label your data. All of our previous example exercises used supervised training, because it is the simplest form of teaching. However, supervised learning tends to be the most cumbersome and tedious method, largely because it requires some amount of data labeling or identification before training. There have been attempts to use this form of training for machine learning or deep learning in gaming and simulation, but they have proven to be unsuccessful.
This is why, for most of this book, we will look at other forms of training, starting with a form of unsupervised training called a generative adversarial network (GAN). GANs are able to train themselves using, in essence, a two-player game. This makes them an ideal next step in our learning and a perfect way to actually start generating content for games.
In this chapter, we explore GANs and their use in developing game content. Along the way, we will learn more fundamentals of deep learning techniques. In this chapter, we will cover the following content:
- Introducing GANs
- Coding a GAN in Keras
- Wasserstein GAN
- GAN for creating textures
- Generating music with a GAN
- Exercises
GANs are notoriously hard to train and build successfully. Therefore, it is recommended you take your time with this chapter and go through the exercises a couple of times if you need to. The techniques we learn to make effective GANs will provide you with a better overall understanding of training networks and the many other options available. We also still need to cover many fundamental concepts about training networks, so please work through this chapter thoroughly.
- MySQL高可用解決方案:從主從復制到InnoDB Cluster架構
- Building Computer Vision Projects with OpenCV 4 and C++
- 文本挖掘:基于R語言的整潔工具
- UDK iOS Game Development Beginner's Guide
- 數據驅動:從方法到實踐
- 數據驅動設計:A/B測試提升用戶體驗
- 智能數據分析:入門、實戰與平臺構建
- ZeroMQ
- 數據科學實戰指南
- 數據庫技術及應用
- 企業主數據管理實務
- MySQL技術內幕:InnoDB存儲引擎
- PostgreSQL高可用實戰
- 數據挖掘與機器學習-WEKA應用技術與實踐(第二版)
- 云原生架構:從技術演進到最佳實踐