From 10b0c775a077a02a6fd72929d03e9e4092c662c8 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Fri, 13 Oct 2017 11:26:07 +0200 Subject: Create Presentation 1 --- presentation1.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 presentation1.md diff --git a/presentation1.md b/presentation1.md new file mode 100644 index 0000000..269a9e8 --- /dev/null +++ b/presentation1.md @@ -0,0 +1,21 @@ +# Baseline Rankings +- On the left are the baseline rankings as they are given on the DBPedia-Entity +repository +- These baseline rankings are created by running the algorithms on a seemingly +arbitrary set of fields of the DBPedia Index +- Including some special fields that are noted on the right +- Noteworthy is the attribute section which includes a blacklist of fields that +are not used +- The blacklist appears to be created through educated but subjective guesses +- It is our goal to find out if this blacklist is ideal, or if it would be +better if it was changed + +# HillClimbing +- To achieve this, we intend to use Nordlys +- Nordlys includes the scripts that run the algorithms given a configuration +file, on the DBPedia Index. +- It is to our understanding that we can modify this configuration file by +adding and removing fields, and then run the algorithms +- To achieve a maximum, we intent to use a hill climbing algorithm with binary +weights; after all, we can only include or blacklist a field + -- cgit v1.2.3 From b39aa18497635ff15b6abba42ba93e354b2e7df6 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 15 Jan 2018 20:31:54 +0100 Subject: Add poster --- poster.odt | Bin 0 -> 43212 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 poster.odt diff --git a/poster.odt b/poster.odt new file mode 100644 index 0000000..763b52e Binary files /dev/null and b/poster.odt differ -- cgit v1.2.3 From c42a7ed6865bd5aad7257515619502b20df7bc28 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 15 Jan 2018 20:44:03 +0100 Subject: Update names --- poster.odt | Bin 43212 -> 43270 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/poster.odt b/poster.odt index 763b52e..a94238b 100644 Binary files a/poster.odt and b/poster.odt differ -- cgit v1.2.3