Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I read on this site that apparently the Kinect uses the random forests algorithm for machine learning in some way. Can anyone explain what it uses random forests for, and how their approach works?

share|improve this question

1 Answer

up vote 5 down vote accepted

It would appear that the random forest is used to predict movements of individual body parts. In this sense, predict does not mean "predict where the body part will move to" but "best guess the 3D location of the body parts". Here is an overview of the method.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.