Also we need to have consistent separators - or _ in the notebook names, currently we have both:
001a_nn_basics.ipynb
Cifar10-comparison-pipelines.ipynb
dogscats-test-aug.ipynb
I personally like -
(minus) separator for filenames, keeping _
is for variables in the code.
and consistent case? s/Cifar/cifar/?
and I suppose you decided to have notebooks starting with 00X for future lessons, and non 00X (Cifar10-) to cover supplementary topics which won’t be directly worked on the new editions of fastai MOOC, correct?
Finally, can we have better hints in the name of the notebook of what it is about? e.g. img-reg (image regression), img-class (image classification), structured-classification, etc.
In v0 at the beginning it’s very confusing when notebook names only have the name of the kaggle competition or what objects they work with (rossman, cats-dogs, dog-breed). these are all fine and easy to refer to, but perhaps some abbreviation added to what type of a problem they are trying to solve: reg/class and type of input (img/nlp/structure).