schollz / find

High-precision indoor positioning framework for most wifi-enabled devices.
https://www.internalpositioning.com/
GNU Affero General Public License v3.0
5.03k stars 370 forks source link

New ML Algorithms #208

Open lejacome opened 6 years ago

lejacome commented 6 years ago

Hi, there a way to implements new machine learning algorithms(bagging, k-near neighbor, adaboost) from *.py file or I need to do it directly in go files

schollz commented 6 years ago

The easiest thing to do is to edit the Python file. If you are still interested, I've done this a little bit already. I am working on updating FIND to include bluetooth and a whole assortment of ML algs.

lejacome commented 6 years ago

Yes sure... I'm working implementing new algorithms and see if it's possible to mix wifi and ble to improve the accuracy system.

schollz commented 6 years ago

Haha I also did that too! It's at GitHub.com/de0gee

I don't have much usable documentation at the moment, but if your interested I can write something to point you in the write direction