Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-10-29 19:53:14 +01:00
parent 61cc00c973
commit eab43866c3
2 changed files with 49 additions and 20 deletions

View File

@@ -172,12 +172,12 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"n_epochs = 5\n",
"batch_size = 32\n",
"n_epochs = 30\n",
"batch_size = 256\n",
"learning_rates = [10 ** (-power) for power in range(1, 4)]\n",
"lambda_l2_values = [0.001, 0.01, 0.1]\n",
"\n",

File diff suppressed because one or more lines are too long