You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using day0, day1, etc is ambiguous and error prone since we change the order often. Also it is difficult to relate exercises with tests. I propose the following:
Use clearer naming scheme for each chapter e.g. linear_classifiers.
Keep the name in references in the guide
Use clearer naming scheme for each exercise e.g. backpropagation_numpy
Keep the name in references in the guide
The text was updated successfully, but these errors were encountered:
ramon-astudillo
changed the title
Feature: Non Ambigous names for days
Feature: Non Ambiguous names for days
Jan 30, 2018
Using day0, day1, etc is ambiguous and error prone since we change the order often. Also it is difficult to relate exercises with tests. I propose the following:
linear_classifiers
.backpropagation_numpy
The text was updated successfully, but these errors were encountered: