model = Sequential() nFeatures = X.shape[1] model.add(Dense(20, input_dim=nFeatures, activation="relu", kernel_initializer="r