jeongwhanchoi / MLND-Capstone-Project

Capstone Project for Udacity Machine Learning Nanodegree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLND-Capstone-Project

Iceberg Classifier

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.

Software and Libraries

  • Python 3.54
  • Jupyter Notebook
  • Tensorflow
  • Keras
  • Numpy
  • Matplotlib

Datasets

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

3D image samples for the training data

Iceberg

Iceberg

Ship

Ship

iPython Notebooks

Final Model I proposed

Transfer Learning Model

VGG16model

Example Results

sample results

Model Evaluation

model accuracy

model loss

About

Capstone Project for Udacity Machine Learning Nanodegree

License:MIT License


Languages

Language:Jupyter Notebook 100.0%