source-separation / tutorial

Tutorial covering Open Source tools for Source Separation.
https://source-separation.github.io/tutorial
Other
351 stars 38 forks source link

Fix/issue 17 #24

Closed boazcogan closed 3 years ago

boazcogan commented 3 years ago

Fix to issue #17 Adjusted wording from: The Leaky ReLU is similar to the regular ReLU, but instead of the output being 0.0 below 𝑥=0.0 it is ever so slightly above 0.0

to

The Leaky ReLU is similar to the regular ReLU, but instead of the output being 0.0 below 𝑥=0.0 it is weighted ever so slightly above 0.0 so that small updates will still be made