Training using Mpyc #52
imtiyazuddin
started this conversation in
General
Replies: 1 comment
-
There are some demos involving training namely for ID3 decision trees and for ridge regression. But for neural networks training is not covered yet. To implement back propagation requires some nontrivial changes. But I guess it can be done using the available support for secure NumPy in MPyC, as used in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have seen examples of inference in the code base, however what changes will I need to do to use it for training (with back propagation etc) , is there any example for it ?
Beta Was this translation helpful? Give feedback.
All reactions