Undergrad Thesis – “Adding Mutative Programming Structures To Java”

February 23, 2007 at 6:38 pm (Projects)

This is the thesis I did as an undergraduate at the University of Piraeus, Greece. It’s in Greek though so I don’t know if it can be of any use to you.

Download it here.

Permalink Leave a Comment

Machine Learning – Algorithm Comparisons

February 23, 2007 at 6:29 pm (Projects)

In this paper I compare the performance of K – Nearest Neighbors, Streamwise Linear Regression (SLR) and a combination of the two, first without and then with PCA. The datasets I used are The Insurance Company Benchmark dataset and the Johns Hopkins University Ionosphere database.

It is interesting to see how kNN performs in comparison to SLR when PCA is not used and the results we get when it is. Especially in the second case, data rescaling is introduced which affects kNN and SLR in a different degree. This is because kNN is not scale invariant, while on the other hand SLR is. The combined method adopts the best of the two methods and provides better results.

Download my paper here.

Permalink Leave a Comment

The Direct3D 10 System

February 23, 2007 at 6:16 pm (Projects)

Download my presentation here.

Permalink Leave a Comment

Fire & Smoke Simulation in Computer Graphics

February 23, 2007 at 1:16 pm (Projects)

Download my presentation here.

Permalink Leave a Comment