ANN-Fundamentals icon indicating copy to clipboard operation
ANN-Fundamentals copied to clipboard

Notebook 4

Open stemlock opened this issue 3 years ago • 0 comments

  1. Build ANN Classifier: We show how to build an ANN using Keras Sequential API, but make no mention of the Functional API for more customized architectures. Might be worthwhile including a link to external material as primer on Keras Functional API.
  2. Load and Visualize Data: Consider splitting train data into train and val and then running training using the validation data set, and evaluate on the test set.

stemlock avatar Nov 17 '21 20:11 stemlock