Skip to content

tiago939/target

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the code implemented from the paper "Gradient target propagation".
http://arxiv.org/abs/1810.09284
------------------------------------------------------------------------------------------
Set the parameters and data in the main.py script
Use python 2.7, requires Numpy.
Run with "python target.py"

The program prints on screen:
online score of the training data, loss on the training data, number of examples training, epoch

Also, after each epoch, the program prints on screen:
epoch, score on test data, loss on test data

The program outputs a file containing all the weights, useful for the test script and might be used later on.
--------------------------------------------------------------------------------------------
DISCLAIMER: I take no responsability for the usage of all files and documentation provided. The use of the files is done at your own discretion and risk.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages