The site is : playground.tensorflow.org
One can play with the parameters to a neural network problem and run
the algorithm. At this point, just using the two splotches of dots from the left
as a sample program.
Starting with random weights to a linear equation, one builds up knowledge
through iteration. Gradient descent (Cauchy) identify the direction in which
the weight measurements should move.
Supervised Learning - and one propagtes error backward for a better fit.
There are refinements to consider, testing in smaller subsets to avoid being misled
by non-generalizable data. One also adjusts for overfitting by running partial
No comments:
Post a Comment