Skip to content

Commit

Permalink
Update status in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddsundsted committed Jan 28, 2020
1 parent 3a3b4a1 commit f649a3c
Showing 1 changed file with 38 additions and 6 deletions.
44 changes: 38 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,41 @@ non-standard locations without guidance.

# Status

MXNet.cr currently focuses on supporting most of the basic arithmetic
operations on arrays and symbols, with support for symbolic evaluation
and some support for automatic differentiation thrown in. Almost all
operations in the library are exposed, however, via the automatically
generated `Ops`, `Sparse`, `Linalg`, etc. modules but documentation
and guidance are nonexistent at this time.
MXNet.cr currently implements a subset of
[Gluon](https://gluon.mxnet.io/), and supports most of the basic
arithmetic operations on arrays and symbols, with support for symbolic
evaluation and some support for automatic differentiation thrown
in. Almost all operations in the library are exposed, however, via the
automatically generated `Ops`, `Sparse`, `Linalg`, etc. modules but
documentation and guidance are nonexistent at this time.

Implemented functionality:
* MXNet
* Autograd
* Context
* Executor
* Optimizer
* NDArray
* Symbol
* Gluon
* Block
* HybridBlock
* Sequential
* HybridSequential
* SymbolBlock
* Dense
* Pooling
* Conv1D
* Conv2D
* Conv3D
* MaxPool1D
* MaxPool2D
* MaxPool3D
* Flatten
* L1Loss
* L2Loss
* SoftmaxCrossEntropyLoss
* Activation
* Trainer
* Parameter
* Constant

0 comments on commit f649a3c

Please sign in to comment.