News

Teachers often say that you learn best when you’re having fun. While textbooks are dull, hands-on lessons tend to be much more engaging. When it comes to learning new programming languages, projects ...
Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of decision tree regression using the C# language. Unlike most implementations, this one does not use recursion ...
This article explains how to implement Gaussian process regression (GPR) from scratch, using the C# language. Compared to other regression techniques, GPR works well with small datasets, and generates ...