zackchase / mxnet-the-straight-dope

An interactive book on deep learning. Much easy, so MXNet. Wow. [Straight Dope is growing up] ---> Much of this content has been incorporated into the new Dive into Deep Learning Book available at https://d2l.ai/.
https://d2l.ai/
Apache License 2.0
2.56k stars 725 forks source link

Missing Markdown list creation in Intro chapter #296

Open glez-aws opened 7 years ago

glez-aws commented 7 years ago

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

sebg commented 7 years ago

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.