Keras Layers as easy as I can make them

So now lets make a keras layers Neural Network with both decimal inputs and outputs

xTrainingData a random set of 4 (default) decimal numbers as X between the values 0.001 and 5
yTrainingTarget y calculated from 2X+3

Learning Rate:

Samples per batch : , Epochs (# of batches to run) :

Enter your own data below for your own x and y equation, or generate data based on the equation 2X+3
xTrainingData:
yTrainingTarget:



Interesting how different multipliers effect the learning rate. Larger 20x 70x 200x etc needs a smaller learning rate.



Test the data: --> For 2X+3 should equal about




...

...











This Github, ... this Github Website Version, ... this Hosted Website Version, ... Tensorflowjs

By Jeremy Ellis
Twitter@rocksetta
Website http://rocksetta.com
Use at your own risk!