text stringlengths 9 39.2M | dir stringlengths 25 226 | lang stringclasses 163
values | created_date timestamp[s] | updated_date timestamp[s] | repo_name stringclasses 751
values | repo_full_name stringclasses 752
values | star int64 1.01k 183k | len_tokens int64 1 18.5M |
|---|---|---|---|---|---|---|---|---|
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\input{../westernfonts}
\input{../plots}
\begin{document}
\manipulateSingleHiddenNeuron{999}{-400}{}
\end{document}
``` | /content/code_sandbox/images/high_weight_function.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 103 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage[default]{cjkfonts}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm},
font=\footnotesize
]
... | /content/code_sandbox/images/tikz16.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 692 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{math}
\begin{document}
\begin{tikzpicture}[
tick/.style={font=\scriptsize}
]
\draw (-6,0) -- (6,0);
\foreach \x in {-30, -20, -10, 0, 10, 20, 30}
\draw (\x / 5, 0) -- (\x / 5,... | /content/code_sandbox/images/narrow_gaussian.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 320 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=1.6mm}
]
\foreach \x in {0,...,27}
\foreach \y in {0,...,27}
... | /content/code_sandbox/images/tikz45.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 365 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=1.6mm}
]
\foreach \x in {0,...,27}
\foreach \y in {0,...,27... | /content/code_sandbox/images/tikz47.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 393 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm},
font=\footnotesize
]
\node(l0) [neuron] {};
\node(... | /content/code_sandbox/images/tikz27.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 1,031 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\quadraticCostLearning{0.6}{0.9}{0.15}{100}
\end{document}
``` | /content/code_sandbox/images/saturation1-100.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```postscript
%!PS-Adobe-3.0 EPSF-3.0
%%Title: /home/zhanggyb/regularized1.eps
%%Creator: matplotlib version 1.3.1, path_to_url
%%CreationDate: Wed Feb 17 11:25:05 2016
%%Orientation: portrait
%%BoundingBox: 13 175 598 616
%%EndComments
%%BeginProlog
/mpldict 8 dict def
mpldict begin
/m { moveto } bind def
/l { lineto ... | /content/code_sandbox/images/regularized1.eps | postscript | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 12,891 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\input{../plots}
\begin{document}
\manipulateDoubleBump{0.4}{0.6}{-1.2}{0.7}{0.9}{0.3}
\end{document}
``` | /content/code_sandbox/images/double_bump.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 114 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{decorations.pathreplacing}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm}
]
% leftmost neurons:
\foreach \y in {0,...,5}
... | /content/code_sandbox/images/tikz11.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 574 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage[default]{cjkfonts}
\input{../westernfonts}
\input{../plots}
\begin{document}
\manipulateSingleHiddenNeuron{8}{-4}{
}
\end{docu... | /content/code_sandbox/images/basic_manipulation.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 108 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=12mm}
]
\node (perceptron) at (0, 0) [neuron] {$3$};
\node (output) at (2.65, 0) {};
\node (... | /content/code_sandbox/images/tikz2.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 247 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\input{../plots}
\begin{document}
\manipulateDesignFunction{-1.1}{-1.4}{-0.3}{-1.0}{1.2}
\end{document}
``` | /content/code_sandbox/images/design_function_success.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 111 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\quadraticCostLearning{2.0}{2.0}{0.15}{150}
\end{document}
``` | /content/code_sandbox/images/saturation2-150.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{graphicx}
\usepackage[default]{cjkfonts}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm},
font=\footn... | /content/code_sandbox/images/tikz19.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 731 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\quadraticCostLearning{0.6}{0.9}{0.15}{50}
\end{document}
``` | /content/code_sandbox/images/saturation1-50.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning,math}
\input{../plots}
\begin{document}
\manipulateSoftmaxBars{2.5}{-1}{3.2}{2}
\end{document}
``` | /content/code_sandbox/images/softmax-1.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 86 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
view={-30}{15},
axis background/.style={fill=blue!5},
xlabel=... | /content/code_sandbox/images/tower.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 347 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\crossEntropyCostLearning{0.6}{0.9}{0.005}{50}
\end{document}
``` | /content/code_sandbox/images/saturation3-50.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\node (m1) [neuron] {};
\node (m0) [neuron,below=... | /content/code_sandbox/images/basic_network.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 271 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
width=6cm,
height=6cm,
xlabel={\norm... | /content/code_sandbox/images/failure.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 286 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\input{../plots}
\begin{document}
\manipulateFiveBumps{-0.3}{-1.3}{-0.5}{1.3}{-0.2}
\end{document}
``` | /content/code_sandbox/images/five_bumps.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 112 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage[default]{cjkfonts}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
[question/.style={rectangle,draw,minimum width=5cm,minimum height=1.5cm},font=\footnotesize]
\fore... | /content/code_sandbox/images/tikz14.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 432 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
%title={$x^2 + y^2$},
%3d box=complete,
grid=major,
axis background/.style={fill=blue!5},
xlabel=... | /content/code_sandbox/images/valley.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 265 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=1.6mm}
]
\foreach \x in {0,...,27}
\foreach \y in {0,...,27}
... | /content/code_sandbox/images/tikz42.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 173 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\foreach \y in {0,...,4}
\node (m\y) [neuron] a... | /content/code_sandbox/images/bigger_network.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 258 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning,math}
\input{../plots}
\begin{document}
\manipulateSoftmaxBars{2.5}{-1}{3.2}{0.5}
\end{document}
``` | /content/code_sandbox/images/softmax.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 88 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\crossEntropyCostLearning{0.6}{0.9}{0.005}{100}
\end{document}
``` | /content/code_sandbox/images/saturation3-100.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\begin{scope}
\node(n) [neuron... | /content/code_sandbox/images/bump_3d.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 714 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\crossEntropyCostLearning{2.0}{2.0}{0.005}{250}
\end{document}
``` | /content/code_sandbox/images/saturation4-250.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\draw[->] (-5,0) -- (5,0) node [right] {$z$};
\draw[->] (0,0) -- (0,4) node [above] {$\sigma (z)$};
\draw[orange,thick,domain=-5:5,s... | /content/code_sandbox/images/sigmoid.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 165 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\input{../plots}
\begin{document}
\manipulateTwoHNNetwork{0.40}{0.8}{0.60}{-0.8}
\end{document}
``` | /content/code_sandbox/images/bump_function.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 107 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\crossEntropyCostLearning{0.6}{0.9}{0.005}{200}
\end{document}
``` | /content/code_sandbox/images/saturation3-200.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\quadraticCostLearning{0.6}{0.9}{0.15}{200}
\end{document}
``` | /content/code_sandbox/images/saturation1-200.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\begin{document}
\begin{tikzpicture}[
tick/.style={font=\footnotesize}
]
\draw (-5,0) -- (5,0);
\foreach \x in {-4, -3, -2, -1, 0, 1, 2, 3, 4}
\draw (\x, 0) -- (\x, -0.1) node[tick,below]{... | /content/code_sandbox/images/step_function.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 352 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=6mm}
]
\foreach \y in {0,...,7}
\node(i\y) [neuron] at (0,\y * 0... | /content/code_sandbox/images/tikz41.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 572 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\input{../plots}
\begin{document}
\manipulateRamping{6}{-3}
\end{document}
``` | /content/code_sandbox/images/ramping.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 93 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\crossEntropyCostLearning{0.6}{0.9}{0.005}{0}
\end{document}
``` | /content/code_sandbox/images/saturation3-0.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\input{../plots}
\begin{document}
\createTiGraphSurf{100}{-37}
\end{document}
``` | /content/code_sandbox/images/ti_graph-4.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 83 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\input{../plots}
\begin{document}
\manipulateTowerConstruction{10.0}{-15}
\end{document}
``` | /content/code_sandbox/images/tower_construction_2.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 84 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
\node (up) {
$\frac{\partial C}{\partial b_1} = \sigma'(z_1)
\overbrace{w_2 \sigma'(z_2)}^{< \frac{1}{4}}
\ov... | /content/code_sandbox/images/tikz39.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 302 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
width=7cm,
height=7cm,
xlabel={\norm... | /content/code_sandbox/images/inverted_function.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 289 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage[default]{cjkfonts}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm},
font=\footnotesize
]
... | /content/code_sandbox/images/tikz18.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 496 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\node(n) [neuron] {};
\node(s2) [left=of n,neuron,ys... | /content/code_sandbox/images/tower_n_dim.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 499 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\quadraticCostLearning{2.0}{2.0}{0.15}{100}
\end{document}
``` | /content/code_sandbox/images/saturation2-100.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning,decorations.pathreplacing}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=5mm},
font=\footnotesize
]
% leftmost ... | /content/code_sandbox/images/tikz13.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 685 |
```postscript
%!PS-Adobe-3.0 EPSF-3.0
%%Title: /home/zhanggyb/multiple_eta.eps
%%Creator: matplotlib version 1.3.1, path_to_url
%%CreationDate: Wed Feb 17 11:52:16 2016
%%Orientation: portrait
%%BoundingBox: 13 175 598 616
%%EndComments
%%BeginProlog
/mpldict 9 dict def
mpldict begin
/m { moveto } bind def
/l { lineto ... | /content/code_sandbox/images/multiple_eta.eps | postscript | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 13,266 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
inputlayer/.style={rectangle,draw,fill=white,inner sep=0pt,minimum size=40mm},
hiddenlayer/.style={rectangle,draw,fill=white,inne... | /content/code_sandbox/images/tikz49.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 664 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm},
font=\footnotesize
]
\node(l0) [neuron] {};
\node(... | /content/code_sandbox/images/tikz23.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 697 |
```postscript
%!PS-Adobe-3.0 EPSF-3.0
%%Title: /home/zhanggyb/figure_1.eps
%%Creator: matplotlib version 1.3.1, path_to_url
%%CreationDate: Wed Mar 16 10:49:59 2016
%%Orientation: portrait
%%BoundingBox: 13 175 598 616
%%EndComments
%%BeginProlog
/mpldict 8 dict def
mpldict begin
/m { moveto } bind def
/l { lineto } bi... | /content/code_sandbox/images/training_speed_2_layers.eps | postscript | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 18,269 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\draw[->] (-5,0) -- (5,0) node [right] {$z$};
\draw[->] (0,0) -- (0,4) node [above] {$s(z)$};
\draw[orange,thick,domain=-5:5,samples... | /content/code_sandbox/images/sigmoid_like.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 184 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning,decorations.pathreplacing}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=5mm},
font=\footnotesize
]
% leftmost la... | /content/code_sandbox/images/tikz12.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 602 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\foreach \y in {0,...,4}
\node (m\y) [neuron] a... | /content/code_sandbox/images/vector_valued_network.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 405 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\begin{document}
\begin{tikzpicture}[
tick/.style={font=\footnotesize}
]
\draw (-5,0) -- (5,0);
\foreach \x in {-4, -3, -2, -1, 0, 1, 2, 3, 4}
\draw (\x, 0) -- (\x, -0.1) node[tick,below]{$\x... | /content/code_sandbox/images/sigmoid_function.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 351 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage[default]{cjkfonts}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm},
font=\footnotesize
]
... | /content/code_sandbox/images/tikz17.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 535 |
```tex
% cjkfonts.sty
%
% A XeLaTeX package for typesetting CJK documents.
%
% Options:
% default: boolean option, cjkfonts is set as the default font family and as the sans serif family for CJK text.
% Identification
% ==============
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{cjkfonts}[2015/12/12 A simple XeLaTeX pa... | /content/code_sandbox/images/cjkfonts.sty | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 1,527 |
```postscript
%!PS-Adobe-3.0 EPSF-3.0
%%Title: /home/zhanggyb/more_data2.eps
%%Creator: matplotlib version 1.3.1, path_to_url
%%CreationDate: Thu Feb 18 08:56:14 2016
%%Orientation: portrait
%%BoundingBox: 13 175 598 616
%%EndComments
%%BeginProlog
/mpldict 8 dict def
mpldict begin
/m { moveto } bind def
/l { lineto } ... | /content/code_sandbox/images/more_data_log.eps | postscript | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 15,915 |
```postscript
%!PS-Adobe-3.0 EPSF-3.0
%%Title: /home/zhanggyb/overfitting2.eps
%%Creator: matplotlib version 1.3.1, path_to_url
%%CreationDate: Wed Feb 17 11:18:50 2016
%%Orientation: portrait
%%BoundingBox: 13 175 598 616
%%EndComments
%%BeginProlog
/mpldict 8 dict def
mpldict begin
/m { moveto } bind def
/l { lineto ... | /content/code_sandbox/images/overfitting2.eps | postscript | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 13,933 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm},
font=\footnotesize
]
\node (b0) [neuron] {};
\forea... | /content/code_sandbox/images/tikz37.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 282 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\quadraticCostLearning{2.0}{2.0}{0.15}{0}
\end{document}
``` | /content/code_sandbox/images/saturation2-0.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\crossEntropyCostLearning{0.6}{0.9}{0.005}{150}
\end{document}
``` | /content/code_sandbox/images/saturation3-150.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
%title={$x^2 + y^2$},
%3d box=complete,
grid=major,
axis background/.style={fill=blue!5},
xlabel=... | /content/code_sandbox/images/valley_with_ball.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 349 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm}
]
% leftmost neutrons:
\node (pl1) at (-2.25, 1.25) [neuron] {};
\node (pl2) at (-2.25... | /content/code_sandbox/images/tikz10.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 554 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\crossEntropyCostLearning{2.0}{2.0}{0.005}{150}
\end{document}
``` | /content/code_sandbox/images/saturation4-150.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```postscript
%!PS-Adobe-3.0 EPSF-3.0
%%Title: /home/zhanggyb/overfitting1.eps
%%Creator: matplotlib version 1.3.1, path_to_url
%%CreationDate: Wed Feb 17 11:18:37 2016
%%Orientation: portrait
%%BoundingBox: 13 175 598 616
%%EndComments
%%BeginProlog
/mpldict 8 dict def
mpldict begin
/m { moveto } bind def
/l { lineto ... | /content/code_sandbox/images/overfitting1.eps | postscript | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 11,951 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\input{../plots}
\begin{document}
\manipulateTwoHNNetwork{0.4}{0.6}{0.6}{1.2}
\end{document}
``` | /content/code_sandbox/images/two_hn_network.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 106 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\quadraticCostLearning{0.6}{0.9}{0.15}{0}
\end{document}
``` | /content/code_sandbox/images/saturation1-0.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=1.6mm}
]
\foreach \x in {0,...,27}
\foreach \y in {0,...,27}
... | /content/code_sandbox/images/tikz43.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 298 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage[default]{cjkfonts}
\input{../westernfonts}
\input{../plots}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
xlabel={... | /content/code_sandbox/images/create_ramping.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 502 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
inputlayer/.style={rectangle,draw,fill=white,inner sep=0pt,minimum size=40mm},
hiddenlayer/.style={rectangle,draw,fill=white,inne... | /content/code_sandbox/images/tikz48.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 541 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\begin{axis}[
view={-30}{1... | /content/code_sandbox/images/many_towers_2.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 297 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=6mm},
font=\footnotesize
]
% input layer:
\foreach \y in {0,..... | /content/code_sandbox/images/tikz35.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 406 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\crossEntropyCostLearning{2.0}{2.0}{0.005}{300}
\end{document}
``` | /content/code_sandbox/images/saturation4-300.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{math}
\begin{document}
\begin{tikzpicture}[
tick/.style={font=\scriptsize}
]
\draw[->] (0,0) -- (5,0) node [right] {$x$};
\draw[->] (0,0) -- (0,5) node [left] { };
\node[above... | /content/code_sandbox/images/function.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 259 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning,math}
\input{../plots}
\begin{document}
\manipulateSoftmaxBars{2.5}{-1}{3.2}{5}
\end{document}
``` | /content/code_sandbox/images/softmax-2.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 86 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\quadraticCostLearning{2.0}{2.0}{0.15}{300}
\end{document}
``` | /content/code_sandbox/images/saturation2-300.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm},
font=\footnotesize
]
\node (b0) [neuron] {};
\forea... | /content/code_sandbox/images/tikz38.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 379 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage[default]{cjkfonts}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
axis lines=left,
xscale=1.5,
% xlabe... | /content/code_sandbox/images/sigmoid_prime_graph.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 321 |
```postscript
%!PS-Adobe-3.0 EPSF-3.0
%%Title: /home/zhanggyb/weight_initialization_30.eps
%%Creator: matplotlib version 1.3.1, path_to_url
%%CreationDate: Wed Feb 17 12:01:28 2016
%%Orientation: portrait
%%BoundingBox: 13 175 598 616
%%EndComments
%%BeginProlog
/mpldict 8 dict def
mpldict begin
/m { moveto } bind def
... | /content/code_sandbox/images/weight_initialization_30.eps | postscript | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 13,860 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\begin{scope}
\node(n) [neuron... | /content/code_sandbox/images/xy_bump.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 974 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\input{../plots}
\begin{document}
\manipulateTowerConstruction{0.30}{-0.5}
\end{document}
``` | /content/code_sandbox/images/tower_construction.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 86 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\node (perceptron) at (0, 0) [neuron] {};
\node (output) at (2.25, 0) {\ output};
\... | /content/code_sandbox/images/tikz9.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 255 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{decorations.pathreplacing}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm}
]
% left layers:
\foreach \y in {0,...,2}
... | /content/code_sandbox/images/tikz30.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 369 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=6mm}
]
\foreach \y in {0,...,7}
\node(i\y) [neuron] at (0,\y * 0... | /content/code_sandbox/images/tikz40.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 572 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds,math}
\input{../plots}
\begin{document}
\quadraticCostLearning{0.6}{0.9}{0.15}{150}
\end{document}
``` | /content/code_sandbox/images/saturation1-150.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 94 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\node (l0) [neuron] {$x$};
\node (m0) [neuron,rig... | /content/code_sandbox/images/two_hidden_neurons.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 265 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\begin{scope}
\node(n) [neuron... | /content/code_sandbox/images/bump_3d_y.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 734 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\begin{scope}
\node(n) [neuron... | /content/code_sandbox/images/y_step.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 448 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=10mm}
]
\begin{scope}
\node(n) [neuron... | /content/code_sandbox/images/ti_graph_redux.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 448 |
```postscript
%!PS-Adobe-3.0 EPSF-3.0
%%Title: /home/zhanggyb/overfitting4.eps
%%Creator: matplotlib version 1.3.1, path_to_url
%%CreationDate: Wed Feb 17 11:17:29 2016
%%Orientation: portrait
%%BoundingBox: 13 175 598 616
%%EndComments
%%BeginProlog
/mpldict 8 dict def
mpldict begin
/m { moveto } bind def
/l { lineto ... | /content/code_sandbox/images/overfitting4.eps | postscript | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 13,743 |
```postscript
%!PS-Adobe-3.0 EPSF-3.0
%%Title: /home/zhanggyb/weight_initialization_100.eps
%%Creator: matplotlib version 1.3.1, path_to_url
%%CreationDate: Wed Feb 17 12:01:07 2016
%%Orientation: portrait
%%BoundingBox: 13 175 598 616
%%EndComments
%%BeginProlog
/mpldict 8 dict def
mpldict begin
/m { moveto } bind def... | /content/code_sandbox/images/weight_initialization_100.eps | postscript | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 13,859 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}[
inputlayer/.style={rectangle,draw,fill=white,inner sep=0pt,minimum size=40mm},
hiddenlayer/.style={rectangle,draw,fill=white,inne... | /content/code_sandbox/images/tikz46.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 326 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\input{../plots}
\begin{document}
\createTiGraphSurf{100}{-5}
\end{document}
``` | /content/code_sandbox/images/ti_graph-2.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 83 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=8mm},
font=\footnotesize
]
\node(l0) [neuron] {};
\node(... | /content/code_sandbox/images/tikz26.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 696 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\input{../plots}
\begin{document}
\manipulateDesignFunction{0.7}{-0.5}{1.2}{1.2}{0.8}
\end{document}
``` | /content/code_sandbox/images/design_function.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 109 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage{pgfplots}
\usetikzlibrary{positioning}
\input{../plots}
\begin{document}
\createTiGraphSurf{100}{-21}
\end{document}
``` | /content/code_sandbox/images/ti_graph-3.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 83 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{positioning,math}
\input{../plots}
\begin{document}
\manipulateSoftmaxBars{2.5}{-1}{3.2}{-2}
\end{document}
``` | /content/code_sandbox/images/softmax-3.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 87 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{cjkfonts}
\input{../westernfonts}
\begin{document}
\begin{tikzpicture}[
neuron/.style={circle,draw,inner sep=0pt,minimum size=20mm},
font=\footnotesi... | /content/code_sandbox/images/initial_gradient.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 1,032 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usetikzlibrary{calc,positioning}
\usepackage{pgfplots}
\usepackage{cjkfonts}
\input{../plots}
\begin{document}
\manipulateBumpFunction{0.4}{0.6}{0.6}
\end{document}
``` | /content/code_sandbox/images/bump_fn.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 101 |
```tex
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,tikz,border=1]{standalone}
\usepackage[default]{cjkfonts}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
[subquestion/.style={rectangle,draw,minimum width=4cm,minimum height=1.5cm},
mainquestion/.style={... | /content/code_sandbox/images/tikz15.tex | tex | 2016-01-20T08:40:07 | 2024-08-15T16:40:43 | nndl | zhanggyb/nndl | 1,208 | 328 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.