Archives for meta learning

06 Mar

Hands-on Alchemy: A Structured Task Distribution for Meta-Reinforcement Learning

image-20628
image-20628

This post is in continuation with our previous article about Alchemy, the very first benchmark on meta-Reinforcement Learning. Deepmind with the University of London has released an open-source benchmark environment for meta-RL :  Alchemy: A structured task distribution for meta-reinforcement learning by Jane X. Wang, Michael King, Nicolas Porcel, Zeb Kurth-Nelson, Tina Zhu, Charlie Deck,…

The post Hands-on Alchemy: A Structured Task Distribution for Meta-Reinforcement Learning appeared first on Analytics India Magazine.

05 Mar

Guide To learn2learn: A Library For Meta-Learning Research

image-20585
image-20585

learn2learn is a software library designed for meta-learning research. It was introduced by Sebastien M. R. Arnold from University of Southern California, Praateek Mahajan from Iterable Inc., Debajyoti Datta from University of Virginia, Ian Bunner from University of Waterloo and Konstantinos Saitas Zarkias from KTH Royal Institute of Technology and Research Institute of Sweden (RISE)…

The post Guide To learn2learn: A Library For Meta-Learning Research appeared first on Analytics India Magazine.

03 Mar

Workshop Alert! Hands-on Meta-Learning

The Association of Data Scientists (AdaSci), the premier global professional body of data science and ML practitioners, has announced a hands-on workshop on meta-learning on March 13, Saturday. The unavailability of large datasets has turned out to be a huge problem in solving critical challenges with machine learning and artificial intelligence. As a matter of…

The post Workshop Alert! Hands-on Meta-Learning appeared first on Analytics India Magazine.

01 Mar

What Is Meta-Learning via Learned Losses (with Python Code)

image-20409
image-20409

Facebook AI Research (FAIR) research on meta-learning has majorly classified into two types:  First, methods that can learn representation for generalization. Second, methods that can optimize models. We have thoroughly discussed the type first in our previous article MBIRL. For this post, we are going to give a brief introduction to the second type. Last…

The post What Is Meta-Learning via Learned Losses (with Python Code) appeared first on Analytics India Magazine.