From 8c6f720684fd70d0f45fbba0c8c97c86ebcc0eb5 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 18:51:27 -0400 Subject: [PATCH] Fixed typographical error, changed arbitary to arbitrary in README. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a999c151..ae5da23c 100644 --- a/Readme.md +++ b/Readme.md @@ -20,7 +20,7 @@ For much more information, see the main page at [convnetjs.com](http://convnetjs - [Deep Q Learning Reinforcement Learning demo](http://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html) - [Image Regression ("Painting")](http://cs.stanford.edu/~karpathy/convnetjs/demo/image_regression.html) - [Comparison of SGD/Adagrad/Adadelta on MNIST](http://cs.stanford.edu/people/karpathy/convnetjs/demo/trainers.html) -- [MagicNet classifying arbitary CSV data demo](http://cs.stanford.edu/people/karpathy/convnetjs/demo/automatic.html) +- [MagicNet classifying arbitrary CSV data demo](http://cs.stanford.edu/people/karpathy/convnetjs/demo/automatic.html) ## Example Code