Skip to content

tongjimobiml/TLoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLoc

Transfer Learning-based Outdoor Position Recovery for Telco Data developed on Python2.7

Usage

Data format

MR data: /2g/data_2g.csv
Base station location info: /2g/BS_ALL.csv

Train a Tranfer learning-based Localization Model

Import util_tloc and STL (The implmentation of Structure transfer)modules in your code ("TLoc_Example_Code.py").

Divide the MR data by serving BS, and each serving BS indicates a certain domain. Compute the domain distance between each pair of domains.

Train a non-transfer model in each domain. If the prediction error of a ceratin domain (which can be treated as a target domain) is greater than a threshold, search source domains for this domain by domain distance.

Train a transfer random forest model by training data from source and target domains.

About

Transfer Learning-based Outdoor Position Recovery for Telco Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages