Package

ai.minxiao.ds4s.core.dl4j

embed

Permalink

package embed

Visibility
  1. Public
  2. All

Type Members

  1. class D2V extends Serializable

    Permalink

    D2V Doc2Vec (Paragraph Vector): Doc2Vec (ParagraphVectors)

  2. class GVec extends Serializable

    Permalink

    GVec: Global Vectors for Word Representation > Glove

  3. class W2V extends Serializable

    Permalink

    W2V

    Annotations
    @SerialVersionUID()
    Note

    complexity: O = E * T * Q where Q = C * (D + D * log2(V)), E=epochs, T=total-words-of-training-data, C=max-window-size, D=embedding-size, V=vocabulary-size

    ,

    reference: Tomas Mikolov, Kai Chen, Greg Corrado and Jeffrey Dean. Efficient Estimation of Word Representations in Vector Space. In NIPS, 2013.

Ungrouped