ravin-d-27 / PyDeepFlow

This is my own Deep Learning Package, optimized for performing Deep Learning Tasks and easy to learn and integrate into projects.
https://pypi.org/project/pydeepflow/
MIT License
18 stars 8 forks source link

Add Regularization Techniques #3

Closed ravin-d-27 closed 1 month ago

ravin-d-27 commented 1 month ago

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).

G0v1ndD3v commented 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?

ravin-d-27 commented 1 month ago

Thanks for your interest ! Sure!

ravin-d-27 commented 1 month ago

@G0v1ndD3v , please pull the changes before start to working on, because I have made some changes in the code.

G0v1ndD3v commented 1 month ago

Will do, thanks for the heads up!