Hello, somebody help please..
I want to implement Machine Learning using tensorflow, KNN or whatever is good for my module, that consist of Bluetooth Low Energy nRF51822 type and Accelerometer I2C ADXL345. and the methods that I was using before are How to make Accelerometer data that were 3 axis (X, Y, Z). after I can show the raw data from my accelerometer, so I want to make thresholding value for step detection using euclidean norm such as sqrt(x^2+y^2+z^2). after I can measure step value from subject. I want to make distance value, which is from 2x integral from accelearation data to distance that using trapezoidal method that can measure like this one (delay)*(th1+th2)/2.
So after several works, I want to add some method that can classify the every human activity recognition, so I think using machine learning it's the best way to collect pattern data, like calibration function. I want to use tensorflow. but it can't to implemented because my module have small ram just arround 16kb maybe. so How your suggestion and code guys.. please help me, I'm using mbed compiler to make easy way..
please help..