- Deep Learning with Keras
- Antonio Gulli Sujit Pal
- 83字
- 2021-07-02 23:58:03
One-hot encoding — OHE
In many applications, it is convenient to transform categorical (non-numerical) features into numerical variables. For instance, the categorical feature digit with the value d in [0-9] can be encoded into a binary vector with 10 positions, which always has 0 value, except the d-th position where a 1 is present. This type of representation is called one-hot encoding (OHE) and is very common in data mining when the learning algorithm is specialized for dealing with numerical functions.
推薦閱讀
- 零點(diǎn)起飛學(xué)Xilinx FPG
- 顯卡維修知識(shí)精解
- 電腦常見問題與故障排除
- Mastering Delphi Programming:A Complete Reference Guide
- INSTANT Wijmo Widgets How-to
- 深入淺出SSD:固態(tài)存儲(chǔ)核心技術(shù)、原理與實(shí)戰(zhàn)
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- Visual Media Processing Using Matlab Beginner's Guide
- 固態(tài)存儲(chǔ):原理、架構(gòu)與數(shù)據(jù)安全
- Blender Game Engine:Beginner's Guide
- WebGL Hotshot
- 電腦橫機(jī)使用與維修
- Spring Cloud實(shí)戰(zhàn)
- Deep Learning with Keras
- The Reinforcement Learning Workshop