- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 79字
- 2021-07-02 12:46:25
Scaling the input dataset
Scaling a dataset is a process where we limit the variables within a dataset to ensure they do not have a very wide range of different values. One way to achieve this is to divide each variable in the dataset by the maximum value of the variable. Typically, neural networks perform well when we scale the input datasets.
In this section, let's understand the reason neural networks perform better when the dataset is scaled.
推薦閱讀
- 黑客攻防從入門(mén)到精通(實(shí)戰(zhàn)秘笈版)
- Learn TypeScript 3 by Building Web Applications
- Getting Started with React
- 深入實(shí)踐Spring Boot
- Vue.js入門(mén)與商城開(kāi)發(fā)實(shí)戰(zhàn)
- Learning Flask Framework
- R語(yǔ)言游戲數(shù)據(jù)分析與挖掘
- Object-Oriented JavaScript(Second Edition)
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門(mén)指南
- Python High Performance Programming
- 智能手機(jī)故障檢測(cè)與維修從入門(mén)到精通
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)(第二版)
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- Java EE架構(gòu)設(shè)計(jì)與開(kāi)發(fā)實(shí)踐
- Hands-On Dependency Injection in Go