Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Probability basics for machine learning [closed]

I have recently started studying Machine Learning and found that I need to refresh probability basics such as Conditional Probability, Bayes Theorem etc.

I am looking for online resources where I can quickly brush up probability concepts wrt Machine Learning.

The online resorces, I stumbled upon are either very basic or too advanced.

like image 637
futurenext110 Avatar asked Oct 25 '12 10:10

futurenext110


2 Answers

This might help: http://www.cs.cmu.edu/~tom/10601_fall2012/lectures.shtml

The above link is from Tom Mitchell's Machine Learning Class @ CMU. Videos are available too. You will gain a very good understanding of ML concepts if you go through all the videos. (or just the first few videos for Conditional Probability, Bayes Theorem, etc).

like image 72
stealthspy Avatar answered Sep 30 '22 06:09

stealthspy


The notion of conditional probability and bayes theorem are very basic themselves. It doesn't get any more basic than that in probabilistic modeling, you might say. Which suggests that you didn't look two well at what you've found or didn't really do any search at all.

Off the top of my head, I can name two resources: first, any Coursera course dealing with probabilities or machine learning (see AI, Statistics One or Probabilistic Graphical Models) contains these preliminaries. Second, there's a number of books on statistics freely available online, one example being Information Theory, Inference, and Learning Algorithms.

like image 30
Qnan Avatar answered Sep 30 '22 05:09

Qnan