Code Monkey home page Code Monkey logo

satellite-imagery-prediction's Introduction

Satellite-Imagery-Prediction

Multi-label Prediction

Planet Amazon (satellite imaging) dataset (Kaggle)

The dataset contains satellite images of various terrains, each having their own number of different labels. The labels represent: • Weather: cloudy, partly cloudy • Primary - primary rainforest • Agriculture, roads

Data pre-processing involves transforming training images by playing around with the lighting and zoom levels. FastAI’s Datablock API is used to apply transforms, convert data in databunch object and normalise it. This data is passed through a CNN and the model is trained.

Since, we are working with multi-label data, we need to set a threshold which determines if the image contains a class (unlike normal accuracy and f2 score methods for single-label problems), which is achieved by using the partial method (setting threshold parameter equal to 0.2).

This is followed by the standard transfer learning process, as mentioned above in the image classification problem. The process is performed twice, once for the 128x128px images and then with the 256x256px images.

satellite-imagery-prediction's People

Contributors

abhishek-1131 avatar

Watchers

 avatar

Forkers

gokhu18

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.