exercice 4

This commit is contained in:
2025-01-15 16:34:18 +01:00
parent ba42bd6f3b
commit 9f681902db
2 changed files with 33 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

View File

@@ -140,10 +140,42 @@
"| 19 | 0.12004 | 74.97214 |"
]
},
{
"cell_type": "markdown",
"id": "c9fed1c7-6c60-4589-8086-3f8fefec8fca",
"metadata": {},
"source": [
"# Exercice 4 :\n",
"## 1)\n",
"![image](Illustration_sans_titre.png)"
]
},
{
"cell_type": "markdown",
"id": "04ea9f05-9b2d-43a9-86bf-afa9f17f0336",
"metadata": {},
"source": [
"## 2)\n",
"\n",
"data : 01 11 10 00\n",
"\n",
"| _ | 01 | 11 | 10 | 00 |\n",
"| :--------------- |:---------------:| -----:| -----:| -----:|\n",
"| W0 | 2 | 1 | 1 | 0 |\n",
"| W1 | 0 | 0 | 0 | 1 |\n",
"| W2 | 0 | 1 | 1 | 1 |\n",
"| RF |-2 | 0 | -1 | 0 |\n",
"| RO | 0 | 0 | 0 | 0 |\n",
"| RA | 1 | 0 | 1 | 0 |\n",
"| W0' | 2+(1-0)*-1 = 1 | 1 | 1+(1-0)*-1 = 0 | 0 |\n",
"| W1' | 0+(1-0)*0 = 0 | 0 | 0+(1-0)*1 = 1 | 1 |\n",
"| W2' | 0+(1-0)*1 = 1 | 1 | 1+(1-0)*0 = 1 | 1 |"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d86080eb-bab5-4a25-bf98-2446840313f6",
"id": "d205f2d3-a9cb-4c8b-964d-a25f18f793d3",
"metadata": {},
"outputs": [],
"source": []