TwistedHardware / mltutorial

Machine Learning Tutorial in IPython Notebooks
https://www.youtube.com/user/roshanRush
GNU General Public License v2.0
130 stars 151 forks source link

Miscs mistakes #1

Closed Carreau closed 9 years ago

Carreau commented 9 years ago

Thanks for the video, great in general. A few mistakes though, I know we are bad at communications.

TwistedHardware commented 9 years ago

Thank you Carreau .. Indeed programmers are not the best at conveying ideas to humans. We generally find computer more understanding.

  1. I'll change the part about kernel installation.
  2. I'll remove Julia+Python+R ..
  3. I'll add some text clarifying that it is just an approximation.
  4. I'm really not sure where did I use a public IP. The jupyter server was running on my local machine. If you are talking about the flask web-service, I was showing the capability of running a web service locally from within jupyter using the new terminal sessions.
  5. I'll edit the part about Colaboratory and just talk about jupyter drive.
  6. Thanks for the the tip about Julia. I'll add that.
Carreau commented 9 years ago

You can serve static files using http://url:port/files/%FILE_PATH% like http://0.0.0.0:8888/files/myproject/README.html

Even on localhost, not setting up https allow other users/program running as nobody to access data they should not. Edge case maybe, but case nontheless.

I'll remove Julia+Python+R

Yo can leave it, but it's more by chance than by design. We appreciate it, and Fernando make reference to it himself. Also if the community likes it, then so be it.

Globally these are just comment/thoughts, you did a terrific job in making the video, and we would love to find more time to do that ourselves; or find people ready to do more documentation of what the notebook is.

Thanks !

TwistedHardware commented 9 years ago

Could you please review the revised notebook. http://nbviewer.ipython.org/github/twistedhardware/mltutorial/blob/master/notebooks/jupyter/1.Introduction.ipynb