Live data from Hacker News

Viewing profile — dafrdman

dafrdman

HN member
Joined
Mon, Aug 31, 2020, 2:04 AM UTC
HN karma
130
Public activity
22 items

About dafrdman

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. comment
    Comment #24336308

    Agreed. That's #1 on my list right now.

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. 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.

  14. 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…

  15. 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…

  16. comment
  17. 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…

  18. 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.…

  19. comment
    Comment #24333181

    Good call! I'll work on that ASAP

  20. 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…

  21. 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…

  22. story