- Deep Learning Quick Reference
- Mike Bernico
- 192字
- 2021-06-24 18:40:11
Summary
When you think about deep learning, you probably think about impressively complex computer vision problems, but deep neural networks can prove useful even for simple regression problems like this one. Hopefully, I've demonstrated that, while also introducing the Keras syntax and showing you how to build a very simple network.
As we continue, we will encounter much more complexity. Bigger networks, more complicated cost functions, and highly dimensional input data. However, the process I used in this chapter will remain same for the most part. In each case, we will outline the problem, identify the inputs and outputs, choose a cost function, create a network architecture, and finally train and tune our model.
Bias and variance can often be manipulated and reduced independently in deep neural networks if the following factors are taken care of:
- Bias: This can be reduced by adding model complexity. Additional neurons or layers will help. Adding data won't really help reduce bias.
- Variance: This can be reduced by adding data or regularization.
In the next chapter, we will talk about how we can use TensorBoard to optimize and troubleshoot our deep neural networks faster.
- 現代測控電子技術
- Div+CSS 3.0網頁布局案例精粹
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- IoT Penetration Testing Cookbook
- Effective DevOps with AWS
- 大數據挑戰與NoSQL數據庫技術
- 永磁同步電動機變頻調速系統及其控制(第2版)
- 項目管理成功利器Project 2007全程解析
- 基于神經網絡的監督和半監督學習方法與遙感圖像智能解譯
- Salesforce Advanced Administrator Certification Guide
- Machine Learning Algorithms(Second Edition)
- Learning Linux Shell Scripting
- 從零開始學JavaScript
- Linux系統管理員工具集
- MPC5554/5553微處理器揭秘