I wish someone would come up with a tutorial for ML for the mathematically challenged. Something more practical and less theoretical.
MNIST for ML Beginners: The Bayesian Way
11–20 of 37 posts
Re: MNIST for ML Beginners: The Bayesian Way
#12Re: MNIST for ML Beginners: The Bayesian Way
#13Earlier quoted context omitted.
I get it, and I've actually used the same metaphor just a couple days ago. What I mean though, is that the maths are OK, and although the heavy notation goes over my head (as I'm not academic), I understand the ideas. But I'm lacking some practical examples of how this is put to use. I understand how neural networks work for example, but I do not understand the maths behind how they work. There was (is?) a site calle…
Honestly, the best thing you can do is try to implement your own shitty neural net with only Python + Numpy, from scratch, with only a basic understanding of the math. It will make most of the math very concrete very fast.
Re: MNIST for ML Beginners: The Bayesian Way
#14I wish people would stop using Raleway or implement a fix. This is what I see: http://imgur.com/a/locAq
I ask because I like and plan to use Raleway on my blog and would hate to have readability issues.
Re: MNIST for ML Beginners: The Bayesian Way
#15Earlier quoted context omitted.
I get it, and I've actually used the same metaphor just a couple days ago. What I mean though, is that the maths are OK, and although the heavy notation goes over my head (as I'm not academic), I understand the ideas. But I'm lacking some practical examples of how this is put to use. I understand how neural networks work for example, but I do not understand the maths behind how they work. There was (is?) a site calle…
Honestly, the best thing you can do is try to implement your own shitty neural net with only Python + Numpy, from scratch, with only a basic understanding of the math. It will make most of the math very concrete very fast.
Re: MNIST for ML Beginners: The Bayesian Way
#16I wish someone would come up with a tutorial for ML for the mathematically challenged. Something more practical and less theoretical.
That's been done: http://course.fast.ai Can't recommend this enough.
Re: MNIST for ML Beginners: The Bayesian Way
#17Earlier quoted context omitted.
Honestly, the best thing you can do is try to implement your own shitty neural net with only Python + Numpy, from scratch, with only a basic understanding of the math. It will make most of the math very concrete very fast.
Naive question : is this strategy equally effective for all ML models?
Re: MNIST for ML Beginners: The Bayesian Way
#18I wish someone would come up with a tutorial for ML for the mathematically challenged. Something more practical and less theoretical.
The programming assignments also give you that nice practical experience: you get training sets to code and run ML algorithms against, using a language (Octave) that has a nice mix of low/high level-ness.
I strongly recommend it.
Re: MNIST for ML Beginners: The Bayesian Way
#19Earlier quoted context omitted.
Naive question : is this strategy equally effective for all ML models?
This strategy is equally effective for most things in life.
Not if we understand 'effective' to also mean 'cost & time effective'
You'd learn a lot by building a nuclear reactor from first principles, but it's not the most effective way to develop an intuition about how one operates.
Re: MNIST for ML Beginners: The Bayesian Way
#20I wish people would stop using Raleway or implement a fix. This is what I see: http://imgur.com/a/locAq
Can you elaborate what the issue is? The site looks nothing like that to me. I see much more contrast. http://imgur.com/g49XOip I ask because I like and plan to use Raleway on my blog and would hate to have readability issues.
https://webmasters.stackexchange.com/questions/74672/renderi...
I hear claims it has been fixed, but I still see the issue in Chromium 58 on Linux.
Here's one bug which seems to have been tracking the issue with no resolution as of yet:
https://bugs.chromium.org/p/chromium/issues/detail?id=152304
You can see in the final comment from November of 2015 that the issue was, and from my experience still is, massively affecting Raleway:
https://bugs.chromium.org/p/chromium/issues/detail?id=152304...
EDIT: I just checked and this issue no longer affects me in Chrome 59 on Windows. Although I still have the issue on Linux.