All Projects → ikostrikov → Pytorch Meta Optimizer

ikostrikov / Pytorch Meta Optimizer

Licence: mit
A PyTorch implementation of Learning to learn by gradient descent by gradient descent

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorch Meta Optimizer

sopt
sopt:A simple python optimization library
Stars: ✭ 42 (-84.73%)
Mutual labels:  gradient-descent
Machine-Learning-in-Python-Workshop
My workshop on machine learning using python language to implement different algorithms
Stars: ✭ 89 (-67.64%)
Mutual labels:  gradient-descent
Minimalistic-Multiple-Layer-Neural-Network-from-Scratch-in-Python
Minimalistic Multiple Layer Neural Network from Scratch in Python.
Stars: ✭ 24 (-91.27%)
Mutual labels:  gradient-descent
pydata-london-2018
Slides and notebooks for my tutorial at PyData London 2018
Stars: ✭ 22 (-92%)
Mutual labels:  gradient-descent
Deep-Learning-Coursera
Projects from the Deep Learning Specialization from deeplearning.ai provided by Coursera
Stars: ✭ 123 (-55.27%)
Mutual labels:  gradient-descent
ML-Optimizers-JAX
Toy implementations of some popular ML optimizers using Python/JAX
Stars: ✭ 37 (-86.55%)
Mutual labels:  gradient-descent
Regression
Multiple Regression Package for PHP
Stars: ✭ 88 (-68%)
Mutual labels:  gradient-descent
Deep Learning From Scratch
Six snippets of code that made deep learning what it is today.
Stars: ✭ 255 (-7.27%)
Mutual labels:  gradient-descent
models-by-example
By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.
Stars: ✭ 43 (-84.36%)
Mutual labels:  gradient-descent
Text-Analysis
Explaining textual analysis tools in Python. Including Preprocessing, Skip Gram (word2vec), and Topic Modelling.
Stars: ✭ 48 (-82.55%)
Mutual labels:  gradient-descent
ML-MCU
Code for IoT Journal paper title 'ML-MCU: A Framework to Train ML Classifiers on MCU-based IoT Edge Devices'
Stars: ✭ 28 (-89.82%)
Mutual labels:  gradient-descent
Learned-Turbo-type-Affine-Rank-Minimization
Code for Learned Turbo-ype Affine Rank Minimization
Stars: ✭ 4 (-98.55%)
Mutual labels:  gradient-descent
descent
First-order optimization tools
Stars: ✭ 23 (-91.64%)
Mutual labels:  gradient-descent
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (-81.82%)
Mutual labels:  gradient-descent
least-squares-cpp
A single header-only C++ library for least squares fitting.
Stars: ✭ 46 (-83.27%)
Mutual labels:  gradient-descent
ReinforcementLearning Sutton-Barto Solutions
Solutions and figures for problems from Reinforcement Learning: An Introduction Sutton&Barto
Stars: ✭ 20 (-92.73%)
Mutual labels:  gradient-descent
Image-Classifier
Final Project of the Udacity AI Programming with Python Nanodegree
Stars: ✭ 63 (-77.09%)
Mutual labels:  gradient-descent
Neural Network From Scratch
Implementing Multiple Layer Neural Network from Scratch
Stars: ✭ 272 (-1.09%)
Mutual labels:  gradient-descent
Diffmorph
Image morphing without reference points by applying warp maps and optimizing over them.
Stars: ✭ 249 (-9.45%)
Mutual labels:  gradient-descent
interactive-simple-linear-regression
A PureScript, browser-based implementation of simple linear regression.
Stars: ✭ 15 (-94.55%)
Mutual labels:  gradient-descent

Intro

PyTorch implementation of Learning to learn by gradient descent by gradient descent.

Run

python main.py

TODO

  • [x] Initial implementation
  • [x] Toy data
  • [x] LSTM updates
  • [ ] Refactor, find a better way to organize the modules
  • [ ] Compare with standard optimizers
  • [x] Real data
  • [ ] More difficult models
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].