From 8009ced6d22223dadf55694a40d06691e54c9847 Mon Sep 17 00:00:00 2001 From: Karandeep Singh Grover <30365139+groverkds@users.noreply.github.com> Date: Tue, 1 Dec 2020 17:04:37 +0530 Subject: [PATCH] Update cnn_cifar10_dataset.ipynb --- .../cnn_cifar10_dataset.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepLearningML/16_cnn_cifar10_small_image_classification/cnn_cifar10_dataset.ipynb b/DeepLearningML/16_cnn_cifar10_small_image_classification/cnn_cifar10_dataset.ipynb index 28bd4eb2..348e5e76 100644 --- a/DeepLearningML/16_cnn_cifar10_small_image_classification/cnn_cifar10_dataset.ipynb +++ b/DeepLearningML/16_cnn_cifar10_small_image_classification/cnn_cifar10_dataset.ipynb @@ -644,7 +644,7 @@ "Use CNN to do handwritten digits classification using MNIST dataset. You can use this notebook as a reference:\n", "https://github.com/codebasics/py/blob/master/DeepLearningML/1_digits_recognition/digits_recognition_neural_network.ipynb\n", "\n", - "Above we used ANN for digits classification. You need to modify this code to use CNN instead. Check how accuracy improves fast with CNN and figure out how CNN can be a better choice for doing image classification compared to ANN. Once you have worked on this problem on your own, you can check my solution by clicking on this link: [Solution](https://github.com/codebasics/py/blob/master/DeepLearningML/16_cnn_handwritten_digits/cnn_mnist_exercise_solution.ipynb)" + "Above we used ANN for digits classification. You need to modify this code to use CNN instead. Check how accuracy improves fast with CNN and figure out how CNN can be a better choice for doing image classification compared to ANN. Once you have worked on this problem on your own, you can check my solution by clicking on this link: [Solution](https://github.com/codebasics/py/blob/master/DeepLearningML/16_cnn_cifar10_small_image_classification/cnn_mnist_exercise_solution.ipynb)" ] } ],