SciSharp / SiaNet

An easy to use C# deep learning library with CUDA/OpenCL support
https://scisharp.github.io/SiaNet
MIT License
380 stars 83 forks source link

Regulizer - add gradientClippingThresholdPerSample and gradientClippingWithTruncation #15

Closed deepakkumar1984 closed 6 years ago

deepakkumar1984 commented 6 years ago

It would be nice to add gradientClippingThresholdPerSample and gradientClippingWithTruncation at your class Regulizers. You do have the L1, L2 but you could add those because on a lot of examples in CNTK they are using them

deepakkumar1984 commented 6 years ago

Implemented