- 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.
- Practical Ansible 2
- 計算機圖形學
- Windows內核原理與實現
- CompTIA Network+ Certification Guide
- Docker High Performance(Second Edition)
- 工業控制系統測試與評價技術
- TensorFlow Reinforcement Learning Quick Start Guide
- Mastering pfSense
- ASP.NET 2.0 Web開發入門指南
- 筆記本電腦維修之電路分析基礎
- 貫通Java Web輕量級應用開發
- 電氣控制及Micro800 PLC程序設計
- 輸送技術、設備與工業應用
- Learn T-SQL Querying
- Practical Internet of Things with JavaScript