Data, Data, Data! - 18 Dec, 2011 (data, semanticweb, idea)
A view on a data driven future and the need for the semantic web
A view on a data driven future and the need for the semantic web
A small ruby class inspired by R’s sqldf
In previous Monitoring Productivity Experiment I looked into the hours I spent in computer, now I look into the hours others spend in computer, which is far ...
An important part of being data driven is to have a daily feedback on data, here’s a couple of automated dashboards i’ve built recently
From my Skype chat history, a visualization of the counts of chats by (anonymised) user
Improves the Logistic Regression implementation done in Ex4 by adding a regularization parameter that reduces the problem of over-fitting. Using Newton’s Met...
Improves the Linear Regression implementation done in Ex3 by adding a regularization parameter that reduces the problem of over-fitting
Implementing Logistic Regression using Newton’s Method, on a classification problem
Implementation using the normal equations instead of the gradient descent algorithm