[libfann] 177/242: added article

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.

commit 8df529f30ad15873c512c7b55f771f9b5f5c29f0
Author: Steffen Nissen <lukesky at diku.dk>
Date:   Sun May 1 07:56:24 2005 +0000

    added article
---
 doc/fann_en.pdf | Bin 0 -> 952598 bytes
 doc/fann_fr.pdf | Bin 0 -> 716886 bytes
 doc/fann_pl.pdf | Bin 0 -> 946629 bytes
 doc/intro.html  |   4 ++--
 doc/menu.html   |   8 +++++++-
 5 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/doc/fann_en.pdf b/doc/fann_en.pdf
new file mode 100644
index 0000000..cd948d4
Binary files /dev/null and b/doc/fann_en.pdf differ
diff --git a/doc/fann_fr.pdf b/doc/fann_fr.pdf
new file mode 100644
index 0000000..2b1932e
Binary files /dev/null and b/doc/fann_fr.pdf differ
diff --git a/doc/fann_pl.pdf b/doc/fann_pl.pdf
new file mode 100644
index 0000000..6065e47
Binary files /dev/null and b/doc/fann_pl.pdf differ
diff --git a/doc/intro.html b/doc/intro.html
index 0af693c..5fdd9a8 100644
--- a/doc/intro.html
+++ b/doc/intro.html
@@ -41,11 +41,11 @@ recommendations on how to use the library.
   <li>Easy to use (create, train and run an ANN with just three function calls)
   <li>Fast (up to 150 times faster execution than other libraries)
   <li>Versatile (possible to adjust many parameters and features on-the-fly)
-  <li>Well documented (An easy to use <a href='reference/index.html'>reference manual</a> and a 50+ page <a href='http://prdownloads.sourceforge.net/fann/fann_doc_complete_1.0.pdf?download'>university report</a> describing the implementation considerations etc.)
+  <li>Well documented (An easy to use <a href='fann.html'>reference manual</a>, a 50+ page <a href='http://prdownloads.sourceforge.net/fann/fann_doc_complete_1.0.pdf?download'>university report</a> describing the implementation considerations etc. and an introduction <a href='fann_en.pdf'>article</a>)
   <li>Cross-platform (configure script for linux and unix, dll files for windows, project files for MSVC++ and Borland compilers are also reported to work)
   <li>Several different activation functions implemented (including stepwise linear functions for that extra bit of speed)
   <li>Easy to save and load entire ANNs
-  <li>Several easy to use examples (simple <a href='http://sourceforge.net/docman/display_doc.php?docid=19857&group_id=93562'>train example</a> and simple <a href='http://sourceforge.net/docman/display_doc.php?docid=19858&group_id=93562'>test example</a>)
+  <li>Several easy to use examples (simple <a href='http://cvs.sourceforge.net/viewcvs.py/fann/fann/examples/simple_train.c?view=markup'>train example</a> and simple <a href='http://cvs.sourceforge.net/viewcvs.py/fann/fann/examples/simple_test.c?view=markup'>test example</a>)
   <li>Can use both floating point and fixed point numbers (actually both float, double and int are available)
   <li>Cache optimized (for that extra bit of speed)
   <li>Open source (licenced under <a href='http://www.gnu.org/copyleft/lesser.html'>LGPL</a>)
diff --git a/doc/menu.html b/doc/menu.html
index 2c7f572..f740b7b 100644
--- a/doc/menu.html
+++ b/doc/menu.html
@@ -28,7 +28,12 @@ function makeFrame()
   <a href="intro.html" target="viewer">Introduction</a> ›<br>
   <a href="html/index.html" target="viewer">Reference Manual</a> ›<br>
   <a href="fann.html" target="viewer">Ref Man (single file)</a> ›<br>
-  <a href="fann.pdf" target="viewer">Reference Manual PDF</a> ›<br><br>
+  <a href="fann.pdf" target="viewer">Reference Manual PDF</a> ›<br>
+  <a href="fann_en.pdf" target="viewer">Article (English)</a> ›<br>
+  <a href="fann_fr.pdf" target="viewer">Article (French)</a> ›<br>
+  <a href="fann_en.pdf" target="viewer">Article (Polish)</a> ›<br><br>
+
+
   <a href="http://www.geocities.com/freegoldbar/indexExplorer.html" target="viewer">Graphical Interface</a> ›<br>
   <a href="http://www.geocities.com/freegoldbar/CppWrapperHelp/index.html" target="viewer">C++ Bindings</a> ›<br>
   <a href="fann.html#php" target="viewer">PHP Extension</a> ›<br>
@@ -37,6 +42,7 @@ function makeFrame()
   <a href="http://www.geocities.com/freegoldbar/indexExplorer.html" target="viewer">.NET Bindings</a> ›<br>
   <a href="http://www.geocities.com/freegoldbar/indexMath.html" target="viewer">Mathematica Extension</a> ›<br>
   <a href="http://blueruby.mydns.jp/fann/index.rbx?cmd=view;name=top" target="viewer">Ruby Bindings</a> ›<br><br>
+
   <a href="http://sourceforge.net/projects/fann/" target="viewer">Sourceforge Page</a> ›<br>
   <a href="http://freshmeat.net/projects/fann/" target="viewer">Freshmeat Page</a> ›<br>
   <a href="http://lists.sourceforge.net/mailman/listinfo/fann-general" target="viewer">Mailing list</a> ›<br>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list