GSOC: Week 12
This week I have manged to get the grip of Kerberos and successfully configured and used it on my local machine development environment. I also adapted the application level code for using Kerberos...
This week I have manged to get the grip of Kerberos and successfully configured and used it on my local machine development environment. I also adapted the application level code for using Kerberos...
This weekend I worked on improving the application. I managed to implement the configuration screens for DecisionTrees as well as Random Forests. The back-end configuration handlers were implemente...
This weekend I managed to stitch together all three project that have been developed so far. I.e. I have managed to create a basic example which allows the user to submit a configured logistic regr...
This weekend I finished the first part of the GUI Application which is concerned with managing files (listing, uploading, deleting, browsing). I managed to make a working JAR application (which tur...
This weekend I worked on “polishing” the GUI, removing a couple of issues/bugs found in the application as well as further improve the whole application. What I did this week: Adapted the...
This weekend I worked a lot on the GUI, specifically on making the basic swing desktop application with 3 main screen (accessible via the introductory MainMenu screen). What I did this week: I...
This weekend I worked a lot on the GUI, specifically on making the basic swing desktop application with 3 main screen (accessible via the introductory MainMenu screen). What I did this week: C...
This weekend I focused on finishing the first part of the project (eeg data analysis pipeline) and making the user facing GUI. Regarding the GUI, this week was mainly for planning and I managed to ...
This weekend I focused on implementing the full machine learning pipeline which means we can do everything from loading the EEG up-to giving the predicted responses. What I did this week: Crea...
When using Apache Spark specifically for “binary” classification (ie. the labels are either 0 or 1) it is possible to use the Confusion Matrix for getting some metrics such as the number of true po...