How to get a convex curve for weights versus loss in a neural network

In most literature on neural networks, a 3D graph of weights, displacements, and loss functions is shown below. enter image description here When I tried, I got a plot like this enter image description here

Here is more detailed information. Here is a glimpse of the data set, there are 15,000 case studies, enter image description here

Here is the formula for the cost function used, enter image description here

enter image description here

Here is a link to ipython notebook with code and visualization.

I want to get a curve like the one shown in the first image for demonstration purposes.

+6
source share
1 answer

, :

w () x b y - z.

w b - w, b

x, y, z 3D. .

+1

All Articles