PCA

Thumbnail of post image 192

TensorFlow 0.12から”Embedding Visualization”というものが追加され, データをグリグリ回しながら3次元的に観察できるようになった.

そこで, 本記事では下の方の ...

Gensim,Python

Thumbnail of post image 095

from gensim.utils import tokenizelist(tokenize("i am happy"))>>

Pandas,Python

Thumbnail of post image 140

hogeというフォルダの中に複数のCSVが配置されているとき、

以下のコードで複数のCSVを一つのDataFrame(表)としてまとめることが可能

from glob import globimport pandas ...