ANN-Fundamentals
ANN-Fundamentals copied to clipboard
Notebook 4
- 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.
- 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.