./wip/libneural, C++ library for creating 3-layer backpropagation neural networks

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.3, Package name: libneural-1.0.3, Maintainer: rasputnik


From the homepage:

"libneural is an extremely tiny library for creating a software
three layer backpropagation neural network.
This is useful for a very wide variety of pattern recognition
and classification problems. It is written in C++, based on the
standard algorithm with NO fancy features like bias terms or
momentum (which I tried and found to be pretty useless for my
application anyway)."


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 6e45562749226f876b42325be984ce3a86d25749
Filesize: 175.035 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-13 20:33:44 by othyro | Files touched by this commit (26)
Log message:
Packages that install libtool libraries should define USE_LIBTOOL.
   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2006-09-14 20:26:46 by David Howland | Files touched by this commit (1)
Log message:
USE_LANGUAGES= c c++
   2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79)
Log message:
Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
   2005-09-28 16:24:39 by Roland Illig | Files touched by this commit (55)
Log message:
Removed trailing white-space.
   2005-09-28 08:41:20 by Roland Illig | Files touched by this commit (179)
Log message:
Added RMD160 checksums.
   2004-09-23 07:59:50 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.