Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save n0obcoder/ed2f172ecf39e9fb1f8408741c8219fe to your computer and use it in GitHub Desktop.

Select an option

Save n0obcoder/ed2f172ecf39e9fb1f8408741c8219fe to your computer and use it in GitHub Desktop.
plt.plot(slope_list)
plt.plot(intercept_list)
plt.title('Learnt Values of Slope and Intercept')
plt.legend(['slope', 'intercept'])
plt.xlabel('#Epochs')
plt.ylabel('Learnt Parameteres')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment