From 9cb1f2a2674c6590f98754ead151cd6337e9353a Mon Sep 17 00:00:00 2001 From: Joel Self Date: Wed, 30 Dec 2015 11:03:27 -0700 Subject: [PATCH] Added note to v0.1 README to check out later releases. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac7a15b6..1451fe3f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # `Fann C#` -## FANN +## FANN + +*Check out the current (as of 30 Dec. 2015) [tagged release](https://github.com/joelself/FannCSharp/tree/v0.1.2) that now has debug binaries.* Or check out the [releases page](https://github.com/joelself/FannCSharp/releases/) which always has the latest release. **Fast Artificial Neural Network (FANN) Library** is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks.