- 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.
推薦閱讀
- 在最好的年紀學Python:小學生趣味編程
- Photoshop智能手機APP UI設計之道
- Learning Elixir
- Java深入解析:透析Java本質的36個話題
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- 單片機應用與調試項目教程(C語言版)
- 零基礎趣學C語言
- 一塊面包板玩轉Arduino編程
- 時空數據建模及其應用
- Instant Zurb Foundation 4
- PostgreSQL 12 High Availability Cookbook
- 計算思維與Python編程
- C++從零開始學(視頻教學版)(第2版)
- Mastering Vim
- Learning Azure DocumentDB