Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 580 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 580 Bytes

Identifying Backgrounds! 🏞️

Using a Convolutional Neural Network with PyTorch to classify what the background of an image is!

Analysis

Collected pictures from five different backgrounds: Grass, Ocean, Red carpet, Road, and Wheat field.

Here is a cool picture.
Cool Mountain

Here are some with their corresponding labels. Some Pictures

A Convolutional Neural Network was trained with a testing and validation set to be able to classify new unseen images into one of the five different backgrounds. Full analysis is in the notebook!