- 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.
推薦閱讀
- Spring 5.0 By Example
- 密碼學(xué)原理與Java實(shí)現(xiàn)
- 算法零基礎(chǔ)一本通(Python版)
- Python Game Programming By Example
- 神經(jīng)網(wǎng)絡(luò)編程實(shí)戰(zhàn):Java語言實(shí)現(xiàn)(原書第2版)
- Mastering matplotlib
- 區(qū)塊鏈:以太坊DApp開發(fā)實(shí)戰(zhàn)
- Apache Mesos Essentials
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- C++編程兵書
- Java 從入門到項(xiàng)目實(shí)踐(超值版)
- Android移動(dòng)應(yīng)用項(xiàng)目化教程
- 微信小程序開發(fā)邊做邊學(xué)(微課視頻版)
- Learning ROS for Robotics Programming
- C#開發(fā)之道