Fix duplicate word occurrences in notebooks

This commit is contained in:
Jan Hrček
2024-07-30 11:16:30 +02:00
parent 5f16e0f9bc
commit c5fafbca97
11 changed files with 18 additions and 18 deletions

View File

@@ -31,7 +31,7 @@
"source": [
"# Gradient flow\n",
"\n",
"This notebook replicates some of the results in the the Borealis AI [blog](https://www.borealisai.com/research-blogs/gradient-flow/) on gradient flow. \n"
"This notebook replicates some of the results in the Borealis AI [blog](https://www.borealisai.com/research-blogs/gradient-flow/) on gradient flow. \n"
],
"metadata": {
"id": "ucrRRJ4dq8_d"
@@ -398,4 +398,4 @@
"outputs": []
}
]
}
}

View File

@@ -166,7 +166,7 @@
{
"cell_type": "markdown",
"source": [
"Routines to calculate the empirical and analytical NTK (i.e. the NTK with infinite hidden units) for the the shallow network"
"Routines to calculate the empirical and analytical NTK (i.e. the NTK with infinite hidden units) for the shallow network"
],
"metadata": {
"id": "mxW8E5kYIzlj"
@@ -1106,4 +1106,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}