Browse Source

Forgot to update some image links

master
Rohan Sircar 4 years ago
parent
commit
38ae75bf69
  1. 6
      content/post/a-tale-of-decision-trees-java-opencl.md

6
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. 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)
#### <p align="center"> Figure - A Decision Tree</p> #### <p align="center"> Figure - A Decision Tree</p>
@ -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! 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/
Cover image source: https://www.sciencemag.org/
Loading…
Cancel
Save