- Machine Learning for Cybersecurity Cookbook
- Emmanuel Tsukerman
- 115字
- 2021-06-24 12:28:55
Standardizing your data
For many machine learning algorithms, performance is highly sensitive to the relative scale of features. For that reason, it is often important to standardize your features. To standardize a feature means to shift all of its values so that their mean = 0 and to scale them so that their variance = 1.
One instance when normalizing is useful is when featuring the PE header of a file. The PE header contains extremely large values (for example, the SizeOfInitializedData field) and also very small ones (for example, the number of sections). For certain ML models, such as neural networks, the large discrepancy in magnitude between features can reduce performance.
推薦閱讀
- 21小時(shí)學(xué)通AutoCAD
- 人工免疫算法改進(jìn)及其應(yīng)用
- 輕松學(xué)Java
- Creo Parametric 1.0中文版從入門到精通
- Embedded Programming with Modern C++ Cookbook
- 統(tǒng)計(jì)學(xué)習(xí)理論與方法:R語(yǔ)言版
- 單片機(jī)C語(yǔ)言程序設(shè)計(jì)完全自學(xué)手冊(cè)
- 網(wǎng)絡(luò)服務(wù)器搭建與管理
- 智慧未來
- RealFlow流體制作經(jīng)典實(shí)例解析
- Practical AWS Networking
- 網(wǎng)絡(luò)安全概論
- 從零開始學(xué)ASP.NET
- 軟測(cè)之魂
- 基于元胞自動(dòng)機(jī)的人群疏散系統(tǒng)建模與分析