From 09c745b0e1d1840bda5ece47182058748a2d4c63 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 24 May 2020 18:37:54 +0530 Subject: trying something --- posts/2019-12-08-Image-Classifier-Tensorflow/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'posts/2019-12-08-Image-Classifier-Tensorflow') diff --git a/posts/2019-12-08-Image-Classifier-Tensorflow/index.html b/posts/2019-12-08-Image-Classifier-Tensorflow/index.html index 0507f4f..76ac4f8 100644 --- a/posts/2019-12-08-Image-Classifier-Tensorflow/index.html +++ b/posts/2019-12-08-Image-Classifier-Tensorflow/index.html @@ -10,9 +10,7 @@ import matplotlib.pyplot as plt from keras.models import Sequential from keras.layers import Conv2D,MaxPooling2D,Dense,Flatten,Dropout - - -

Dataset

Fetching the Data

!wget ftp://lhcftp.nlm.nih.gov/Open-Access-Datasets/Malaria/cell_images.zip +

Dataset

Fetching the Data

!wget ftp://lhcftp.nlm.nih.gov/Open-Access-Datasets/Malaria/cell_images.zip !unzip cell_images.zip
@@ -120,4 +118,4 @@ Validation Loss: 0.0 -

We have achieved 98% Accuracy!

Link to Colab Notebook

Tagged with:
\ No newline at end of file +

We have achieved 98% Accuracy!

Link to Colab Notebook

Tagged with:
-- cgit v1.2.3