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

Implement Support for Advanced Optimizers #8

Open ravin-d-27 opened 1 month ago

ravin-d-27 commented 1 month ago

Add support for advanced optimization algorithms like Adam, RMSprop, and AdaGrad to enhance the convergence speed and improve performance on complex datasets.

Objective:
Enable users to select from multiple optimizers to better suit their model training needs.

Implementation Suggestions:

Abhinavexists commented 1 month ago

i can work on this .

ravin-d-27 commented 1 month ago

Hi @Abhinavks1405 . Thank you for your interest. I am assigning this issue to you.

ravin-d-27 commented 1 month ago

Hi @Abhinavks1405, can you let me know your status?

Abhinavexists commented 1 month ago

@ravin-d-27 , Hi i am currently working on advance optimisers right now but it is taking time .

ravin-d-27 commented 1 month ago

That's great @Abhinavks1405 👍😃

Abhinavexists commented 1 month ago

@ravin-d-27 currently added optimizers.py and trying to make them work with model and main.py

ravin-d-27 commented 1 month ago

Thanks for the update @Abhinavks1405 ! Please take your time 🙂

ravin-d-27 commented 1 month ago

Hi @Abhinavks1405 ! Could you please let me know your status?

Abhinavexists commented 1 month ago

was working on in , resolving issues with how optimizer file was interacting with rest of model.py and device.py

ravin-d-27 commented 1 month ago

Thanks for the update! Please remember to pull the main branch and start working on..