open sourcing PyRobot, a lightweight, high-level interface that lets #AI researchers get up and running with #robotics experiments in just hours. No specialized robotics expertise needed! https://ai.facebook.com/blog/open-sourcing-pyrobot-to-accelerate-ai-robotics-research/
✴️ @AI_Python_EN
✴️ @AI_Python_EN
Meta
Open-sourcing PyRobot to accelerate AI robotics research
Facebook AI is open-sourcing PyRobot, a lightweight, high-level interface that lets AI researchers get up and running with robotics experiments in just hours, with no specialized robotics expertise.
11 things I learned from the Machine Learning for Coders course at fastdotai"
https://medium.com/yottabytes/11-things-i-learned-from-the-machine-learning-for-coders-course-at-fast-ai-799468b089bc?source=friends_link&sk=337416e814280d88e7bfad994cac8533
#machinelearning #datascience #ml #python #bigdata
✴️ @AI_Python_EN
https://medium.com/yottabytes/11-things-i-learned-from-the-machine-learning-for-coders-course-at-fast-ai-799468b089bc?source=friends_link&sk=337416e814280d88e7bfad994cac8533
#machinelearning #datascience #ml #python #bigdata
✴️ @AI_Python_EN
the #CVPR2019 Low-Power Image Recognition Challenge (LPIIRC) winning teams from Amazon, Alibaba, Expasoft, Tsinghua, MIT and Qualcomm. Learn more about the challenge at
https://rebootingcomputing.ieee.org/lpirc .
✴️ @AI_Python_EN
https://rebootingcomputing.ieee.org/lpirc .
✴️ @AI_Python_EN
#CVPR2019 presenting Sim-to-Real via Sim-to-Sim: Data-efficient Robotic Grasping via Randomized-to-Canonical Adaptation Networks (RCAN).
✴️ @AI_Python_EN
✴️ @AI_Python_EN
have released the code and data for our #CVPR2019 paper on hand-object reconstruction.
http://www.di.ens.fr/willow/research/obman/
✴️ @AI_Python_EN
http://www.di.ens.fr/willow/research/obman/
✴️ @AI_Python_EN
the #CVPR2019 Google Booth will host demos featuring work on Increasing AR Realism Using Lighting
http://goo.gle/2KwK5ce
and teaching people how to dance with the Dance Like app.
http://goo.gle/2X18ddS .
✴️ @AI_Python_EN
http://goo.gle/2KwK5ce
and teaching people how to dance with the Dance Like app.
http://goo.gle/2X18ddS .
✴️ @AI_Python_EN
arXiv.org
DeepLight: Learning Illumination for Unconstrained Mobile Mixed Reality
We present a learning-based method to infer plausible high dynamic range
(HDR), omnidirectional illumination given an unconstrained, low dynamic range
(LDR) image from a mobile phone camera with a...
(HDR), omnidirectional illumination given an unconstrained, low dynamic range
(LDR) image from a mobile phone camera with a...
Check out Off-Policy Classification, a new method to evaluate the performance of #reinforcementlearning agents trained entirely on data from prior agents, enabling selective testing of only the most promising models on real-world robots. Learn more below!
https://ai.googleblog.com/2019/06/off-policy-classification-new.html
✴️ @AI_Python_EN
https://ai.googleblog.com/2019/06/off-policy-classification-new.html
✴️ @AI_Python_EN
Waymo just announced the release of large open dataset at #CVPR2019
https://waymo.com/open
✴️ @AI_Python_EN
https://waymo.com/open
✴️ @AI_Python_EN
Artificial Intelligence Based Cloud Distributor (AI-CD): Probing Low Cloud Distribution with a Conditional Generative Adversarial Network
https://arxiv.org/abs/1905.08700
✴️ @AI_Python_EN
https://arxiv.org/abs/1905.08700
✴️ @AI_Python_EN
arXiv.org
Artificial Intelligence Based Cloud Distributor (AI-CD): Probing...
Here we introduce the artificial intelligence-based cloud distributor (AI-CD)
approach to generate two-dimensional (2D) marine low cloud reflectance fields.
AI-CD uses a conditional generative...
approach to generate two-dimensional (2D) marine low cloud reflectance fields.
AI-CD uses a conditional generative...
The 2019 IEEE Conference on Computer Vision and Pattern Recognition
Best Papers
https://syncedreview.com/2019/06/18/cvpr-2019-attracts-9k-attendees-best-papers-announced-imagenet-honoured-10-years-later/
✴️ @AI_Python_EN
Best Papers
https://syncedreview.com/2019/06/18/cvpr-2019-attracts-9k-attendees-best-papers-announced-imagenet-honoured-10-years-later/
✴️ @AI_Python_EN
NLP + Deep Leaning checked. Was painfully awesome. Now what's next? Can't waste it... or maybe CNN and RL? #cs224n #deeplearning #NLP
🐼🤹♂️ pandas trick:
Two easy ways to reduce DataFrame memory usage:
1. Only read in columns you need
2. Use 'category' data type with categorical data
Example:
df = pd.read_csv('file.csv', usecols=['A', 'C', 'D'], dtype={'D':'category'})
#Python #DataScience
✴️ @AI_Python_EN
Two easy ways to reduce DataFrame memory usage:
1. Only read in columns you need
2. Use 'category' data type with categorical data
Example:
df = pd.read_csv('file.csv', usecols=['A', 'C', 'D'], dtype={'D':'category'})
#Python #DataScience
✴️ @AI_Python_EN
Statistical methods can and are applied to qualitative data (e.g. text). The raw data first need to be converted to a form, or represented in a way, that can be quantitatively analyzed.
It can be done by man or, increasingly, machine. This would be the case whether cluster analysis, factor analysis, deep learning or some other method is used to analyze the data.
A very simple example is cluster or factor analyzing open end codes from a consumer survey, or using them in key driver regression.
This predates AI by many years, though machine coding would now be the preferred approach in many instances.
Sparse data can be a concern, but with rapid declines in the cost of survey data collection, this is now more feasible since very large samples can be collected at reasonable cost and within a realistic time frame.
To be clear, my original motivation for this post was not to push an alternative to standard close-ended questioning, but a response to confusion about AI I frequently encounter. However, with data of sufficient quality, complex analytics which tie attitudes, behavior and demographics together, perhaps combined simultaneously with segmentation, is possible with this alternative method. AI in some form may play a part but is not absolutely essential. The basic idea goes back nearly a century.
✴️ @AI_Python_EN
It can be done by man or, increasingly, machine. This would be the case whether cluster analysis, factor analysis, deep learning or some other method is used to analyze the data.
A very simple example is cluster or factor analyzing open end codes from a consumer survey, or using them in key driver regression.
This predates AI by many years, though machine coding would now be the preferred approach in many instances.
Sparse data can be a concern, but with rapid declines in the cost of survey data collection, this is now more feasible since very large samples can be collected at reasonable cost and within a realistic time frame.
To be clear, my original motivation for this post was not to push an alternative to standard close-ended questioning, but a response to confusion about AI I frequently encounter. However, with data of sufficient quality, complex analytics which tie attitudes, behavior and demographics together, perhaps combined simultaneously with segmentation, is possible with this alternative method. AI in some form may play a part but is not absolutely essential. The basic idea goes back nearly a century.
✴️ @AI_Python_EN
We Can All Become Video Game Characters With This AI
Video: https://www.youtube.com/watch?v=Y73iUAh56iI
Paper: https://arxiv.org/abs/1904.08379
Video: https://www.youtube.com/watch?v=Y73iUAh56iI
Paper: https://arxiv.org/abs/1904.08379
Adapters: A Compact and Extensible Transfer Learning Method for NLP
https://medium.com/dair-ai/adapters-a-compact-and-extensible-transfer-learning-method-for-nlp-6d18c2399f62
https://medium.com/dair-ai/adapters-a-compact-and-extensible-transfer-learning-method-for-nlp-6d18c2399f62
Medium
Adapters: A Compact and Extensible Transfer Learning Method for NLP
Adapters obtain comparable results to BERT on several NLP tasks while achieving parameter efficiency.
Machine Learning Free Course with TensorFlow APIs by Google
https://developers.google.com/machine-learning/crash-course/
https://developers.google.com/machine-learning/crash-course/
Google for Developers
Machine Learning | Google for Developers
image_2019-06-23_22-33-48.png
149.8 KB
I've been thinking a bit about the growing practice of fine-tuning generic pretrained models: first in computer vision, now NLP (highly recommend Sebastian Ruders great article on this http://ruder.io/nlp-imagenet/ )...Last time I mentioned this, people were skeptical that RL would be next.
✴️ @AI_Python_EN
✴️ @AI_Python_EN
Death by algorithm: the age of killer robots is closer than you think
🔗 https://www.vox.com/2019/6/21/18691459/killer-robots-lethal-autonomous-weapons-ai-war
#machinelearning
✴️ @AI_Python_EN
🔗 https://www.vox.com/2019/6/21/18691459/killer-robots-lethal-autonomous-weapons-ai-war
#machinelearning
✴️ @AI_Python_EN