- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 50字
- 2021-07-02 12:46:26
There's more...
In addition to scaling a variable's values by dividing the values by the maximum among the values in a variable, the other commonly used scaling methods are as follows:
- Min-max normalization
- Mean normalization
- Standardization
More information about these scaling methods can be found on Wikipedia here: https://en.wikipedia.org/wiki/Feature_scaling.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- GAE編程指南
- C語言程序設計(第3版)
- PHP基礎案例教程
- C++面向對象程序設計(微課版)
- Mastering Spring MVC 4
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Active Directory with PowerShell
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Unity 2D Game Development Cookbook
- Unity 3D/2D移動開發實戰教程
- 零基礎學Python編程(少兒趣味版)
- 深入理解BootLoader
- C#程序設計基礎入門教程
- 大規模語言模型開發基礎與實踐