Distributed Cloud as a Pathway to Adaptable Artificial Intelligence.
https://medium.com/@ukidlucas/distributed-machine-learning-and-gp-ai-fc2a0e3f6db
Creating Android ROS nodes to:
- add control UI (HMI)
- utilize existing phone sensors:
-- gyroscope
-- GPS
-- compass
-- camera
- do some data processing (flagship phones are very powerful)
- use TensorFlow AI
References:
https://github.com/rosjava/android_core
http://wiki.ros.org/rosjava/Tutorials/Create%20a%20ROS%20Android%20Node
Creating Android ROS nodes to:
- add control UI (HMI)
- utilize existing phone sensors:
-- gyroscope
-- GPS
-- compass
-- camera
- do some data processing (flagship phones are very powerful)
- use TensorFlow AI
References:
https://github.com/rosjava/android_core
http://wiki.ros.org/rosjava/Tutorials/Create%20a%20ROS%20Android%20Node
# REPO HEAD updated: February 13, 2018
function repo_reset()
{
source activate py27
cd ~/REPO/my-repo-name
pwd
#repo sync
repo forall -vc "git clean -xdf"
repo forall -vc "git reset --hard HEAD"
ls -alt
}
# REPO HEAD updated: February 13, 2018
function repo_reset()
{
source activate py27
cd ~/REPO/my-repo-name
pwd
#repo sync
repo forall -vc "git clean -xdf"
repo forall -vc "git reset --hard HEAD"
ls -alt
}