- 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.
- Hands-On Internet of Things with MQTT
- 大數(shù)據(jù)技術(shù)基礎(chǔ)
- SCRATCH與機(jī)器人
- Machine Learning for Cybersecurity Cookbook
- 輕松學(xué)Java Web開發(fā)
- 教父母學(xué)會上網(wǎng)
- 圖形圖像處理(Photoshop)
- 信息物理系統(tǒng)(CPS)測試與評價技術(shù)
- Troubleshooting OpenVPN
- 軟件工程及實踐
- 從零開始學(xué)SQL Server
- 常用傳感器技術(shù)及應(yīng)用(第2版)
- FreeCAD [How-to]
- SQL Server 2019 Administrator's Guide
- Microsoft Office 365:Exchange Online Implementation and Migration(Second Edition)