Sha256: c0a7a215783349b40e1210173bbf9d8b6f1228d09020b1e6f89087e9c46fb047

Contents?: true

Size: 598 Bytes

Versions: 3

Compression:

Stored size: 598 Bytes

Contents

== FEATURES/PROBLEMS:

* Applying transforms to query vectors
* Allow objects to be passed in as transforms.
  * Hashes might be enough, but a faster data structure might be a good option.
* Detect the optimal dimension reduction in LSA.
  * This needs some benchmark. Low number of dimensions can be effective enough.
  * http://nlp.stanford.edu/IR-book/html/htmledition/latent-semantic-indexing-1.html
* Implement Probabilistic latent semantic analysis
* Implement Latent Dirichlet Allocation

* Matrix transformer has to popout the matrix of VectorSpace::Model and reassign it, get rid of this.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rsemantic-0.3.0 TODO.txt
rsemantic-0.2.1 TODO.txt
rsemantic-0.2.0 TODO.txt