Monte Carlo method Monte Carlo method is useful in Bayesian data modeling because maximizing posterior probability is often very difficult and fitting a Gaussian becomes hard.
Monte Carlo method becomes valuable in that we want to generate samples in some situation, and also want to estimate some expectation values of various functions.
What we deal with in this post is only small part of Monte Carlo method. It is going to be good if I have a chance to introduce about all sooner in this blog, but if not, see one of the repositories from my Github
Add mathjax The another good thing of Jekyll blog1 is that we can finally use math formula in it.
$$ \nabla \times \vec{B} = 0 $$
There was troubles when I tried to include some formula in Github README.md file.
Haixing Hu’s blog was helpful to do it.
Need to fix 3 kinds of files in total.
1. make a new mathjax_support.html file in _include folder _include folder saves html formats to use in your layout files.
As I mentioned at the previous posting, one of the purposes of this blog is to supplement the Github of my data science study. I will gradually post and present all the iPython notebooks or Mathematica notebooks.
I felt there’s no good Python tutorial for spectral clustering (at least from my search). Who can’t use scikit-learn among who is serious about machine learning. It was not difficult to find the theory of spectral clustering as well.
Github is a fantastic space for someone like me to try to learn something new.
This time I have built a blog powered by jekyll and Github. This posting is targetting a novice who especially used a theme, and who is trying to add a disqus in the blog. Hope it helps them not to experience the trials and errors I had.
I found jekyll homepage and Sechter’s blog good. I guess you would barely need to look into my posting after going thorough these two websites.
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.
To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.