Deep learning
Is there anyone working with ROS and deep learning? Any "deep learning" library recommendation for writing ROS nodes? Regards,
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Asked: 2015-03-23 17:17:29 -0600
Seen: 2,749 times
Last updated: Mar 23 '15
How can work with ros inside a python 3 conda env
Autoware Traffic Light Recognition without Vector Map
Whats the difference between feeding 2-d point clouds and 2-d images to a CNN [closed]
python deep copy of ROS message
subscribing to a topic at every iteration of a loop
How to transform laser scans and IMU data to the format of an LIBSVM package? [closed]
Is there an Hydro version for Roll?
Hi, I'm also interested in this field. Have you found a ROS package for deep learning since ?
Hi Cyril,
I haven't put time into it yet. Will do at some point and would gladly share my experience. Cheers,
Hi guys. Have you found any libraries for working with deep nets in ROS?
Hi @uzair,
I searched for a while but didn't quite find much about it thereby I decided to start exploring it myself in my spare time using Keras and Theano. I'm writing about it at http://blog.deeprobotics.es/ . Code is available at https://github.com/vmayoral/basic_rei... .