4.1. Visualizing our Loss

Summary of our loss after 5000 Epochs

In [19]:
plt.plot(loss_plot)
plt.ylabel('Loss')
plt.xlabel('Epochs')
Out[19]:
Text(0.5,0,'Epochs')