ANN Hidden Layers

Kevin Tham | 27 January 2019

This article is a continuation of the previous post, The Backpropagation Algorithm.

read more

The Backpropagation Algorithm

Kevin Tham | 26 February 2018

In this article we will go through the some of the details of implementing an Artificial Neural Network (ANN), including the derivation of the backpropagation algorithm and its vectorization for greater efficiency. Following that in a future article we will apply the ANN to an artificial dataset in order to try and understand how having hidden layers allows ANNs to classify datasets with complicated and nonlinear decision boundaries.

read more