Design, showing comparisons between various different architectures you’ve tried, using evaluative metrics to demonstrate an overall good solution to the task.
Task – Feed forward Neural Networks You will implement a feed forward artificial neural network (ANN) within Python (using Keras) for the purposes of solving a binary classification task as a mini-research project. For this network, you will be provided a dataset from the finance sector. A description of the dataset is provided in the […]