Skip to content

Commit

Permalink
docs: First steps with federated learning
Browse files Browse the repository at this point in the history
  • Loading branch information
paudefuente committed Sep 16, 2024
1 parent 8674e74 commit 334bf0f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"# **FEDERATED LEARNING**\n",
"---"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"En esta sección se explicarán una breve introducción, notas, etc. de Federated Learning. Se comenzará definiendo qué es y como se puede utilizar (casos de uso).\n",
"\n",
"Los primeros enlaces de interés para este documento son los siguientes:\n",
"\n",
"- Federated Learning Wiki, Wikipedia -> [here](https://en.wikipedia.org/wiki/Federated_learning)\n",
"- What is Federated Learning? Blog, IBM -> [here](https://research.ibm.com/blog/what-is-federated-learning)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Empty file.

0 comments on commit 334bf0f

Please # to comment.