multilayer perceptron regressor

In this post, we'll work through the implementation of a Multilayer Perceptron Regressor with numpy. A fully-worked code example is included.

what is a sklearn pipeline

Learn what is a sklearn pipeline, and the reasons why you should use them in your ML project. Two simple examples in Python are included.

mini-batch gradient descent

Learn the Mini-Batch Gradient Descent algorithm, and some of the key advantages and disadvantages of using this technique. Examples done in Python.

stochastic gradient descent

Learn the Stochastic Gradient Descent algorithm, and some of the key advantages and disadvantages of using this technique. Examples done in Python.

how neural networks learn

Gain insight, and an intuition, for how Neural Networks learn. A worked example, covering each step in the learning procedure, is included.

batch gradient descent

Learn the Batch Gradient Descent algorithm, and some of the key advantages and disadvantages of using this technique. Examples done in Python.