From 3ed80dfe54eb452f2cc4938ec31109b5bdc2ead8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 23 Jul 2018 00:11:31 -0300 Subject: [PATCH] Typo on paragraph #05 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43bcc5d..70c1910 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Classifier for images or video input using **Google TensorFlow**. Research project on Convolutional Neural Networks, feature extraction, transfer learning, adversary noise and *DeepDream*. -In notebooks from 01 to 03 we mainly followed tutorials, with some changes and many observations, in order to learn how to use TensorFlow to build Convolutional Neural Networks for OCR and image recognition. Later notebooks follow our project specifications, while notebooks 06 and 07 were used for some more facoltative observations. +In notebooks from 01 to 03 we mainly followed tutorials, with some changes and many observations, in order to learn how to use TensorFlow to build Convolutional Neural Networks for OCR and image recognition. Later notebooks follow our project specifications, while notebooks 06 and 07 were used for some more facultative observations. The project was completed around February 2017.