- Applied Deep Learning with Keras
- Ritesh Bhagwat Mahla Abdolahnejad Matthew Moocarme
- 265字
- 2021-06-11 13:41:29
Introduction
In this chapter, you will learn how to implement your first neural network using Keras. This chapter covers the basics of deep learning and will provide you with the foundation necessary to build highly complex neural network architectures. We start by extending the logistic regression model to a simple single-layer neural network and then proceed to more complicated neural networks with multiple hidden layers. In this process, you will learn about the underlying basic concepts of neural networks, including forward propagation for making predictions, computing loss, backpropagation for computing derivative of loss with respect to model parameters, and finally gradient descent for learning optimal parameters for the model. You will also learn about the various choices available to build and train a neural network in terms of activation functions, loss functions, and optimizers.
Furthermore, you will learn how to evaluate your model while understanding issues such as overfitting and underfitting, looking at how they can impact the performance of your model and how to detect them. You will learn about the drawbacks of evaluating a model on the same dataset used for training, and the alternative approach of holding back a part of the available dataset for evaluation purposes. Subsequently, you will learn how comparing the model error rate on each of these two subsets of the dataset can be used to detect problems such as high bias and high variance in the model. Lastly, you will learn about a technique called early stopping to reduce overfitting, which is again based on comparing the model's error rate on the two subsets of the dataset.
- 筆記本電腦使用、維護(hù)與故障排除實戰(zhàn)
- 施耐德SoMachine控制器應(yīng)用及編程指南
- 計算機(jī)組裝·維護(hù)與故障排除
- 平衡掌控者:游戲數(shù)值經(jīng)濟(jì)設(shè)計
- Large Scale Machine Learning with Python
- 微軟互聯(lián)網(wǎng)信息服務(wù)(IIS)最佳實踐 (微軟技術(shù)開發(fā)者叢書)
- Building 3D Models with modo 701
- Spring Security 3.x Cookbook
- 計算機(jī)組成技術(shù)教程
- 微服務(wù)架構(gòu)基礎(chǔ)(Spring Boot+Spring Cloud+Docker)
- 分布式存儲系統(tǒng):核心技術(shù)、系統(tǒng)實現(xiàn)與Go項目實戰(zhàn)
- 零基礎(chǔ)輕松學(xué)修電腦主板
- ARM接口編程
- Machine Learning Projects for Mobile Applications
- The Deep Learning Workshop