As easy as I can make torchjs05.html (Layers & Optimizers)

This matches our torch05.py logic. Instead of manual math, we use tf.layers.dense to create the brain structure.

Goal: Find the rule y = 2x + 1 using professional layers.
Click the button to train, then click the black box to edit the learningRate or the number of epochs!



...