openworm / behavioral_syntax

behavioral syntax analysis based on the paper of Andre Brown
Other
5 stars 1 forks source link

add sequence classification sub-module #25

Closed ghost closed 8 years ago

ghost commented 8 years ago

We want to be able to calculate the probability that a given sequence of worm postures belongs to a particular species in a particular environment.

ghost commented 8 years ago

Done: https://github.com/openworm/behavioral_syntax/tree/master/classifiers

First approach is to use random forests.