I read this book on the O’Reilly website using their trial period and have also pre-ordered a physical copy. It is excellent and I recommend it to anyone into practical ML.
I'm so glad to hear you have been enjoying it!
Show HN: My ML applications book, which HN helped me write (sample chapter) [pdf]
31–38 of 38 posts
Re: Show HN: My ML applications book, which HN helped me write (sample chapter) [pdf]
#32Re: Show HN: My ML applications book, which HN helped me write (sample chapter) [pdf]
#33I found installing everything to get up and running with this to be effectively impossible; I think using tensorflow 1.15(and therefore requiring everyone to download Python <= 3.6) to have been a mistake. I've tried quite hard to get the environment running but eventually it always fails. A shame, this looked quite interesting.
If I can help with troubleshooting, send me an email at mlpoweredapplications@gmail.com
In the meantime I'll bump up the version in requirements.txt to solve the conflict.
Re: Show HN: My ML applications book, which HN helped me write (sample chapter) [pdf]
#34I found installing everything to get up and running with this to be effectively impossible; I think using tensorflow 1.15(and therefore requiring everyone to download Python <= 3.6) to have been a mistake. I've tried quite hard to get the environment running but eventually it always fails. A shame, this looked quite interesting.
Sorry to hear that! Has tensorflow been your main issue? It is only used in one of the example notebooks, so you can skip that requirement without too much of an impact. If I can help with troubleshooting, send me an email at mlpoweredapplications@gmail.com In the meantime I'll bump up the version in requirements.txt to solve the conflict.
Re: Show HN: My ML applications book, which HN helped me write (sample chapter) [pdf]
#35Earlier quoted context omitted.
Sorry to hear that! Has tensorflow been your main issue? It is only used in one of the example notebooks, so you can skip that requirement without too much of an impact. If I can help with troubleshooting, send me an email at mlpoweredapplications@gmail.com In the meantime I'll bump up the version in requirements.txt to solve the conflict.
Yes, it has - I didn't have any other problems, but I did notice you recommending the usage of `pip install -r requirements.txt`. I am by no means an expert in Python, but it is my understanding that using pip this way isn't recommended and you should instead invoke `python -m install -r requirements.txt` where python could be python36, python38, or just python. The same with virtualenv, `python -m venv ml_editor` ap…
Re: Show HN: My ML applications book, which HN helped me write (sample chapter) [pdf]
#36Earlier quoted context omitted.
Yes, it has - I didn't have any other problems, but I did notice you recommending the usage of `pip install -r requirements.txt`. I am by no means an expert in Python, but it is my understanding that using pip this way isn't recommended and you should instead invoke `python -m install -r requirements.txt` where python could be python36, python38, or just python. The same with virtualenv, `python -m venv ml_editor` ap…
Interesting. I wasn't aware of that issue. It seems like after running activate, `pip` does point to the right location (`which pip` points to the virtualenv pip), but I'll look into it.
Re: Show HN: My ML applications book, which HN helped me write (sample chapter) [pdf]
#37Earlier quoted context omitted.
Interesting. I wasn't aware of that issue. It seems like after running activate, `pip` does point to the right location (`which pip` points to the virtualenv pip), but I'll look into it.
Unfortunately the changes you did didn't improve my problem, pip insisted again that a correct tensorflow version wasn't available. I was, however, able to download tb-nightly so I do at least have a version. Quite shocked tensorflow thrashes so intensely on installation - is that normal?
If pip struggles to find a specific version, I'll usually remove the specific version requirement, and give whichever version pip finds a try by running `pip install tensorflow`
Re: Show HN: My ML applications book, which HN helped me write (sample chapter) [pdf]
#38Congrats on writing the book! As I'm a student of GeorgiaTech, I have access to Oreilly's Safari. I just found the book over there and am looking forward to reading it.
Do all Georgia Tech students have access to the Safari? (coming from a fellow GT student)
Best $99 I spend every year.