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 185e8f9..c45eb2c 100644 --- a/content/post/a-tale-of-decision-trees-java-opencl.md +++ b/content/post/a-tale-of-decision-trees-java-opencl.md @@ -38,7 +38,7 @@ Now for the project itself.. Decision Tree is a machine learning algorithm which creates a model of the given data set in the form a tree. This tree can then be used for prediction. -![Decison Tree](/img/decisiontree.png) +![Decison Tree](/img/decisiontree.webp) ####

Figure - A Decision Tree

@@ -58,6 +58,6 @@ 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) +![System Architecture](/img/sysarch.webp) -Cover image source: https://www.sciencemag.org/ \ No newline at end of file +Cover image source: https://www.sciencemag.org/