Skip to content

kevinghst/ML-Spring-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Optimizing Jacobian Computation for Autoencoders

This repo contains Python and C++ implementations for the standard and optimized versions of the algorithm used to compute the Jacobians of an autoencoder.

The methods _jacobian() and _jacobian_opt() in neural_network.py/cpp are the standard and optimized backpropagation algorithms respectively. The methods jacob_backward_pass() and jacob_backward_opt_pass() from layers.py/cpp are used to propagate the Jacobian across each layer object.

The underlying autoencoder infrastructure is based on Erik Lindernoren's ML-From-Scratch project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published