A Gentle Introduction to Bayes’ Theorem for Machine Learning
machinelearningmastery.com
A Gentle Introduction to Bayes’ Theorem for Machine Learning
1–10 of 36 posts
Re: A Gentle Introduction to Bayes’ Theorem for Machine Learning
#2Re: A Gentle Introduction to Bayes’ Theorem for Machine Learning
#3Edit: this is a different take on the subject but an enjoyable and accessible read too: http://mbmlbook.com/toc.html
Re: A Gentle Introduction to Bayes’ Theorem for Machine Learning
#4Re: A Gentle Introduction to Bayes’ Theorem for Machine Learning
#5Re: A Gentle Introduction to Bayes’ Theorem for Machine Learning
#6Re: A Gentle Introduction to Bayes’ Theorem for Machine Learning
#7change my mind: bayes in practice is just a way to regularize your model and the language of bayes makes it seem principled but really you could use literally any regularizer and it would work almost just as well. i believe this because ultimately you're always going to minimize loglikelihood anyway (and so the prior becomes the regularization term).
Re: A Gentle Introduction to Bayes’ Theorem for Machine Learning
#8change my mind: bayes in practice is just a way to regularize your model and the language of bayes makes it seem principled but really you could use literally any regularizer and it would work almost just as well. i believe this because ultimately you're always going to minimize loglikelihood anyway (and so the prior becomes the regularization term).
Re: A Gentle Introduction to Bayes’ Theorem for Machine Learning
#9Always nice to see a little piece of python code show up whenever one of these ML blogs get posted to HN. It's becoming, or has become, the lingua franca of this field.
Re: A Gentle Introduction to Bayes’ Theorem for Machine Learning
#10Always nice to see a little piece of python code show up whenever one of these ML blogs get posted to HN. It's becoming, or has become, the lingua franca of this field.
I'm very excited for Tensorflow for Swift, personally. The type system will make development so much more pleasant IMO. Judging by the way things have been lately though, I imagine that by the time TF for Swift is ready I'll be reaching for PyTorch at every opportunity anyways...
https://gist.github.com/rxwei/30ba75ce092ab3b0dce4bde1fc2c9f...