Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d4d65b6

Browse files
committed
updated perceptron learing
1 parent 414191e commit d4d65b6

File tree

5 files changed

+413
-36
lines changed

5 files changed

+413
-36
lines changed

‎notebooks/Perceptron Learning in Python.ipynb‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,16 @@
347347
"cell_type": "markdown",
348348
"metadata": {},
349349
"source": [
350-
"This particular activation function is of course not differentiable, and it remains to be shown that the weights can be learned, but nevertheless, a single unit can be identified that solves the XOR problem.\n",
350+
"![Indicator function not differentiable](img/non-differentiable-function_1_0.png \"\")"
351+
]
352+
},
353+
{
354+
"cell_type": "markdown",
355+
"metadata": {},
356+
"source": [
357+
"This particular activation function is of course not differentiable, which means that we cannot compute the gradient in this case at $x=0.5,ドル and thus we cannot compute the gradient descent necessary for weight optimization in backpropagation. It remains to be shown that the weights can be learned. Nevertheless, a single unit can be identified that solves the XOR problem, if the decision function is not binary or piecewise linear.\n",
351358
"\n",
352-
"The difference between Minsky and Papert's (1969) definition of a perceptron and this unit is that - as Julia Hockenmaier pointed out - a perceptron is defined to have a decision function that would be binary and piecewise linear. This means that the unit that solves the XOR problem is not compatible with the definition of perceptron as in Minsky and Papert (1969) (p.c. Julia Hockenmaier)."
359+
"The difference between Minsky and Papert's (1969) definition of a perceptron and this unit is that - as Julia Hockenmaier pointed out - a perceptron is defined to have a decision function that would be binary and piecewise linear. This means that the unit above that solves the XOR problem is not compatible with the definition of perceptron as in Minsky and Papert (1969) (p.c. Julia Hockenmaier)."
353360
]
354361
},
355362
{

‎notebooks/Scikitlearn_logistic_regression.ipynb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@
11811181
"name": "python",
11821182
"nbconvert_exporter": "python",
11831183
"pygments_lexer": "ipython3",
1184-
"version": "3.13.7"
1184+
"version": "3.12.3"
11851185
}
11861186
},
11871187
"nbformat": 4,
32.7 KB
Loading[フレーム]

‎notebooks/openai_vectors.ipynb‎

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /