1. 01 12月, 2016 9 次提交
  2. 30 11月, 2016 1 次提交
  3. 29 11月, 2016 1 次提交
  4. 22 11月, 2016 1 次提交
  5. 15 11月, 2016 1 次提交
    • X
      Add ScalingProjection · bf6f690f
      xuwei06 提交于
      out = w * input
      where w is a parameter of size 1
      
      Change-Id: Ife682d62323ceb1a20cbbf6269421b20a862d888
      bf6f690f
  6. 12 11月, 2016 3 次提交
  7. 10 11月, 2016 11 次提交
  8. 09 11月, 2016 3 次提交
  9. 08 11月, 2016 4 次提交
  10. 07 11月, 2016 4 次提交
  11. 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
  12. 02 11月, 2016 1 次提交