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