Add new Jupyter notebooks for ResNet and CNN exercises; update execution counts in existing notebooks

This commit is contained in:
2025-11-05 17:09:58 +01:00
parent 5f65cabaac
commit f5364b07f3
7 changed files with 480 additions and 67 deletions

View File

@@ -18662,7 +18662,7 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": null,
"id": "bb7eaef1",
"metadata": {},
"outputs": [
@@ -33771,7 +33771,7 @@
"source": [
"fig = px.histogram(data_set, x=\"FREQUENCE_PAIEMENT_COTISATION\")\n",
"\n",
"fig.show()\n"
"fig.show()"
]
},
{