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 9f4200e..8e7d7e2 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 = "/img/decisiontree.png" +featured_image = "/img/dtcover.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. @@ -59,3 +59,5 @@ Some of the other stuff I used were mysql - for storing the data sets. I didn't That's it for now. In the next post I'll talk about the system overview and architecture. Stay tuned! ![System Architecture](/img/sysarch.png) + +Cover image source: https://www.sciencemag.org/ \ No newline at end of file diff --git a/static/img/dtcover.jpg b/static/img/dtcover.jpg new file mode 100644 index 0000000..92b07e2 Binary files /dev/null and b/static/img/dtcover.jpg differ