/DeepSat-Kaggle

Satellite Image Classification using simple and computationally cheap but efficient machine learning models. Performances comparable to state-of-the-art CNN models.

Primary LanguageJulia

DeepSat

  • Data used for this project can be found here: https://www.kaggle.com/crawford/deepsat-sat4
  • All utility functions for data pre-processing and feature engineering can be found in src\utils.jl
  • Implementation of different classifier models can be found in models folder.