One keras video a day! I love it, I am learning so much, thanks!!!
@turuus52152 жыл бұрын
Pretty nice explanation, thank you.
@vinibp5 жыл бұрын
thank you!
@obsidiansiriusblackheart5 жыл бұрын
For the first layer you're adding to the model, why are you doing x.shape[1]? doesn't that make a 4x1 array of each row from the csv array data? And why 50 output nodes (I believe that's what the 50 is...)
@reyruben6193 жыл бұрын
Thank You!
@theronfrederickleesmith53585 жыл бұрын
Hi, I followed all of your steps to install python and when I run the code for early stopping, I receive the following error: "__init__() got an unexpected keyword argument 'restore_best_weights'". I googled it and discovered it happens when an older version of Keras is installed, however, I have 2.2.4 and do not know why I am receiving this error code. Possibly, do you know why this is happening?
@tresortshimbombo31335 жыл бұрын
I got the same issue using the jupyter notebook on 4.3, I just deleted the argument 'restore_best_weights' and it worked!