arakawamoriyuki / beacon

wifi signal and simple location classification using machine learning random forest algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$ pyenv install anaconda3-2.5.0
$ pyenv grobal anaconda3-2.5.0
$ python --version
Python 3.5.3 :: Anaconda 2.5.0 (x86_64)

$ pip install -r requirements.txt
$ python beacon.py -h
$ python beacon.py sampling -l 'living-room' -s 10
$ python beacon.py sampling -l 'kitchen' -s 10
$ python beacon.py sampling -l 'toilet' -s 10
# $ python beacon.py training
$ python beacon.py predict
$ python beacon.py percentage
$ python beacon.py labels

About

wifi signal and simple location classification using machine learning random forest algorithm


Languages

Language:Python 100.0%