This is a repository for the capstone project going on in Udacity. The project received data from Statoil/C-CORE Iceberg Classifier Challenge at the Kaggle Competitoin. The project goal is to distinguish between iceberg and ship from SAR image data from satellites. For this, deep learning will be conducted using CNN model.
- Python 3.54
- Jupyter Notebook
- Tensorflow
- Keras
- Numpy
- Matplotlib
The datasets are hosted in a Kaggle competition. Please download data from the link provided.
This following link contains both train(train.json.7z) and test(test.json.7z) data. https://www.kaggle.com/c/statoil-iceberg-classifier-challenge/data
- Exploratory Visualization
- 3D Images
- Global Image Stats
- Correlations Between Features
- Image Processing
- Benchmark CNN Model
- Improved CNN Model
VGG16 CNN ModelK=3K=5K=7K=10 (Final CNN Model)
- VGG16 CNN Model
- Final Classifier Model