- Aug 30 Thu 2018 14:36
sklearn.model_selection.KFold
- Jul 28 Sat 2018 10:32
Python 繁簡體轉換
- Aug 03 Thu 2017 09:34
Sequence padding and sequence truncating
- Aug 01 Tue 2017 23:26
One Hot Encode with scikit-learn package
在很多機器學習分類任務中,分類結果通常不是數值,而是字詞
例如:["uses Firefox", "uses Chrome", "uses Safari", "uses Internet Explorer"]
- Jun 08 Thu 2017 22:11
利用 TensorBoard 觀察資料圖形
- May 25 Thu 2017 13:02
筆電安裝 CUDA + Tensorflow + Keras~失敗紀錄
- May 16 Tue 2017 13:34
Tensor data structure (Cont.)
- May 13 Sat 2017 14:02
Run TensorFlow in PyCharm
- May 11 Thu 2017 21:40
Tensor data structure
在 TensorFlow 中,基本資料結構是由所謂的 tensor 來建立的。
- 官方網站中, tensor 的定義如下:
A tensor consists of a set of primitive values shaped into an array of any number of dimensions.
- May 10 Wed 2017 23:00
安裝TensorFlow-GPU流程