Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is learning happening? #209

Open
abhilash1in opened this issue Jan 26, 2018 · 1 comment
Open

Where is learning happening? #209

abhilash1in opened this issue Jan 26, 2018 · 1 comment

Comments

@abhilash1in
Copy link

abhilash1in commented Jan 26, 2018

The learnFingerprint method in fingerprint.go file is just adding the fingerprint to database. You can find the line here. Where is the learning actually happening?

Also, is it online learning? Most of the implementations I have seen uses a dataset in which each row contains all the Access Points (APs) which will be encountered, with some standard RSSI value for missing APs. How is this repository doing the learning in realtime?

@schollz
Copy link
Owner

schollz commented Jan 26, 2018

Learning is done in https://github.com/schollz/find/blob/master/priorsThreaded.go and in RF.py (for Random Forests).

Learning is done online, on the server: ml.internalpositioning.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants