1. 15 11月, 2016 2 次提交
    • X
      Fix unittest · a6ad9a16
      xuwei06 提交于
      Change-Id: Ic80845c892c96c37a0df0ddc433fe1aeaa5a9d1c
      a6ad9a16
    • X
      Add ScalingProjection · bf6f690f
      xuwei06 提交于
      out = w * input
      where w is a parameter of size 1
      
      Change-Id: Ife682d62323ceb1a20cbbf6269421b20a862d888
      bf6f690f
  2. 13 11月, 2016 1 次提交
  3. 12 11月, 2016 1 次提交
  4. 11 11月, 2016 6 次提交
  5. 10 11月, 2016 14 次提交
  6. 09 11月, 2016 5 次提交
  7. 08 11月, 2016 6 次提交
  8. 07 11月, 2016 4 次提交
  9. 05 11月, 2016 1 次提交
    • E
      Add elementwise math operations (#343) · 6c3a678c
      emailweixu 提交于
      * Add elementwise math operations
      This allows use to use expressions like: y=log(1+exp(x))
      Also added unittests for ActivationFunction
      * Enforce keyword arguments for non-positional arguments
      * Add LogActivation to doc
      6c3a678c