Skip to content

Latest commit

 

History

History
executable file
·
4 lines (4 loc) · 198 Bytes

README.md

File metadata and controls

executable file
·
4 lines (4 loc) · 198 Bytes

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.