Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksdkamesh99/ai-capstone-project

It is a AI Capstone project done as a part of IBM AI Engineering
https://github.com/ksdkamesh99/ai-capstone-project

capstone-project resnet-50 vgg16

Last synced: 3 months ago
JSON representation

It is a AI Capstone project done as a part of IBM AI Engineering

Awesome Lists containing this project

README

        

# AI-Capstone-Project
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c0f88d5257844aa986c260bf5970782a)](https://www.codacy.com/manual/ksdkamesh99/AI-Capstone-Project?utm_source=github.com&utm_medium=referral&utm_content=ksdkamesh99/AI-Capstone-Project&utm_campaign=Badge_Grade)
## Dataset used:-
[https://s3-api.us-geo.objectstorage.softlayer.net/cf-courses-data/CognitiveClass/DL0321EN/data/concrete_data_week4.zip](https://s3-api.us-geo.objectstorage.softlayer.net/cf-courses-data/CognitiveClass/DL0321EN/data/concrete_data_week4.zip)

## Course:-
[https://www.coursera.org/learn/ai-deep-learning-capstone](https://www.coursera.org/learn/ai-deep-learning-capstone)

## About the repository:-
1 . This Repository contains the 4 week AI Capstone project assignment using keras as a part of IBM-AI Engineering in which we need to classify a image containing a stone cracked or not by processing 40000 images in which nearly 30000 for training and 10000 for validation.
2 . 4th week is final assignment in which we need to campare performance in between pretrained models like Resnet50 and VGG16 using keras.

## Performance of Models:-

I ran both models to 2 epochs. Performance is as shown in below table.

| Model | Training Accuracy | Validation Accuracy | Test Accuracy | Valdation Loss | Training Loss |
|----------------|-------------------|---------------------|----------------|----------------|-----------------|
| Resnet 50 | 91.08% | 93.88% | 54.19 | 0.0016 | 0.0070 |
| VGG16 | 99.76% | 99.81% | 98.0% | 7.4741e-05 | 0.0074 |

## Conclusion:-
In the 2 models by the above data we can conclude VGG16 is appropriate for the above dataset. After all my final assignment is passed and graded 100%.
You can check it out [here](https://www.coursera.org/account/accomplishments/records/PTE5WUKY5GMV)

## Licence:-
[MIT Licence](https://github.com/ksdkamesh99/AI-Capstone-Project/blob/master/LICENSE)