(rights: source)

Classical Neural Networks: What does a Loss Function Landscape look like?

Michael Chan
Towards Data Science
4 min readFeb 26, 2020

--

Ever wondered on what kind of topology we were optimising our neural networks on? Well now you know!

Every neural network’s objective/loss function is to be minimized! But what does this loss function really look like? Today, we will be showing the loss function for two different neural networks (N1, N2: fig.1).

--

--