Consider aspects of the network architecture, such as how many hidden layers and nodes are required, for an ‘optimal’ solution
Task – Feed forward Neural Networks You will implement a feedforward 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 Data […]