- Hands-On Deep Learning for Games
- Micheal Lanham
- 177字
- 2021-06-24 15:47:56
Exercises
Use these additional exercises to assist in your learning and test your knowledge further.
Answer the following questions:
- Name three different activation functions. Remember, Google is your friend.
- What is the purpose of a bias?
- What would you expect to happen if you reduced the number of epochs in one of the chapter samples? Did you try it?
- What is the purpose of backpropagation?
- Explain the purpose of the Cost function.
- What happens when you increase or decrease the number of encoding dimensions in the Keras autoencoder example?
- What is the name of the layer type that we feed input into?
- What happens when you increase or decrease the batch size?
- What is the shape of the input Tensor for the Keras example? Hint: we already have a print statement displaying this.
- In the last exercise, how many MNIST samples do we train and test with?
As we progress in the book, the additional exercises will certainly become more difficult. For now, though, take some time to answer the questions and test your knowledge.
推薦閱讀
- SQL Server 2016 數據庫教程(第4版)
- App+軟件+游戲+網站界面設計教程
- Architects of Intelligence
- 文本挖掘:基于R語言的整潔工具
- 大數據:規劃、實施、運維
- 數據結構與算法(C語言版)
- Lean Mobile App Development
- Python數據分析:基于Plotly的動態可視化繪圖
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- Ceph源碼分析
- 數亦有道:Python數據科學指南
- 新手學會計(2013-2014實戰升級版)
- Visual Studio 2013 and .NET 4.5 Expert Cookbook
- Unity 2018 By Example(Second Edition)
- 數據挖掘競賽實戰:方法與案例