Idoia Gamiz
unread,Apr 28, 2021, 4:49:52 AM4/28/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SPDZ/SCALE-MAMBA Discussion Group
Hi! I have some doubts about theoretical terms. I use scale-mamba in order to train machine learning algorithms in this way:
1- From each player "i" I collect the data that will be used to train the algorithm: X_train_i, y_train_i.
2- I join all the X_train_i and all the y_train_i in the same matrices: X_train, y_train.
3- I use these joint matrices to train my algorithm and update the weights by gradient descent.
By its definition Federated Learning usually consists in giving the model to each party and each party calculating its own weights, and then putting all this weights together. It is not exactly my case.
Some also consider that when you apply multiparty to train a machine learning algorithm it is actually federated learning, (which is what I consider I am doing). Is it correct?
Thank you in advance.