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 am interested to learn about cognitive robotics and its application in situation assessment using natural language processing esp monitoring of human activities/disaster management.The processing would involve data visualization techniques. Can anyone suggest what is the starting point,which books to follow,the programming language/platform and some links to reference/example codes to begin with.Do I need to use ROS(robotic Operating system)?I came across GOLOG and situational calculus.Can anyone suggest where to download GOLOG & how to use it?Any other help would be highly solicited.

share|improve this question
1  
when you have more specific and technical questions, cogsci.SE would be a good place to ask them. – Artem Kaznatcheev May 22 '12 at 19:53

1 Answer

up vote 5 down vote accepted

NLP and visualization are not typically associated with robotics; at least in the research literature. Furthermore, disaster management and activity monitoring are more commonly associated with sensor networks, and pervasive computing; see, for example

Activity analysis is a very active topic so I can only give you a sampling of the literature. These are not explicitly about monitoring activity related to disasters but I'm not sure what your needs are. It seems like you are more interested in modeling activities from text, so I would also recommend you investigate sentiment analysis.

On the robotics side, IEEE has a relevant journal called IEEE Transactions on Affective Computing. The Robotics and Computational Intelligence societies have numerous publications, too.

These books seem to be up your alley. Note that the reigning paradigm for belief representation today is Bayesian probability. If you want to read about that try Probabilistic Robotics. For a comprehensive general guide see Springer's Handbook of Robotics.

share|improve this answer
Thank you for your prompt response.It would be of immense help if you could throw some light into the area which you mentioned as well as how to do the coding and other tools if avalaible. – chk May 22 '12 at 21:47

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.