From c444d261b8c5376aec0d531d2ae601c3231cb400 Mon Sep 17 00:00:00 2001 From: Tim Lau Date: Tue, 6 Feb 2018 21:40:53 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae92729..72706e0 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ For the BCD algorithms, MATLAB is used. Use MATLAB R2017a or later versions. For the back propagation algorithms, Python (Jupyter Notebook) is used. Use TensorFlow 1.4 or later versions since Keras is included as a module in native TensorFlow 1.4 or later. Two common datasets are used: MNIST and CIFAR-10 + +Download the CIFAR-10 dataset from: https://www.cs.toronto.edu/~kriz/cifar.html