From fcacc8df1fe17c127021dffcfa1c8de93b593466 Mon Sep 17 00:00:00 2001 From: Maik1999 Date: Sun, 25 Feb 2018 18:33:59 +0100 Subject: [PATCH] Added link to pull request 62 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f169e1..a7a35d7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Here are some demos running directly in the browser: * only use testing data * [ ] Support for saving / restoring network (see [#50](https://github.com/CodingTrain/Toy-Neural-Network-JS/pull/50)) * [ ] Support for different activation functions (see [#45](https://github.com/CodingTrain/Toy-Neural-Network-JS/pull/45), [#62](https://github.com/CodingTrain/Toy-Neural-Network-JS/pull/62)) -* [ ] Support for multiple hidden layers (see #61) +* [ ] Support for multiple hidden layers (see [#61](https://github.com/CodingTrain/Toy-Neural-Network-JS/pull/61)) * [ ] Support for neuro-evolution * [ ] play flappy bird (many players at once). * [ ] play pong (many game simulations at once)