Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Added support for sparse matricesSee help on mx.sym.sparse and mx.nd.sparse documentation for more info.
  • Added limited cpu support for two sparse formats in Symbol and NDArray - CSRNDArray and RowSparseNDArray.
  • Added a sparse dot product operator and many element-wise sparse operators.
  • Added a data iterator for sparse data input - LibSVMIter.
  • Added three optimizers for sparse gradient updates: FtrlSGD and Adam.
  • Added push and row_sparse_pull with RowSparseNDArray in distributed kvstore.
  • Better support for IDE auto-completion. IDEs like PyCharm can now correctly parse mxnet operators.

...