Mohamed Moustafa Kamra

Results 2 comments of Mohamed Moustafa Kamra

Actually the number of inputs is technically not 1. X_train is a numpy array with number of rows = ntrainData and number of columns = n_inputs Y_train is a numpy...

I am not using PyTorch, I am using tensor flow. I have used tensorflow::keras to train a neural network based on the model above. ``` def build_model(X_train, d , n...