diff --git a/content/post/a-tale-of-decision-trees-java-opencl.md b/content/post/a-tale-of-decision-trees-java-opencl.md index 2d00cfc..ad95c9f 100644 --- a/content/post/a-tale-of-decision-trees-java-opencl.md +++ b/content/post/a-tale-of-decision-trees-java-opencl.md @@ -23,7 +23,7 @@ tags = [ opacity = false sidebar = { "disable" = true } -featured_image = "http://lorenphotos.com/wp-content/uploads/2013/03/savannah_blue_tree.jpg" +featured_image = "/img/decisiontree.jpg" +++ I worked on a decision tree program in java for my final year MSc project. In a series of posts such as this one, I'll be highlighting some of the aspects of it's creation and implementation. diff --git a/static/img/decisiontree.jpg b/static/img/decisiontree.jpg new file mode 100644 index 0000000..41a47f1 Binary files /dev/null and b/static/img/decisiontree.jpg differ diff --git a/static/img/decisiontree.png b/static/img/decisiontree_old.png similarity index 100% rename from static/img/decisiontree.png rename to static/img/decisiontree_old.png