https://colab.research.google.com/drive/16prrf-XMy-QjbAvqUpbdCV2XRjBLg6uY
Hi I had made the thinking that we should first increase the dimensionality of the data and then reduce it to the size of output gradually.
But after incorparating changes as told by you
model.compile(optimizer=‘rmsprop’,loss=‘mse’,metrics=[‘mae’])
I am not able to determine …how much loss i can tolerate.
Also my model is taking alot of eochs to reduce the error.
So certainly I am doing something wrong.
Kindly correct me [Code link attached]