Closed ravin-d-27 closed 1 month ago
I’d like to take this on. I have a good understanding of the code and have contributed before. Could you please assign it to me?
Thanks for your interest ! Sure!
@G0v1ndD3v , please pull the changes before start to working on, because I have made some changes in the code.
Will do, thanks for the heads up!
Create a new Python file that implements both L2 regularization and dropout, giving users the flexibility to enable or disable these features by adjusting parameters. Ensure all relevant parameters are included for customization.
Verify that the model continues to learn effectively after adding L2 and dropout layers, and thoroughly test the implementation using at least two datasets from the
datasets
folder before submitting a pull request (PR).