Tensroflow

IntegerLookup

  • 知らないデータは一定値になるっぽいな。

    • https://tensorflow.google.cn/api_docs/python/tf/keras/layers/IntegerLookup

embedding

  • NLPで使われるカテゴリ系列データを密ベクトルに圧縮する。系列長は一定である必要がありそう。

    • https://keras.io/ja/layers/embeddings/

Last updated