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.