Code Monkey home page Code Monkey logo

ujiindoorloc's Introduction

Indoor localization problem using a WLAN fingerprint-based method.

Description: multiple Wap Access Points (WAP) are located in 3 buildings at different floors. The signals of these WAPs were measured with smartphone by different users. As result two datasets (.csv) were created: trainingData and validationData.

In this project I used various machine learning models to predict indoor position of a user based on provided datasets:

1. Building, floor (classification task)

2. Longitude and latitude (regression task)

task_description

Methods used:

- Building and floor prediction: Decision Tree, K Nearest Neighbors, Logistic Regression, Random Forest, SUpport Vector machines

- Longitude and latitude: Random Forest Regressor, K Nearest Neighbors Regressor, Decision Tree Regressor

Original datasets: https://archive.ics.uci.edu/ml/datasets/ujiindoorloc#

Feature description:

- Attribute 001 (WAP001): Intensity value for WAP001. Negative integer values from -104 to 0 and +100. Positive value 100 used if WAP001 was not detected.
....
- Attribute 520 (WAP520): Intensity value for WAP520. Negative integer values from -104 to 0 and +100. Positive Vvalue 100 used if WAP520 was not detected.
- Attribute 521 (Longitude): Longitude. Negative real values from -7695.9387549299299000 to -7299.786516730871000
- Attribute 522 (Latitude): Latitude. Positive real values from 4864745.7450159714 to 4865017.3646842018.
- Attribute 523 (Floor): Altitude in floors inside the building. Integer values from 0 to 4.
- Attribute 524 (BuildingID): ID to identify the building. Measures were taken in three different buildings. Categorical integer values from 0 to 2.
- Attribute 525 (SpaceID): Internal ID number to identify the Space (office, corridor, classroom) where the capture was taken. Categorical integer values.
- Attribute 526 (RelativePosition): Relative position with respect to the Space (1 - Inside, 2 - Outside in Front of the door). Categorical integer values.
- Attribute 527 (UserID): User identifier (see below). Categorical integer values.
- Attribute 528 (PhoneID): Android device identifier (see below). Categorical integer values.
- Attribute 529 (Timestamp): UNIX Time when the capture was taken. Integer value.

There are 5 Jupiter Notebooks in this project:

- clean_data.ipynb
- transform_data.ipynb
- crossvalidation.ipynb
- model.ipynb
- visualization.ipynb

After execution of each notebook some .csv files are generated in order to be used at the next notebook: image

ujiindoorloc's People

Contributors

vk1408 avatar

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.