Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e79b622f authored by Santiago's avatar Santiago
Browse files

Added Initial material

parent 74f9d762
No related branches found
No related tags found
No related merge requests found
- file: README - file: README
- file: 01-federated-averaging title: Welcome
\ No newline at end of file
- part: Federated Learning
chapters:
- file: federated_learning/introduction.md
- file: federated_learning/FedAvg_FedProx_MNISt_iid_and_nidd.ipynb
title: FedAVG and FedProx
- file: federated_learning/federated_mcvae.ipynb
title: Federated VAEs
- part: Heterogeneous Data
chapters:
- file: heterogeneous_data/introduction.md
- file: heterogeneous_data/multivariate_models_v1_7.ipynb
title: "Example: Latent analysis"
# - part: federated Learning
# chapters:
# - file: federated_learning/introduction.md
\ No newline at end of file
This diff is collapsed.
%% Cell type:markdown id: tags: %% Cell type:markdown id: tags:
# Federated Aveaging # Example: Federated learning using variational autoencoders
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
import torch
from copy import deepcopy
``` ```
......
# Introduction
Introduction to federated learning...
\ No newline at end of file
# Introduction to heterogeneous data
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment