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