All Projects → yangsenius → Learning To Learn By Pytorch

yangsenius / Learning To Learn By Pytorch

Licence: mit
"Learning to learn by gradient descent by gradient descent "by PyTorch -- a simple re-implementation.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Learning To Learn By Pytorch

Gorgonia
Gorgonia is a library that helps facilitate machine learning in Go.
Stars: ✭ 4,295 (+13754.84%)
Mutual labels:  gradient-descent
Awesome Automl And Lightweight Models
A list of high-quality (newest) AutoML works and lightweight models including 1.) Neural Architecture Search, 2.) Lightweight Structures, 3.) Model Compression, Quantization and Acceleration, 4.) Hyperparameter Optimization, 5.) Automated Feature Engineering.
Stars: ✭ 691 (+2129.03%)
Mutual labels:  meta-learning
Transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
Stars: ✭ 8,481 (+27258.06%)
Mutual labels:  meta-learning
Reinforcement learning tutorial with demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
Stars: ✭ 442 (+1325.81%)
Mutual labels:  meta-learning
Auto Sklearn
Automated Machine Learning with scikit-learn
Stars: ✭ 5,916 (+18983.87%)
Mutual labels:  meta-learning
Learningtocompare fsl
PyTorch code for CVPR 2018 paper: Learning to Compare: Relation Network for Few-Shot Learning (Few-Shot Learning part)
Stars: ✭ 837 (+2600%)
Mutual labels:  meta-learning
Metaoptnet
Meta-Learning with Differentiable Convex Optimization (CVPR 2019 Oral)
Stars: ✭ 412 (+1229.03%)
Mutual labels:  meta-learning
Mt Net
Code accompanying the ICML-2018 paper "Gradient-Based Meta-Learning with Learned Layerwise Metric and Subspace"
Stars: ✭ 30 (-3.23%)
Mutual labels:  meta-learning
Cppnumericalsolvers
a lightweight C++17 library of numerical optimization methods for nonlinear functions (Including L-BFGS-B for TensorFlow)
Stars: ✭ 638 (+1958.06%)
Mutual labels:  gradient-descent
Mindseye
Neural Networks in Java 8 with CuDNN and Aparapi
Stars: ✭ 8 (-74.19%)
Mutual labels:  gradient-descent
Awesome Papers Fewshot
Collection for Few-shot Learning
Stars: ✭ 466 (+1403.23%)
Mutual labels:  meta-learning
Cfnet
[CVPR'17] Training a Correlation Filter end-to-end allows lightweight networks of 2 layers (600 kB) to high performance at fast speed..
Stars: ✭ 496 (+1500%)
Mutual labels:  meta-learning
Hcn Prototypeloss Pytorch
Hierarchical Co-occurrence Network with Prototype Loss for Few-shot Learning (PyTorch)
Stars: ✭ 17 (-45.16%)
Mutual labels:  meta-learning
Meta Transfer Learning
TensorFlow and PyTorch implementation of "Meta-Transfer Learning for Few-Shot Learning" (CVPR2019)
Stars: ✭ 439 (+1316.13%)
Mutual labels:  meta-learning
Univariate Linear Regression Gradient Descent Javascript
⭐️ Univariate Linear Regression with Gradient Descent in JavaScript (Vectorized)
Stars: ✭ 9 (-70.97%)
Mutual labels:  gradient-descent
Optim
OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
Stars: ✭ 411 (+1225.81%)
Mutual labels:  gradient-descent
Few Shot
Repository for few-shot learning machine learning projects
Stars: ✭ 727 (+2245.16%)
Mutual labels:  meta-learning
Few Shot Text Classification
Few-shot binary text classification with Induction Networks and Word2Vec weights initialization
Stars: ✭ 32 (+3.23%)
Mutual labels:  meta-learning
Mfe
Meta-Feature Extractor
Stars: ✭ 20 (-35.48%)
Mutual labels:  meta-learning
Looper
A resource list for causality in statistics, data science and physics
Stars: ✭ 23 (-25.81%)
Mutual labels:  meta-learning

learning to_learn by gradient descent by gradient descent

Learning to learn by gradient descent by gradient descent

A simple re-implementation by PyTorch-1.0

  • [x] For Quadratic experiments
  • [ ] For Mnist
  • [ ] For CIFAR10
  • [ ] For Neural Art

Add:

  • [x] Viusalize the learning process of LSTM optimizer.

The project can be run by this python file.

python learning_to_learn.py

This code is designed for a better understanding and easy implementation of paper Learning to learn by gradient descent by gradient descent.

Reference

1. Learning to learn by gradient descent by gradient descent - 2016 - NIPS

2. Learning to learn in Tensorflow by DeepMind

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].