Posts by Ramil (142)

One thing

about private repos on GitHub is that your progress is hidden from the public, so your profile seems more 'empty'

Wednesday Update

2 things. First, I've joined Lex Fridman on his 20k in a month challenge. The idea (was) to do the [number of likes under his post] pushups and pullups, but we have extended it to other exercises. My buddy Andrew will be joining, which is always nice since it will add up to the motivation factor. Second thing, I'm really happy with the work I've been doing for the *mysteriously* Startup . My Machine Learning skills are really good, very happy with my performance, haha. *pats on the back* Pat Image

Interesting Things

Don't want to say too much, but been talking to some interesting people about cool opportunities :P So in the last couple of days been working on some other projects to demonstrate my competence, which I did. The ML stuff I've been working on since December really paying off On another note, I kinda want to take another good online course. Udacity seems to offer a free month, so might try that.

Wednesday Night

I wanted to gather some sensor data of a 'typical' longboard trip, to get a better idea of how much smoothening I would need to do. Check out the data for yourself: Typical Part of the Trip and Typical Full Trip Notice the 0 to 360 'jumps'. That's because polar angle is discontinuous. So right away we see that the raw data isn't that noisy (a couple of degrees), that's because I've purchased a sensor with a built-in Kalman Filter . In addition to it, I've also added my own tracking of an Exponential Moving Average which is frequently used in stock trading, but in a nutshell it's very similar to the Kalman Filter. So one observation right aways is that our EMA is lagging behind. Some lag is to be expected to get a better sense of a 'straight' direction, however, we can decrease the lag by tuning α parameter of the EMA.

1 ... 18 19 20 ... 29