lucasb-eyer / Backprop.jl

Textbook implementation of backprop (from the Jacobian point of view) in Julia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backprop.jl

Solution to an exercise I gave on implementing backprop from the Jacobian point of view.

I'll make the exercise and detailed explanation public at some later point, for now this is mainly useful for the students who attended the course.

Data

You can download the prepared data at the following locations and extract the files into the data/ subfolder:

About

Textbook implementation of backprop (from the Jacobian point of view) in Julia.

License:MIT License


Languages

Language:Julia 100.0%