Training simple Neural Networks with Keras layers using Tensorflowjs

Training Input x = [1], [2], [3], [4]
Training output y = [1], [3], [5], [7]
What is the output going to be if the input is 5 using a reasonably simple keras layer?
The answer should be close to 9.




...











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!