This article was written by Jason Brownlee. Artificial neural networks have two main hyperparameters that control the architecture or topology of the network: the number of layers and the number of nodes in each hidden layer. You must specify values for these parameters when configuring your network. The most reliable way to configure these hyperparameters for your… Read More »How to Configure the Number of Layers and Nodes in a Neural Network