mxnet-the-straight-dope
mxnet-the-straight-dope copied to clipboard
Missing Markdown list creation in Intro chapter
In the intro chapter, in the section on supervised learning (http://gluon.mxnet.io/chapter01_crashcourse/introduction.html#Supervised-learning), there is a Markdown bullet point list that is not rendered as a bullet point list, presumably because of a missing empty line before the list:
Partly, that’s because many important tasks can be described crisply as predicting something unknown from something known: * Predict cancer vs not cancer, given a CT image * Predict the correct translation in French, given a sentence in English * Predict the price of a stock next month based on this month’s financial reporting data
Issue does not appear in
https://github.com/zackchase/mxnet-the-straight-dope/blob/master/chapter01_crashcourse/introduction.ipynb
but down appear in link provided by original poster.
Opened pull request https://github.com/zackchase/mxnet-the-straight-dope/pull/342 to fix issue.