1. 15 11月, 2016 1 次提交
    • 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 4 次提交
  4. 10 11月, 2016 16 次提交
  5. 09 11月, 2016 5 次提交
  6. 08 11月, 2016 8 次提交
  7. 07 11月, 2016 4 次提交
  8. 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