Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Add Parametric Soft Exponential Unit (PSEU) activation layer #451

Closed
wants to merge 61 commits into from
Closed

Add Parametric Soft Exponential Unit (PSEU) activation layer #451

wants to merge 61 commits into from

Commits on Feb 10, 2019

  1. Create pseu.py

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    6ba333a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82ae700 View commit details
    Browse the repository at this point in the history
  3. Create test_pseu.py

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    3012cde View commit details
    Browse the repository at this point in the history
  4. Add PSEU test

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    d6cf865 View commit details
    Browse the repository at this point in the history
  5. Update PSEU layer

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    c9ac0e4 View commit details
    Browse the repository at this point in the history
  6. Update test

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    abd58ae View commit details
    Browse the repository at this point in the history
  7. Add import

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    1891e17 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from keras-team/master

    Merge latest master
    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    8022191 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    542db44 View commit details
    Browse the repository at this point in the history
  10. Fix pep8 violation

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    6888fd5 View commit details
    Browse the repository at this point in the history
  11. Fix import error

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    8497f72 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    caa51f9 View commit details
    Browse the repository at this point in the history
  13. Fix pep8

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    94c5ac1 View commit details
    Browse the repository at this point in the history
  14. import numpy

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    1015e10 View commit details
    Browse the repository at this point in the history
  15. utf-8

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    dc3588a View commit details
    Browse the repository at this point in the history
  16. Fix test

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    f214d53 View commit details
    Browse the repository at this point in the history
  17. Update test_pseu.py

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    60d1d1e View commit details
    Browse the repository at this point in the history
  18. Update test_pseu.py

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    e1cefb0 View commit details
    Browse the repository at this point in the history
  19. Fix silly error

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    326bfa3 View commit details
    Browse the repository at this point in the history
  20. Update test_pseu.py

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    d28a544 View commit details
    Browse the repository at this point in the history
  21. Update pseu.py

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    df9e964 View commit details
    Browse the repository at this point in the history
  22. Update pseu.py

    SriRangaTarun authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    51ef0c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    a3bccfb View commit details
    Browse the repository at this point in the history
  2. Add missing import

    SriRangaTarun authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    a880bd0 View commit details
    Browse the repository at this point in the history
  3. Fix import order

    SriRangaTarun authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    3fd819e View commit details
    Browse the repository at this point in the history
  4. Fix import order

    SriRangaTarun authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    55676cd View commit details
    Browse the repository at this point in the history
  5. Fix small problems

    SriRangaTarun authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    be42270 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df24e8f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    d57d963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6456e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa03980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    839be17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9813264 View commit details
    Browse the repository at this point in the history
  6. Remove useless spaces

    SriRangaTarun authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    8a34e8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd84064 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2c5d1a View commit details
    Browse the repository at this point in the history
  9. Fix silly mistake

    SriRangaTarun authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    f2b0f97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6bdf843 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d7b8aa View commit details
    Browse the repository at this point in the history
  12. Fix test

    SriRangaTarun authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    0aa0b40 View commit details
    Browse the repository at this point in the history
  13. Fix pep8 problems

    SriRangaTarun authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    7d52579 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    df63af4 View commit details
    Browse the repository at this point in the history
  15. Fix silly errors

    SriRangaTarun authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    3736b42 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f7758b9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ed77ff7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7749c67 View commit details
    Browse the repository at this point in the history
  19. Fix pep8 problems

    SriRangaTarun authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    19d978b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    75c83d2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8791343 View commit details
    Browse the repository at this point in the history
  22. Add PSEU to CODEOWNERS

    SriRangaTarun authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    605ddc1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e722372 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    351ef64 View commit details
    Browse the repository at this point in the history
  25. Fix silly mistake

    SriRangaTarun authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    69feddb View commit details
    Browse the repository at this point in the history
  26. Simplify code

    SriRangaTarun authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    ef4a20f View commit details
    Browse the repository at this point in the history
  27. Simplify code

    SriRangaTarun authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    4d8f0fb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    dd22dd8 View commit details
    Browse the repository at this point in the history
  2. Set trainable=False

    SriRangaTarun authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    49ec6c8 View commit details
    Browse the repository at this point in the history
  3. Adjust alpha docs

    SriRangaTarun authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    3e53036 View commit details
    Browse the repository at this point in the history
  4. Update alpha docstring

    SriRangaTarun authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    5ce52c3 View commit details
    Browse the repository at this point in the history
  5. Improve docs

    SriRangaTarun authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    b919451 View commit details
    Browse the repository at this point in the history
  6. Fix small typo in docs

    SriRangaTarun authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    f4e1c65 View commit details
    Browse the repository at this point in the history