Machine Learning

FacebookTwitter
Summary : I describe how the TrueSkill algorithm works using concepts you're already familiar with. http://www.moserware.com/2010/03/computing-your-skill.html

Computing Your Skill

Accentuate.us: Machine Learning for Complex Language Entry

http://www.dataists.com/2011/04/accentuateus/ Editors note: We’d like to invite people with interesting machine learning and data analysis applications to explain the techniques that are working for them in the real world on real data. Accentuate.us is an open-source browser addon that uses machine learning techniques to make it easier for people around the world to communicate. Authors: Kevin Scannell and Michael Schade

LIBSVM -- A Library for Support Vector Machines

http://www.csie.ntu.edu.tw/~cjlin/libsvm/#csharp LIBSVM -- A Library for Support Vector Machines
And so I set out to solve the ultimate problem, a problem that, if solved effectively, could revolutionize the lives of thousands of college students across the country. As I began formalizing and exploring the problem, I realized it is far less simple than it might first appear, and not unlike a famous challenging problem in computer science. http://food-bot.com/theory

Theory | food-bot.com

http://code.google.com/p/genericga/wiki/Manual //Class for constant node public class Const : DblExp { double k ; public Const ( double k ) { this . k = k ; }

Manual - genericga - Help manual on how to use the program. - Project Hosting on Google Code