- Hands-On Deep Learning for Games
- Micheal Lanham
- 268字
- 2021-06-24 15:47:56
Summary
In this chapter, we explored the foundations of DL from the basics of the simple single perceptron to more complex multilayer perceptron models. We started with the past, present, and future of DL and, from there, we built a basic reference implementation of a single perceptron so that we could understand the raw simplicity of DL. Then we built on our knowledge by adding more perceptrons into a multiple layer implementation using TF. Using TF allowed us to see how a raw internal model is represented and trained with a much more complex dataset, MNIST. Then we took a long journey through the math, and although a lot of the complex math was abstracted away from us with Keras, we took an in-depth look at how gradient descent and backpropagation work. Finally, we finished off the chapter with another reference implementation from Keras that featured an autoencoder. Auto encoding allows us to train a network with multiple purposes and extends our understanding of how network architecture doesn't have to be linear.
For the next chapter, we will build on our current level of knowledge and discover convolutional and recurrent neural networks. These extensions provide additional capabilities to the base form of a neural network and have played a significant part in our most recent DL advances.
For the next chapter, we will begin our journey into building components for games when we look at another element considered foundational to DL—the GAN. GANs are like a Swiss Army knife in DL and, as we will see in the next chapter, they offer us plenty of uses.
- Python數據挖掘:入門、進階與實用案例分析
- Unity 5.x Game AI Programming Cookbook
- 輕松學大數據挖掘:算法、場景與數據產品
- Effective Amazon Machine Learning
- MySQL基礎教程
- 云計算服務保障體系
- 工業大數據分析算法實戰
- 數據結構與算法(C語言版)
- Scratch 3.0 藝術進階
- 視覺大數據智能分析算法實戰
- Spark分布式處理實戰
- 貫通SQL Server 2008數據庫系統開發
- 數據中心經營之道
- Unity Game Development Blueprints
- Configuration Management with Chef-Solo