exercice 4
This commit is contained in:
BIN
TP04/Illustration_sans_titre.png
Normal file
BIN
TP04/Illustration_sans_titre.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
@@ -140,10 +140,42 @@
|
|||||||
"| 19 | 0.12004 | 74.97214 |"
|
"| 19 | 0.12004 | 74.97214 |"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"id": "c9fed1c7-6c60-4589-8086-3f8fefec8fca",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"# Exercice 4 :\n",
|
||||||
|
"## 1)\n",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
"id": "d86080eb-bab5-4a25-bf98-2446840313f6",
|
"id": "d205f2d3-a9cb-4c8b-964d-a25f18f793d3",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": []
|
"source": []
|
||||||
|
Reference in New Issue
Block a user