From 3f121f0a169b4d1fd25e5e1f888c1fd1a042460b Mon Sep 17 00:00:00 2001 From: Peter O'Connor Date: Tue, 1 Mar 2016 21:53:27 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18eec6d..84f1b5c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The code in this repo allows you to recreate our experiments in our new paper [D ## The Code -The Spiking MLP is written in Java (for speed), but we call it from Python (for convenience), using JPype (as a bridge). This repo depends on [Plato](https://github.com/petered/plato), which is a library of useful ML/Deep Learning stuff, mainly built on top of Theano, and [DeepSpike](https://github.com/petered/DeepSpike) which is our fancy new Java Spiking Deep Network repo. +The Spiking MLP is written in Java (for speed), but we call it from Python (for convenience), using [JPype](https://github.com/originell/jpype) (as a bridge). This repo depends on [Plato](https://github.com/petered/plato), which is a library of useful ML/Deep Learning stuff, mainly built on top of Theano, and [DeepSpike](https://github.com/petered/DeepSpike) which is our fancy new Java Spiking Deep Network repo. ## Setup