- 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.
推薦閱讀
- ATmega16單片機項目驅動教程
- Instant uTorrent
- SDL Game Development
- 電腦組裝與維修從入門到精通(第2版)
- 現代辦公設備使用與維護
- 精選單片機設計與制作30例(第2版)
- micro:bit魔法修煉之Mpython初體驗
- 計算機維修與維護技術速成
- Apple Motion 5 Cookbook
- Large Scale Machine Learning with Python
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- Intel Edison智能硬件開發指南:基于Yocto Project
- Hands-On Artificial Intelligence for Banking
- 單片機原理及應用:基于C51+Proteus仿真