Skip to content

Commit 8e3f1ae

Browse files
authored
Update README.md
1 parent aaeb58c commit 8e3f1ae

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22

33

44

5-
**About the CIFAR-10 dataset:**
5+
## **About the CIFAR-10 dataset:**
66

77

88
-----> The CIFAR-10 data consists of 60,000 32x32 color images in 10 classes, with 6000 images per class.
99
There are 50,000 training images and 10,000 test images in the official data.
10-
This dataset consists of 10 classes with 32*32 dimsenion images.
10+
This dataset consists of 10 classes with 32*32 dimension images.
1111

1212

1313

14-
We can find the dataset in kaggle site https://www.kaggle.com/
15-
First download the kaggle.json file fromm your kaggle account and load the dataset i.e CIFAR-10 dataset using the api in your google colab directory.
14+
We can find the dataset on the Kaggle site https://www.kaggle.com/
15+
First, download the kaggle.json file from your Kaggle account and load the dataset i.e. CIFAR-10 dataset using the API in your Google colab directory.
1616

1717

1818

19-
**Operations carried out:**
19+
## **Operations carried out:**
2020

2121

22-
1.Importing the necessary depencies(library).
23-
2. Load the dataset in the google colab directory and extract the file using py7zr.
22+
1. Importing the necessary dependencies (libraries).
23+
2. Load the dataset in the Google Colab directory and extract the file using py7zr.
2424
3. Image label processing.
2525
4. Image data analysis and image processing.
2626
5. Cross Validation.
27-
6. Building the neral network using tensorflow and keras library.
28-
7. Then use ResNet50 (i.e pre-trained CNN) as transfer learning.
29-
8. Model Evaluation to check accuracy and loss on test data and also if there is any overfitting pr not.
27+
6. Building the neural network using Tensorflow and Keras library.
28+
7. Then use ResNet50 (i.e. pre-trained CNN) as transfer learning.
29+
8. Model Evaluation to check accuracy and loss on test data and also if there is any overfitting or not.
3030
9. Analyse the validation accuracy and loss by plotting graphs using matplotlib library.

0 commit comments

Comments
 (0)