Skip to content
/ nn_rm Public

This repository contains a neural network implementation using reverse-mode automatic differentiation. This technique efficiently computes gradients and is commonly used in backpropagation. Our well-documented code makes it easy to learn about neural networks and reverse-mode autodiff.

License

Notifications You must be signed in to change notification settings

EduPaolo/nn_rm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nn_rm

This repository contains a neural network implementation using reverse-mode automatic differentiation. This technique efficiently computes gradients and is commonly used in backpropagation.

About

This repository contains a neural network implementation using reverse-mode automatic differentiation. This technique efficiently computes gradients and is commonly used in backpropagation. Our well-documented code makes it easy to learn about neural networks and reverse-mode autodiff.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages