[mlpack-git] [mlpack] FFN serialization (#516)

stereomatchingkiss notifications at github.com
Thu Feb 4 17:00:43 EST 2016


Let FFN able to serialize by boost serialization

Haven't finished yet, there are others parts need to serialize(initialize rules and others).
Besides, I cannot serialize arma::cube, finding a solution
You can view, comment on, or merge this pull request online at:

  https://github.com/mlpack/mlpack/pull/516

-- Commit Summary --

  * able to serialize by boost serialization
  * able to serialize by boost serialize
  * update comments
  * adjust format
  * adjust format

-- File Changes --

    M src/mlpack/methods/ann/layer/base_layer.hpp (11)
    M src/mlpack/methods/ann/layer/bias_layer.hpp (30)
    M src/mlpack/methods/ann/layer/binary_classification_layer.hpp (5)
    M src/mlpack/methods/ann/layer/dropout_layer.hpp (15)
    A src/mlpack/methods/ann/layer/empty_layer.hpp (76)
    M src/mlpack/methods/ann/layer/linear_layer.hpp (23)
    M src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp (5)
    M src/mlpack/methods/ann/layer/one_hot_layer.hpp (5)
    M src/mlpack/methods/ann/layer/recurrent_layer.hpp (24)
    M src/mlpack/methods/ann/layer/sparse_bias_layer.hpp (49)
    M src/mlpack/methods/ann/layer/sparse_input_layer.hpp (65)
    M src/mlpack/methods/ann/layer/sparse_output_layer.hpp (65)
    M src/mlpack/methods/ann/optimizer/ada_delta.hpp (45)
    M src/mlpack/methods/ann/optimizer/adam.hpp (66)
    M src/mlpack/methods/ann/optimizer/rmsprop.hpp (61)
    M src/mlpack/methods/ann/optimizer/steepest_descent.hpp (44)

-- Patch Links --

https://github.com/mlpack/mlpack/pull/516.patch
https://github.com/mlpack/mlpack/pull/516.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/516
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160204/624fff5e/attachment-0001.html>


More information about the mlpack-git mailing list