Skip to content

Instantly share code, notes, and snippets.

@Yuvnish017
Created July 10, 2021 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yuvnish017/0518a1dc9fe4573c4e2d424b5bef31e1 to your computer and use it in GitHub Desktop.
Save Yuvnish017/0518a1dc9fe4573c4e2d424b5bef31e1 to your computer and use it in GitHub Desktop.
Parkinson_disease_detection
hist = model.fit(x_train, y_train, batch_size=128, epochs=70, validation_data=(x_test, y_test))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment