Open
Description
System information
- TensorFlow.js version (you are using): 4.12.0
- Are you willing to contribute it (Yes/No): No
Describe the feature and the current behavior/state.
Added support for activity regularization. Currently, layers contain an activityRegularizer
property, but on invocation throw NotImplementedError: Layer invocation in the presence of activity regularizer(s) is not supported yet.
Will this change the current api? How?
No, because the activityRegularizer
property already exists in the API. Only an implementation needs to be added.
Who will benefit with this feature?
It could help anyone trying to regularize their neural networks as it provides another type of regularization they can use.
Any Other info.
Nothing I can think of.