mogolola / neural_optimizer_searchLinks
An implementation of ICML 2017 paper <<Neural Optimizer Search with Reinforcement Learning>> https://arxiv.org/abs/1709.07417
☆15Updated 7 years ago
Alternatives and similar repositories for neural_optimizer_search
Users that are interested in neural_optimizer_search are comparing it to the libraries listed below
Sorting:
- The project page of paper: Information Competing Process for Learning Diversified Representations [NeurIPS 2019]☆18Updated 5 years ago
- ☆154Updated 5 years ago
- Neat and flexible implementation of MAML in pytorch: https://arxiv.org/abs/1703.03400☆60Updated 3 years ago
- Reproduction of "Model-Agnostic Meta-Learning" (MAML) and "Reptile".☆193Updated 6 years ago
- Compressing Neural Networks using the Variational Information Bottleneck☆66Updated 2 years ago
- ☆21Updated 5 years ago
- Pytorch implementation of Deep Variational Information Bottleneck☆198Updated 7 years ago
- ☆175Updated 11 months ago
- Code accompanying the ICML-2018 paper "Gradient-Based Meta-Learning with Learned Layerwise Metric and Subspace"☆38Updated 6 years ago
- [NeurIPS 2020] "Does Unsupervised Architecture Representation Learning Help Neural Architecture Search?" by Shen Yan, Yu Zheng, Wei Ao, X…☆49Updated 4 years ago
- "Learning to learn by gradient descent by gradient descent "by PyTorch -- a simple re-implementation.