synthetic-gradients
There are 9 repositories under synthetic-gradients topic.
andrewliao11/dni.pytorch
Implement Decoupled Neural Interfaces using Synthetic Gradients in Pytorch
hannw/sgrnn
Tensorflow implementation of Synthetic Gradient for RNN (LSTM)
ixaxaar/pytorch-dni
Decoupled Neural Interfaces Using Synthetic Gradients - under develeopment
nitarshan/decoupled-neural-interfaces
TensorFlow implementation of "Decoupled Neural Interfaces using Synthetic Gradients"
dniku/perceptual-gradient-networks
Predicting gradient (of perceptual loss) without doing a backward pass
mtanghu/DNI-RNN
Decoupled Neural Interfaces (Jaderberg et al. 2017) mini-package for easy integration with pytorch RNNs
architsharma97/MNIST
Tests convergence of various estimators. In particular, PD and SF/REINFORCE are tested for gaussian and bernoulli latent variables and Synthetic gradients are tested in MNIST Classification (DNI).
ankitesh97/ClashRoyaleOutcomePredictor
This repo contains a simple neural network to predict outcome of a clash royale game, this project is done solely to compare the execution speed vs accuracy of the new training method (synthetic gradients) vs the ubiquotous backpropogation algorithm