- 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.
- 大規模數據分析和建模:基于Spark與R
- 從零開始學Hadoop大數據分析(視頻教學版)
- Python金融大數據分析(第2版)
- 卷積神經網絡的Python實現
- 基于Apache CXF構建SOA應用
- 數據庫原理與應用(Oracle版)
- Starling Game Development Essentials
- 從0到1:JavaScript 快速上手
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- Deep Learning with R for Beginners
- 從Lucene到Elasticsearch:全文檢索實戰
- Kubernetes快速進階與實戰
- 數據庫原理及應用:SQL Server 2016
- Artificial Intelligence for Big Data
- MySQL核心技術手冊