Skip to content

This project trains the last layer google's inception model to classify major US cities based solely on aerial images of the cities.

Notifications You must be signed in to change notification settings

GNINNUR/aerialView_Image_Classifier

 
 

Repository files navigation

Using TensorFlow to classify aerial views of images using deep learning.

The Last Layer of the Inception Model by Google is trained on hundreds of images of aerial views of major US Cities.

Seattle

el

San-Francisco

el

New-York

el

Chicago

el

After creating bottlenecks of all the images in each city folder, I obtained a test data accuracy of 56.4%

el

Upon feeding novel images of each city to the network, the network predicted the correct city 3 out of 4 times. (EXCITING!!!)

The network predicted Seattle incorrectly (~ 14.5% confidence)

el

The network predicted San-Francisco correctly (~91% confidence)

el

The network predicted New-York correctly (~88% confidence)

el

The network predicted Chicago correctly (~91% confidence)

el

Here are the raw results.

el

About

This project trains the last layer google's inception model to classify major US cities based solely on aerial images of the cities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%