:::| 目前位置圖示目前位置:首頁圖示回首頁 | 主功能頁圖示相關問答
常用指令參數筆記-One-hot encoding

[日期]:2018/04/19  [瀏覽人數]:160

將label(數字的真實值)以One-hot encoding轉換

y_train_OneHot = np_utils.to_categorical(y_train_label)