EnvisEdge icon indicating copy to clipboard operation
EnvisEdge copied to clipboard

🚀 Feature: Implement Regression for federated Learning

Open ramesht007 opened this issue 4 years ago • 3 comments

🔖 Feature description

We need to implement Regression for Federated learning. You can go through this link to get better understanding.

Location: You can create module in here under the name regression.

You can implement utilities methods in a utils class. example:

class utils:
  def get_model_parameters():
    pass
  def set_model_params():
    pass
  def set_initial_params():
    pass
  def load_mnist():
    pass
  def partition():
    pass

🎤 Pitch

Currently, we only have one model(DLRM) for running our experiments. We need more machine learning and deep learning model implementations for our FL use case.

📖 Additional Content

No response

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

ramesht007 avatar Jan 09 '22 15:01 ramesht007

This is a medium difficulty task. Please discuss the your approach before taking up this issue. You can propose your approach to us on our discord server. thanks

ramesht007 avatar Jan 09 '22 15:01 ramesht007

Hey, I want to take this issue. Please assign it if possible. Thank You!!

kaiserliche avatar Jan 10 '22 12:01 kaiserliche

Done, Thanks for showing interest.

ramesht007 avatar Jan 10 '22 12:01 ramesht007