Cluster computing
Saturday, September 13, 2014
›
In the previous post, we discussed the time series algorithm. We saw how the ART model is constructed and how we apply it to predict the ne...
Wednesday, September 10, 2014
›
we will be resuming the discussion on Microsoft time series algorithm. We discussed the decision tree algorithm in the previous post but we...
Tuesday, September 9, 2014
›
A quick review of the Java programming language keywords: final : final class cannot be derived final method cannot be overridd...
›
In this post, we briefly review the paper Autoregressive Tree Models for Time-Series Analysis by Meek, Chickering and Herman. This paper id...
Monday, September 8, 2014
›
In this post we quickly enumerate a few JQuery plugins: Alertify : raises alerts and messages iCheck : for form controls and beautiful...
›
We implement a decision tree as a recursive function: tree CreateDecisionTree(data, attributes, target_attr, fitness_func) best_attrib...
Sunday, September 7, 2014
›
Let us quickly visit the data-mining algorithms first we mentioned in the previous post : The Microsoft Decision Tree algorithm can be use...
‹
›
Home
View web version