Show HN: ML From Scratch – free online textbook
31–40 of 56 posts
Re: Show HN: ML From Scratch – free online textbook
#32Re: Show HN: ML From Scratch – free online textbook
#33I read the title and was somehow was expecting a guide on compiler design implementing some flavor of the the ML language such as Standard ML.
Re: Show HN: ML From Scratch – free online textbook
#34Re: Show HN: ML From Scratch – free online textbook
#35This looks fantastic! As a bit of a selfish question, have you considered also offering a downloadable epub of this book? I've been trying to keep my long-form digital reading to my eReader, for the sake of not looking at LCDs all day, but that makes web ebooks a bit of a pain due to e-ink not liking scrolling very much.
Re: Show HN: ML From Scratch – free online textbook
#36That's a really cool initiative, but I think we disagree on the term "from scratch". Taking a look at the source code, I see you're using sklearn - which is a great tool - but, from scratch, at least for me, implies writing your own code (logistic and linear regression, adaline, perceptron, mlp, knn, kmeans...) I mean, that's how I learned it. But again, congratulations on the initiative.
Re: Show HN: ML From Scratch – free online textbook
#37Skimming the sections on linear models, I was surprised not to see a discussion of model fit, beyond just plotting predicted values against observed ones. Basic predictive models like linear and logistic regression are simple to construct mechanically. It's a substantially more involved task to quantify their degree of fit and, better yet, prove that the methods are optimal and unbiased (in a statistical sense).
Re: Show HN: ML From Scratch – free online textbook
#38Re: Show HN: ML From Scratch – free online textbook
#39Re: Show HN: ML From Scratch – free online textbook
#40I read the title and was somehow was expecting a guide on compiler design implementing some flavor of the the ML language such as Standard ML.