应用本人的数据集

homo场景: https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...
hetero场景:https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...

速记:在federatedml/nn/dataset退出本人的数据集.py

应用本人的模型

homo场景:https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...
hetero须要自定义upper layer和bottom layer的模型,所以自带customization。

速记:在federatedml/nn/model_zoo退出本人的模型.py

应用本人的loss

https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...

本人管制训练过程

homo场景 basic:https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...
homo场景高度定制:https://fate.readthedocs.io/en/latest/tutorial/pipeline/nn_tu...