Skip to content

Commit 9ef1747

Browse files
committed
.
1 parent bb6f33a commit 9ef1747

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project01 Differentiate between Image of Plus n Cross.ipynb

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"\n",
1212
"\n",
1313
"# Algorithm:\n",
14-
"1. Error at Output Layer = (Out_exp - Oct_pre)*Oct_pre*(1 - Oct_pre)\n",
15-
"2. Re calculate Weight = Weight + learning*error*input\n",
16-
"3. Error at Hidden Layer = w_11*error1 + w_12*error2 \n"
14+
"1. Error at Output Layer = (Out_exp - Oct_pre) * Oct_pre * (1 - Oct_pre)\n",
15+
"2. Re calculate Weight = Weight + learning * error* input\n",
16+
"3. Error at Hidden Layer = w_11 * error1 + w_12 * error2 \n"
1717
]
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 58,
21+
"execution_count": 1,
2222
"metadata": {
2323
"scrolled": false
2424
},
@@ -28,9 +28,9 @@
2828
"output_type": "stream",
2929
"text": [
3030
"Giving input as cross\n",
31-
"0.12064109136666051 0.8835900282639224\n",
31+
"0.11537446108962761 0.8877307596037532\n",
3232
"Giving input as plus\n",
33-
"0.8797166009924422 0.1166979740742954\n"
33+
"0.8777119697824838 0.1199768847995574\n"
3434
]
3535
}
3636
],

0 commit comments

Comments
 (0)