illustrated-machine-learning.github.io
illustrated-machine-learning.github.io copied to clipboard
Website containing illustrations about Machine Learning theory!
clicking in the navbar takes you back to the top of the page if you are in the middle of the content.
 Since $\displaystyle{d(x, y) = \sqrt{\sum_{i=1}^{n}{(x_i - y_i)^2}}}$, $d(A, B)$ should be $2\sqrt{2}$ or I misunderstood something? By the way, how to run this locally after checking it out?
the [Navbar Component](https://github.com/illustrated-machine-learning/illustrated-machine-learning.github.io/blob/main/src/components/Navbar.jsx) is not very comfortable to read and update, this is because it is written in pure html, it could be improved by managing a json file per...
improve webapp loading perfomance with lazy mode for load and visualize SVG source: https://beta.reactjs.org/reference/react/lazy
It will be great to have a search bar available on the site. Additional feature like this will allow any users to request for specific contents.
Hi there, I can see that you put great effort into this library. Since you try to pack a lot of info into a bit of space, things get really...
Hey! This issue aims to collect any requests for new potential illustrations 📍 We accept: - books (freely available online) - machine learning topics - blog posts - papers Finally,...
Hi, I just found a typo in the definition of accuracy (public/img/machine-learning/metrics-01.svg). Instead of TP / (TP + FP + TN + FN), it should be (TP + TN) /...