User intentions analysis

Posted by Mark Bramnik on Programmers See other posts from Programmers or by Mark Bramnik
Published on 2012-05-28T17:07:33Z Indexed on 2012/06/06 22:47 UTC
Read the original article Hit count: 194

I'm going to work on some project that would do a user-action recognition based on what he/she does in the system.

As far as I understand there are two main parts here:

Intercept the user actions (say http traffic in web/ui interaction in thick-client) analysis of user intentions.

While the first part is rather technical and therefor easy to implement, the second one is AI related and can be academic.

So I was wondering whether someone knows some third-parties/academic projects that would implement the 'action-recognition' stuff?

© Programmers or respective owner

Related posts about java

Related posts about artificial-intelligence