WLun001 / landmark-recognition

Google Landmark Recognition Challenge

Home Page:https://www.kaggle.com/c/landmark-recognition-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landmark Recognition

Google Landmark Recognition Challenge

Explanation

  • We use TensorFlow for image recognition. We will be using transfer learning, which means we are starting with a model that has been already trained on another problem. We will then be retraining it on a similar problem. Deep learning from scratch can take days, but transfer learning can be done in short order.
  • MoBileNet will be used, to be small and efficient.

Get Started

File Explanation

Full datasets

  • train: 336 GB with 1,220,165 images
  • test: 34.9 GB with 116,163 images
  • May want to consider run on Cloud

About

Google Landmark Recognition Challenge

https://www.kaggle.com/c/landmark-recognition-challenge


Languages

Language:Jupyter Notebook 95.3%Language:Python 4.7%