NEWS
hann 1.1-3
NEW FEATURES
- The new function combine makes predictions combining several
neural networks possibly optimized with different classes.
- The new function tune.hann helps to choose the hyperparameters
(number of hidden neurons and slope of the activation function).
- The new function hann is a wrapper for all types of neural
nets. The new class "hann" has 'secondary' classes "hann1" or
"hann3". There are several new methods: summary(), plot(),
coef(), fitted(), str(), and labels().
- The optimized networks now include an element $fitted with the
final signals, and an element $labels with the labels of the
input classes.
- The new function binarize helps to prepare the binary patterns
from vectors or matrices of numeric values (e.g., read from
image files).
BUG FIXES
- A bug has been fixed in the calculations of gradients of hann3()
so convergence should be improved (and faster).
- The internal code used to allocate new memory at each iteration:
this is fixed.
OTHER CHANGES
- The internal code of hann3() has been optimised so it should be
at least twice faster.
hann 1.1 (2025-08-20)
- Included R_NO_REMAP in prototype_7.c.
hann 1.0 (2025-07-25)
hann 0.1
- Initial release on GitHub.