News

The demo instantiates a 9-6-9 neural autoencoder that has tanh() hidden layer activation and identity() output layer activation. Then, training parameters are set to maxEpochs = 1000, lrnRate = 0.010, ...
The demo instantiates a 9-6-9 neural autoencoder that has tanh() hidden layer activation and tanh() output layer activation. Then, training parameters are set to maxEpochs = 1000, lrnRate = 0.010, and ...