llSourcell / Make_a_neural_network

This is the code for the "Make a Neural Network" - Intro to Deep Learning #2 by Siraj Raval on Youtube
198 stars 214 forks source link

Rewrote for Python 3 #14

Open OtherAesop opened 5 years ago

OtherAesop commented 5 years ago

Updated code for Python 3, just a few lines of translation. Tested and functional as written here.

xrange -> range https://treyhunner.com/2018/02/python-3-s-range-better-than-python-2-s-xrange/