Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/explosion/thinc
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 3, 2017
2 parents 7c8673b + b909bd8 commit b317486
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,20 @@ structured input and variable-length sequences.
:target: https://twitter.com/explosion_ai
:alt: Follow us on Twitter

What's where (as of 1.9)
What's where (as of v6.9.0)
========================

* `thinc.v2v.Model`: Base class.
* `thinc.v2v`: Layers transforming vectors to vectors.
* `thinc.i2v`: Layers embedding IDs to vectors.
* `thinc.t2v`: Layers pooling tensors to vectors.
* `thinc.t2t`: Layers transforming tensors to tensors (e.g. CNN, LSTM).
* `thinc.api`: Higher-order functions, for building networks. Will be renamed.
* `thinc.extra`: Datasets and utilities.
* `thinc.neural.ops`: Container classes for mathematical operations. Will be reorganized.
* `thinc.linear.avgtron`: Legacy efficient Averaged Perceptron implementation.
======================== ===
``thinc.v2v.Model`` Base class.
``thinc.v2v`` Layers transforming vectors to vectors.
``thinc.i2v`` Layers embedding IDs to vectors.
``thinc.t2v`` Layers pooling tensors to vectors.
``thinc.t2t`` Layers transforming tensors to tensors (e.g. CNN, LSTM).
``thinc.api`` Higher-order functions, for building networks. Will be renamed.
``thinc.extra`` Datasets and utilities.
``thinc.neural.ops`` Container classes for mathematical operations. Will be reorganized.
``thinc.linear.avgtron`` Legacy efficient Averaged Perceptron implementation.
======================== ===

Development status
==================
Expand Down

0 comments on commit b317486

Please sign in to comment.