diff --git a/docs/tutorial/convolution.md b/docs/tutorial/convolution.md new file mode 100644 index 00000000..a8bd0e65 --- /dev/null +++ b/docs/tutorial/convolution.md @@ -0,0 +1,4 @@ +--- +layout: default +--- +# Caffeinated Convolution diff --git a/docs/tutorial/data.md b/docs/tutorial/data.md new file mode 100644 index 00000000..de2d5526 --- /dev/null +++ b/docs/tutorial/data.md @@ -0,0 +1,4 @@ +--- +layout: default +--- +# Data: Ins and Outs diff --git a/docs/tutorial/forward_backward.md b/docs/tutorial/forward_backward.md new file mode 100644 index 00000000..52376e6a --- /dev/null +++ b/docs/tutorial/forward_backward.md @@ -0,0 +1,4 @@ +--- +layout: default +--- +# The Forward / Backward Passes diff --git a/docs/tutorial/layers.md b/docs/tutorial/layers.md new file mode 100644 index 00000000..de2d5526 --- /dev/null +++ b/docs/tutorial/layers.md @@ -0,0 +1,4 @@ +--- +layout: default +--- +# Data: Ins and Outs diff --git a/docs/tutorial/loss.md b/docs/tutorial/loss.md new file mode 100644 index 00000000..59c626dc --- /dev/null +++ b/docs/tutorial/loss.md @@ -0,0 +1,4 @@ +--- +layout: default +--- +# Loss diff --git a/docs/tutorial/net_layer_blob.md b/docs/tutorial/net_layer_blob.md new file mode 100644 index 00000000..0d8cc4b4 --- /dev/null +++ b/docs/tutorial/net_layer_blob.md @@ -0,0 +1,4 @@ +--- +layout: default +--- +# Nets, Layers, and Blobs: anatomy of a Caffe model diff --git a/docs/tutorial/solver.md b/docs/tutorial/solver.md new file mode 100644 index 00000000..d6a95b42 --- /dev/null +++ b/docs/tutorial/solver.md @@ -0,0 +1,4 @@ +--- +layout: default +--- +# Solving