From 3dff85382e4a587a98b25d51596289abbdd37530 Mon Sep 17 00:00:00 2001 From: Gene Kogan Date: Fri, 11 Mar 2016 06:13:00 -0500 Subject: [PATCH] fixed bug in mnist demo --- Gemfile | 2 +- _includes/video.html | 6 + _layouts/default.html | 22 +- _posts/2016-01-02-introduction.md | 22 +- _posts/2016-01-03-machine-learning.md | 142 +++++++-- _posts/2016-01-04-neural_networks.md | 154 ++++----- ...6-01-05-how_neural_networks_are_trained.md | 158 ---------- .../2016-01-05-looking_inside_neural_nets.md | 86 +++++ ...6-01-06-how_neural_networks_are_trained.md | 295 ++++++++++++++++++ _posts/2016-01-07-ofxLearn.md | 11 + _posts/2016-01-08-wekinator.md | 27 ++ _posts/2016-02-02-convnets.md | 17 +- _posts/2016-02-03-deepdream.md | 10 + _posts/2016-02-04-style_transfer.md | 53 ++++ _posts/2016-03-01-ethics.md | 101 +++++- _posts/2016-04-01-nlp.md | 30 +- _posts/2016-09-01-acknowledgments.md | 33 ++ images/lin_classifier_2d.png | Bin 0 -> 14371 bytes images/network.png | Bin 0 -> 50490 bytes images/out.mp4 | Bin 0 -> 377234 bytes images/relu.png | Bin 0 -> 16990 bytes images/sigmoid.png | Bin 0 -> 16243 bytes images/video.mp4 | Bin 0 -> 57050 bytes images/video.webm | Bin 0 -> 113661 bytes 24 files changed, 896 insertions(+), 273 deletions(-) create mode 100644 _includes/video.html delete mode 100644 _posts/2016-01-05-how_neural_networks_are_trained.md create mode 100644 _posts/2016-01-05-looking_inside_neural_nets.md create mode 100644 _posts/2016-01-06-how_neural_networks_are_trained.md create mode 100644 _posts/2016-01-07-ofxLearn.md create mode 100644 _posts/2016-01-08-wekinator.md create mode 100644 _posts/2016-02-03-deepdream.md create mode 100644 _posts/2016-02-04-style_transfer.md create mode 100644 _posts/2016-09-01-acknowledgments.md create mode 100644 images/lin_classifier_2d.png create mode 100644 images/network.png create mode 100644 images/out.mp4 create mode 100644 images/relu.png create mode 100644 images/sigmoid.png create mode 100644 images/video.mp4 create mode 100644 images/video.webm diff --git a/Gemfile b/Gemfile index c5d8e46..4a9d77f 100644 --- a/Gemfile +++ b/Gemfile @@ -1 +1 @@ -gem 'github-pages' \ No newline at end of file +gem 'github-pages' diff --git a/_includes/video.html b/_includes/video.html new file mode 100644 index 0000000..4e5e71f --- /dev/null +++ b/_includes/video.html @@ -0,0 +1,6 @@ +{::nomarkdown} + +{:/nomarkdown} diff --git a/_layouts/default.html b/_layouts/default.html index 3de50c1..2933219 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,8 +3,28 @@ {{ page.title }} - + + + + + + + + + + + +