A multi-platform library for easily managing any kind of neural networks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Fabio Manganiello d37fe0cd5d
Update README
11 years ago
doc Is it time to release 1.0 version? 14 years ago
examples Is it time to release 1.0 version? 14 years ago
include Is it time to release 1.0 version? 14 years ago
src Is it time to release 1.0 version? 14 years ago
BUGS Making everything cooler 14 years ago
ChangeLog Release 1.0 is almost out 14 years ago
INSTALL Making everything cooler 14 years ago
LICENCE stuffing 14 years ago
Makefile Documentation re-generated, a lot of minor stuff 14 years ago
README Update README 11 years ago
TODO Hey I can't believe it, I fixed it... 14 years ago
VERSION Release 1.0 is almost out 14 years ago

README

=======================================================
  _ _ _     _   _                      _ 
 | (_) |__ | \ | | ___ _   _ _ __ __ _| |   _      _
 | | | '_ \|  \| |/ _ \ | | | '__/ _` | | _| |_  _| |_
 | | | |_) | |\  |  __/ |_| | | | (_| | ||_   _||_   _|
 |_|_|_.__/|_| \_|\___|\__,_|_|  \__,_|_|  |_|    |_|
=======================================================
                                           

C++ class for managing neural networks, by BlackLight < blacklight@autistici.org >
Released under GNU GPL licence v.3, copyright 2008-2009

> To install:
	-> goto INSTALL

> To link programs with it:
	g++ <options and files> -lneural++

> HOWTO:
	# Take a look to the example in "examples" directory in the source package, in
	  $PREFIX/share/neural++ or at http://blacklight.gotdns.org/prog/neuralpp/examples .
	
	# Take a look to the example in "doc" directory in the source package, in
	  $PREFIX/share/neural++ or at http://blackligtht.gotdns.org/prog/neuralpp/doc/index.html.
	  You can also generate the documentation on your own moving to include/
	  directory in the source package and typing `doxygen`, if you've got doxygen
	  installed.