Live data from Hacker News

Show HN: Python Machine Learning – A Crash Course

github.com

21–22 of 22 posts

Re: Show HN: Python Machine Learning – A Crash Course

#21
post #15

Speaking of Machine learning, I love the docker images of tensorflow. Got Tensorflow running with an IPython UI in less than 2 min with only one command just 5 minutes ago: >> docker run -it --rm -v $(realpath ~/notebooks):/tf/notebooks -p 8888:8888 tensorflow/tensorflow:latest-py3-jupyter

You can actually add nightly-gpu-py3-jupyter if you'd like GPU level tensorflow as well :D

Yup but it also needs the nvidia-docker image for the driver, but got it working in less than 10 minutes too !

Re: Show HN: Python Machine Learning – A Crash Course

#22
post #6

Earlier quoted context omitted.

It certainly does seem that way, especially with python. I wouldn’t be opposed to a fun tutorial in a different language. Also not trying to be pedantic (is anyway) but ... should always have three .’s. (I learned that recently)

Not trying to be pedantic, but the "Also" in your third sentence should be followed by a comma. Wait, that was annoying and didn't contribute to the discussion. Huh, really makes you think.

Hey, well, at least my comment also added input to the conversation.

You could have let it be, but instead you derailed things further. All good, I learned something new about ellipsis + periods from someone else’s response.

Post reply on HN