4 dépôts
Software libraries providing primitives and tools for building meta-learning models.
Explore 4 awesome GitHub repositories matching part of an awesome list · Meta Learning Libraries. Refine with filters or upvote what's useful.
This project is a TensorFlow meta-learning framework and research toolkit designed to implement and train learned optimizers. It provides a library of tools for developing neural networks that learn how to optimize other models, replacing traditional gradient-based optimization algorithms. The framework includes a problem ensemble manager that allows multiple distinct optimization tasks to be combined into a single weighted loss function for simultaneous training. It uses a factory pattern for network instantiation and supports the definition of custom objective functions and loss graphs as t
Provides a toolkit for developing and training neural networks that learn how to optimize other models.
A PyTorch Library for Meta-learning Research
Unified library for meta-learning research and experimentation.
A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
Collection of meta-learning algorithms and datasets for PyTorch.
higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather than individual training steps.
PyTorch library for higher-order gradient optimization in meta-learning.