Giter Club home page Giter Club logo

wifi_positioning's Introduction

WIFI Positioning

Many real-world applications need to know the localization of a user in the world to provide their services. Outdoor localization problem can be solved very accurately thanks to the inclusion of GPS sensors into the mobile devices. However, indoor localization is still an open problem due mainly to the loss of GPS signal in indoor environments. For this reason, we evaluated the application of machine learning techniques to this problem, replacing the GPS signal with the WAPS signal.

UJI

For this purpose, we're going to use the UJIIndoorLoc database. It covers three buildings of Universitat Jaume I with four or more floors. You can read more about this dataset here.

TECHNICAL APPROACH

This is only a summary of the process, If you want to know more details, you can read the report in saramarlop.com

1. FIRST STEPS

  • Exploratory analysis
  • Cleaning and preparing datasets:
    • Remove duplicated observations
    • Change the value of WAPS = 100 to -110
    • Review the type of variables
    • Get rid of the user 6
    • Remove “near-zero variance” predictors and registers
    • Remove WAP 248

2. FEATURE ENGINEERING

It’s about creating new input features from the existing ones (we will use them in our predictions):

  • The highes WAP
  • The higher RSSI
  • A new ID combining building + Floor

3. MODELING & ERROR ANALYSIS

  • We run three different models: rf, knn and svm
  • We analyzed the errors based on the confusion matrix (classification) and the distribution on the errors (regression)

wifi_positioning's People

Contributors

nell87 avatar

Watchers

James Cloos avatar  avatar

Forkers

oriname

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.