Skip to content

Releases: petered/plato

Post NIPS Release

13 Jun 16:32
Compare
Choose a tag to compare

This is to support the code released for our paper, see https://github.com/petered/pdnn

Post ICLR Release

07 Nov 19:02
Compare
Choose a tag to compare
Merge pull request #83 from petered/ongoing_changes

Ongoing changes

Jewel 1

07 Oct 14:12
Compare
Choose a tag to compare

Updated version of plato we used in the jewel demo. Only major difference is add_test_values is now off by default, because propagationg test values was slow for big networks.

Realease for Spiking MLP experiments

25 Feb 17:36
Compare
Choose a tag to compare

This release has minor updates to Plato. It's mainly made to support the experiments here: https://github.com/petered/spiking-mlp

No more update-passing

25 Jan 21:12
Compare
Choose a tag to compare

Here we finally do away with passing updates as return values. In our new API, you declare state updates with add_update(shared_var, new_value). Note that this is not backwards-compatible with 0.0.0, but that's life.

Plato - Initial Release

12 Aug 14:32
Compare
Choose a tag to compare

This is the first release of Plato. We anticipate future API changes being backwards-compatible, but who knows?