diff --git a/doc/Programs/SVD/Fortran/fit.x b/doc/Programs/SVD/Fortran/fit.x new file mode 100755 index 000000000..294c40df3 Binary files /dev/null and b/doc/Programs/SVD/Fortran/fit.x differ diff --git a/doc/Programs/SVD/Fortran/out b/doc/Programs/SVD/Fortran/out new file mode 100644 index 000000000..238eb3844 --- /dev/null +++ b/doc/Programs/SVD/Fortran/out @@ -0,0 +1,5 @@ + Quality of fit: + Number of terms in polynomial expansion: 7 +CHISQ = 2.99542 + Extrapolated energy with error + -2.8898506204392826 Infinity diff --git a/doc/Programs/SVD/Fortran/simplefit.dat b/doc/Programs/SVD/Fortran/simplefit.dat index 2ed9a6136..1d1d96d8e 100755 --- a/doc/Programs/SVD/Fortran/simplefit.dat +++ b/doc/Programs/SVD/Fortran/simplefit.dat @@ -1,4 +1,4 @@ -8 3 +8 7 0.001 -2.89017 0.00073621 0.002 -2.88946 0.00052732 0.005 -2.89067 0.00055038 diff --git a/doc/pub/NeuralNet/html/._NeuralNet-bs000.html b/doc/pub/NeuralNet/html/._NeuralNet-bs000.html index 9644c2e5a..d01faf980 100644 --- a/doc/pub/NeuralNet/html/._NeuralNet-bs000.html +++ b/doc/pub/NeuralNet/html/._NeuralNet-bs000.html @@ -11,9 +11,9 @@ Automatically generated HTML file from DocOnce source
+ + + + +
+The approaches to machine learning are many, but are often split into two main categories. +In supervised learning we know the answer to a problem, +and let the computer deduce the logic behind it. On the other hand, unsupervised learning +is a method for finding patterns and relationship in data sets without any prior knowledge of the system. +Some authours also operate with a third category, namely reinforcement learning. This is a paradigm +of learning inspired by behavioural psychology, where learning is achieved by trial-and-error, +solely from rewards and punishment. + +
+Another way to categorize machine learning tasks is to consider the desired output of a system. +Some of the most common tasks are: + +
+ +
+ + +