Moozonian
Web Images Developer News Books Maps Shopping Moo-AI Generate Art
Showing results for backpropagation
GitHub Repo https://github.com/Jasonnor/Backpropagation

Jasonnor/Backpropagation

Implementing multilayer neural networks through backpropagation using Java.
GitHub Repo https://github.com/kazuto1011/grad-cam-pytorch

kazuto1011/grad-cam-pytorch

PyTorch re-implementation of Grad-CAM (+ vanilla/guided backpropagation, deconvnet, and occlusion sensitivity maps)
GitHub Repo https://github.com/wagenaartje/neataptic

wagenaartje/neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
GitHub Repo https://github.com/shibhansh/loss-of-plasticity

shibhansh/loss-of-plasticity

Demonstrations of Loss of Plasticity and Implementation of Continual Backpropagation
GitHub Repo https://github.com/jgabriellima/backpropagation

jgabriellima/backpropagation

Neural Network Backpropagation Algorithm. Implementation using python
GitHub Repo https://github.com/rtqichen/torchdiffeq

rtqichen/torchdiffeq

Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.
GitHub Repo https://github.com/mattm/simple-neural-network

mattm/simple-neural-network

A simple Python script showing how the backpropagation algorithm works.
GitHub Repo https://github.com/HIPS/Probabilistic-Backpropagation

HIPS/Probabilistic-Backpropagation

Implementation in C and Theano of the method Probabilistic Backpropagation for scalable Bayesian inference in deep neural networks.
GitHub Repo https://github.com/karpathy/lecun1989-repro

karpathy/lecun1989-repro

Reproducing Yann LeCun 1989 paper "Backpropagation Applied to Handwritten Zip Code Recognition", to my knowledge the earliest real-world application of a neural net trained with backpropagation.
GitHub Repo https://github.com/fmscole/backpropagation

fmscole/backpropagation

学习反向传播的python3代码