Wednesday, 24 June 2009

Want to learn machine learning algorithms?

In this post, I will write some sample codes on machine learning algorithms. This is more like a self-learning, as I never take any AI modules from the University courses. I will try my best to write the codes and explain them line by lines. If you have any problems and comments, please do write to my email, so I can improve my programming.

Here are the lists of machine algorithms that I am going to discuss:
  • Bayesian
  • Support Vector Machine
Those algorithms above will be used on text classification. Meaning, I will teach you how to write a C++ program on spam filtering techniques. Sounds interesting?

1 comments:

Hi readers, I am sorry to announce that this tutorial will be extended to 6th July after my dissertation presentation. So stayed tune for the latest updates.

Post a Comment