diff --git a/w06/net.pdf b/w06/net.pdf new file mode 100644 index 0000000..c46a175 Binary files /dev/null and b/w06/net.pdf differ diff --git a/w06/net.svg b/w06/net.svg new file mode 100644 index 0000000..44c9731 --- /dev/null +++ b/w06/net.svg @@ -0,0 +1,519 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + x1 + x2 + u2 + u1 + u3 + u4 + u5 + 1 + 1 + -1 + -1 + 1 + 1 + 1 + 1 + 2 + -2 + 1 + 1 + 1 + + diff --git a/w06/w06.tex b/w06/w06.tex index e3c9783..781583a 100644 --- a/w06/w06.tex +++ b/w06/w06.tex @@ -99,6 +99,26 @@ \hline \end{tabular} \end{question} + + My network is shown below. Weights are labeled next to their edges, and + $\sigma$ values are labeled above their units. Since $x_2$ provides no + additional information, I left it out of my network! + \begin{center} + \includegraphics[width=0.6\textwidth]{net.pdf} + \end{center} + + Propagated examples: \\ + + \begin{tabular}{|rr|rrrrr|} + \hline + $x_1$ & $x_2$ & $u_1$ & $u_2$ & $u_3$ & $u_4$ & $u_5$ \\ + \hline + -4 & -4 & -1 & -1 & 1 & -1 & -1 \\ + -1 & -1 & -1 & 1 & -1 & -1 & 1 \\ + 1 & 1 & -1 & 1 & -1 & -1 & 1 \\ + 4 & 4 & 1 & 1 & -1 & 1 & -1 \\ + \hline + \end{tabular} \end{problem} \begin{problem}{4}