A Visual Introduction to Machine Learning – Part II
1–10 of 11 posts
Re: A Visual Introduction to Machine Learning – Part II
#2Re: A Visual Introduction to Machine Learning – Part II
#3Re: A Visual Introduction to Machine Learning – Part II
#4Re: A Visual Introduction to Machine Learning – Part II
#5wow, I really like this format with the ever adapting figures on the right hand side as a way of explaining a concept. Great design.
Re: A Visual Introduction to Machine Learning – Part II
#6Re: A Visual Introduction to Machine Learning – Part II
#7The same issue is found in the 2nd graph. There might be more as it continues.
Re: A Visual Introduction to Machine Learning – Part II
#8Love to know what kind of tools/techniques/processes were used to generate such beautiful graph/animations....
Re: A Visual Introduction to Machine Learning – Part II
#9Love to know what kind of tools/techniques/processes were used to generate such beautiful graph/animations....
I've dug through their minified files and from what I can tell other than dependencies they use i.e. Backbone, underscore, jQuery, bootstrap, D3, etc I believe a lot of it is custom coded. It's truly incredible.
- React for DOM rendering
- D3 for visualization geometry
- RxJS for handling state (i.e. turning scroll position into animated properties)
- PIXI for WebGL bits (i.e. all the little circles moving around)