Learn R Programming

NNbenchmark (version 3.2.0)

uDreyfus2: Dataset uDreyfus2

Description

An univariate dataset (x, y) of class data.frame and dim 51 x 2 to be fitted by a neural network with 3 hidden neurons (10 parameters). This dataset was used to teach neural networks at ESPCI from 1991 to 2013. It usually appeared in the very first slides. This is a combination of 3 pure tanh() functions with a small noise. Due to the noise, the Jacobian matrix is not singular at the target parameter values. All algorithms should find the target parameter values.

Arguments

References

Dreyfus, G., ESPCI https://www.neurones.espci.fr

Examples

Run this code
# NOT RUN {
ht(uDreyfus2)
plot(uDreyfus2)
# }

Run the code above in your browser using DataLab