2009-08-09 11:17:39 +02:00
|
|
|
--- Release 0.3 ---
|
2009-08-09 02:15:19 +02:00
|
|
|
|
|
|
|
2009-08-09 BlackLight <blacklight@autistici.org>
|
|
|
|
|
|
|
|
* Makefile: Totally changed
|
|
|
|
* neural++.hpp: Changed header name, added BETA0 macro
|
|
|
|
* synapsis.cpp: Added momentum() method to compute the inertial momentum
|
|
|
|
of a synapsis
|
2009-08-09 10:24:52 +02:00
|
|
|
* everything: Data type changed from float to double for everything,
|
2009-08-09 11:17:39 +02:00
|
|
|
fixing neuralpp namespace, fixed indentation, fixed exception throwing,
|
|
|
|
fixed documentation
|
2009-08-09 02:15:19 +02:00
|
|
|
|
|
|
|
--- Release 0.2.2 ---
|
|
|
|
|
|
|
|
2008-11-04 BlackLight <blacklight@autistici.org>
|
|
|
|
|
|
|
|
* all: Added initXML(), XMLFromSet() and closeXML() methods to auto-
|
|
|
|
generate training XML.
|
2009-02-18 00:19:29 +01:00
|
|
|
|
|
|
|
train() method can now get XML both from a file and from a simple string.
|
2009-08-09 02:15:19 +02:00
|
|
|
|
|
|
|
--- Release 0.2.1 ---
|
|
|
|
|
|
|
|
2008-10-22 BlackLight <blacklight@autistici.org>
|
|
|
|
|
|
|
|
* all: Added `train()` method to NeuralNet class, that allows you to
|
|
|
|
train a neural network using an XML containing pre-saved training
|
|
|
|
sets (input values, expected output). See examples/adder.xml for an
|
|
|
|
example of such XML.
|
|
|
|
|
|
|
|
--- Release 0.2 ---
|
|
|
|
|
|
|
|
2008-10-12 BlackLight <blacklight@autistici.org>
|
|
|
|
|
|
|
|
* all: Added `save()` method to NeuralNet class, that allows you to
|
|
|
|
save a trained neural network to a binary file, to load anytime you
|
|
|
|
need using NeuralNet(const char *fname) constructor.
|
|
|
|
|
|
|
|
--- Release 0.01b ---
|
|
|
|
|
|
|
|
2008-04-03 BlackLight <blacklight@autistici.org>
|
|
|
|
|
|
|
|
* all: First beta release ^^
|
|
|
|
|
|
|
|
Copyright 2008, 2009, BlackLight
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
are permitted provided the copyright notice and this notice are
|
|
|
|
preserved.
|
2009-02-18 00:19:29 +01:00
|
|
|
|