Convergence au 421
Monitorer l'apprentissage :
Les graphiques en python :
import matplotlib.pyplot as plt
plt.plot( valueLst )
plt.ylabel('plot label')
plt.show()Last updated
Was this helpful?
import matplotlib.pyplot as plt
plt.plot( valueLst )
plt.ylabel('plot label')
plt.show()Last updated
Was this helpful?
Was this helpful?