Skip to content

GreatBruceYoung/Indoor-positioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Indoor-positioning-master

Done by Bruce Young

Introduction

This is a basic python-based program that can realize some major algorithms in indoor positioning field, such as K-Nearest Neighbor (KNN), Random Forest (RF), Support Vector Machine (SVM), Multi-layer Perceptron. Based on the collected data (eg. WiFi), you can construct the offline fingerprint database and online test dataset, and then run this program to achieve simple indoor positioning.

Usage

The program consists of main function, data file and function file. Specifically, data is stored in data-file, including offline fingerprint database and online test data.

  1. Make sure data is put in the right address.
  2. Choose your intended algorithm to localize.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages