Viewing profile — dafrdman
dafrdman
HN member- Joined
- Mon, Aug 31, 2020, 2:04 AM UTC
- HN karma
- 130
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About dafrdman
No profile information was provided.
Recent public activity
-
comment
Comment #24355924
You can now find a pdf version of the book at https://github.com/dafriedman97/mlbook/blob/master/book.pdf . JupyterBook is still working on the PDF creation, so this doesn't have a…
-
comment
Comment #24354349
Thanks so much! I would say two major differences: 1, as you mention, it codes each method up from scratch in Python readers can really see each step the method uses. 2, it is focu…
-
comment
Comment #24342408
It's definitely not deep learning focused. I wanted to start by introducing the models machine learning practitioners should all know. But collaborative filtering and stuff along t…
-
comment
Comment #24337920
My hesitance with "Application" is that sounds like I'm going to use some interesting dataset or do some cool project (and this is essentially using iris to build basic models). Ho…
-
comment
Comment #24337484
That's sensible. Maybe change construction to code and code to application? Or keep construction but rename code? I'll have to brainstorm. I definitely don't want people missing th…
-
comment
Comment #24337469
I definitely agree. I should add more comments explaining what things like .T does--it's not that it's hard to grasp, but it might turn away newbies. Thanks for the suggestion! Pan…
-
comment
Comment #24336308
Agreed. That's #1 on my list right now.
-
comment
Comment #24336057
I agree though I saw that as outside the scope of this book. I tried to be clear in the introduction that the book is a "user manual" of sorts that simply shows how to construct mo…
-
comment
Comment #24336034
Perhaps I should have been clearer, but the "code" section within each chapter is not "from scratch". The "construction" section is "from scratch" in that it only uses numpy (not s…
-
comment
Comment #24336004
Good question. I definitely prefer downloadable books myself. I made it in JupyterBook because that was easiest with the executable ipynb files. I'll look into whether I can make i…
-
comment
Comment #24335207
Good ideas. I think I'll try to add an appendix, minimize the number of numpy functions used, and explain any of the weird ones that are real time savers. Thanks for all your thoug…
-
comment
Comment #24335204
I hadn't even considered licensing it. Want to email me and we can talk? My email is dafrdman@gmail.com. That said, you're welcome to use it (though my lawyer father suggests I say…
-
comment
Comment #24334186
Yeah the book was built with JupyterBook. It's an awesome tool but I lose track of what it does to the .md files when creating the website.
-
comment
Comment #24334080
Thanks for the feedback. Sounds like you're not alone in your thoughts on numpy. I'll brainstorm better solutions--maybe explaining each numpy function in a side note or adding a n…
-
comment
Comment #24334044
Thanks for the catch! Ugh those pesky $$s. Changed it now. Looks like you found the repository. Do you think it would be enough to raise an issue there? (at https://github.com/dafr…
- comment
-
comment
Comment #24333953
Thanks so much for your feedback. Definitely open to comments! I agree 100% that any use of packages can be intimidating for newbies. I experimented at first with creating the mode…
-
comment
Comment #24333281
Thanks for the helpful feedback. I wanted to put emphasis on the graphs so I chose to hide the code but maybe it's not worth the cuteness of the "click to show". Changing that now.…
-
comment
Comment #24333181
Good call! I'll work on that ASAP
-
comment
Comment #24333095
The approach to this book is very similar to nnfs.io (a similar focus on deriving models from the bare bones). The biggest difference is that his focuses on deep learning while min…
-
comment
Comment #24332304
I'm linking to a free online book I just finished called Machine Learning from Scratch. The book aims to cover the complete, technical, "under the hood" details that other ML textb…
- story