|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| -**About the CIFAR-10 dataset:** |
| 5 | +## **About the CIFAR-10 dataset:** |
6 | 6 |
|
7 | 7 |
|
8 | 8 | -----> The CIFAR-10 data consists of 60,000 32x32 color images in 10 classes, with 6000 images per class.
|
9 | 9 | 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. |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
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. |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| -**Operations carried out:** |
| 19 | +## **Operations carried out:** |
20 | 20 |
|
21 | 21 |
|
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. |
24 | 24 | 3. Image label processing.
|
25 | 25 | 4. Image data analysis and image processing.
|
26 | 26 | 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. |
30 | 30 | 9. Analyse the validation accuracy and loss by plotting graphs using matplotlib library.
|
0 commit comments