Code & Comedy @ Ordina

Code & Comedy @ Ordina

Table of Contents

Video of code & comedy

Recently Casper Koning and myself did a presentation about machine learning and motion sensors titled: Are you doing it the right way.

The presentation explains the steps we have taken on how to utilize a motion detector and machine learning to predict the execution of an exercise. The general idea behind it is that when a subject does a exercise a feedback is required in order to do it efficiently and correctly.

The usage of motion sensors and machine learning in for example physical therapy are endless. The market is looking for ways to implement sensors and activities. Just recently (On CES) Intel introduced the Curie.

The Intel® Curie™ module features Bluetooth* Low Energy and a 6-axis combo sensor that includes accelerometers and gyroscopes, so you can keep tabs on what matters.

This and other small devices that getting on the market a whole new world on motion sensing and processing is gets opened up.

Personally I cant wait to get my hands on a few of those to start experimenting on various motions to see if we can make a ML algorithm a certain movements.

Without further adoo, take a look at the talk we did, The other talks of the event are available on youtube as well.

For more info either contect me or checkout the source code and presentation

Share :

Related Posts

is package-private the new private?

Just a few days ago I attended the DEVOXX conference in Belgium. The last session I attended was from Adam Bien’s session Real World Java EE.

Read More

Getting_Started with Java ME (2)

In the previous post I started out happy on enrolling with the Embedded course from Oracle. But i got hit in the face for not running a Windows-based development environment. A well installing a VirtualBox is not that hard i thought. To be honest it is once you figured out all the specifics.

Read More

Using XML catalogs for your JAX-WS generated code

The latest JAX-WS standards make the implementation of a webservice a breeze. lately i needed to implement a client from which a WSDL is available. That proces is simple, but the client has issues when starting, the WSDL defined in the generated code is not available. In this post i describe a (the) solution to overcome this.

Read More