0
I Use This!
Inactive

News

Analyzed 8 days ago. based on code collected about 1 month ago.
Posted almost 11 years ago by Vasilis Vryniotis
By now most of you have heard/played the 2048 game by Gabriele Cirulli. It’s a simple but highly addictive board game which requires you to combine the numbers of the cells in order to reach the number 2048. As expected the difficulty of the game increases as more cells are filled with high values. Personally […]
Posted almost 11 years ago by Vasilis Vryniotis
By now most of you have heard/played the 2048 game by Gabriele Cirulli. It’s a simple but highly addictive board game which requires you to combine the numbers of the cells in order to reach the number 2048. As expected the difficulty of the game increases as more cells are filled with high values. Personally […]
Posted about 11 years ago by Vasilis Vryniotis
In the previous article we have discussed about the Data Envelopment Analysis technique and we have seen how it can be used as an effective non-parametric ranking algorithm. In this blog post we will develop an implementation of Data Envelopment Analysis in JAVA and we will use it to evaluate the Social Media Popularity of […]
Posted about 11 years ago by Vasilis Vryniotis
In the previous article we have discussed about the Data Envelopment Analysis technique and we have seen how it can be used as an effective non-parametric ranking algorithm. In this blog post we will develop an implementation of Data Envelopment Analysis in JAVA and we will use it to evaluate the Social Media Popularity of […]
Posted about 11 years ago by Vasilis Vryniotis
Data Envelopment Analysis, also known as DEA, is a non-parametric method for performing frontier analysis. It uses linear programming to estimate the efficiency of multiple decision-making units and it is commonly used in production, management and ... [More] economics. The technique was first proposed by Charnes, Cooper and Rhodes in 1978 and since then it became a […] [Less]
Posted about 11 years ago by Vasilis Vryniotis
Data Envelopment Analysis, also known as DEA, is a non-parametric method for performing frontier analysis. It uses linear programming to estimate the efficiency of multiple decision-making units and it is commonly used in production, management and ... [More] economics. The technique was first proposed by Charnes, Cooper and Rhodes in 1978 and since then it became a […] [Less]
Posted about 11 years ago by Vasilis Vryniotis
In this article we will discuss how you can build easily a simple Facebook Sentiment Analysis tool capable of classifying public posts (both from users and from pages) as positive, negative and neutral. We are going to use Facebook’s Graph API Search and the Datumbox API 1.0v. Similar to the Twitter Sentiment Analysis tool that […]
Posted about 11 years ago by Vasilis Vryniotis
In this article we will discuss how you can build easily a simple Facebook Sentiment Analysis tool capable of classifying public posts (both from users and from pages) as positive, negative and neutral. We are going to use Facebook’s Graph API Search and the Datumbox API 1.0v. Similar to the Twitter Sentiment Analysis tool that […]
Posted about 11 years ago by Vasilis Vryniotis
In previous articles we have discussed the theoretical background of Naive Bayes Text Classifier and the importance of using Feature Selection techniques in Text Classification. In this article, we are going to put everything together and build a ... [More] simple implementation of the Naive Bayes text classification algorithm in JAVA. The code of the classifier is […] [Less]
Posted about 11 years ago by Vasilis Vryniotis
In previous articles we have discussed the theoretical background of Naive Bayes Text Classifier and the importance of using Feature Selection techniques in Text Classification. In this article, we are going to put everything together and build a ... [More] simple implementation of the Naive Bayes text classification algorithm in JAVA. The code of the classifier is […] [Less]