The Landscape of Machine Learning on ArXiv
lmcinnes.github.io
The Landscape of Machine Learning on ArXiv
1–10 of 12 posts
Re: The Landscape of Machine Learning on ArXiv
#2Re: The Landscape of Machine Learning on ArXiv
#3[shameless plug]
I created a personalized newsletter for Arxiv (which I plan to expand to others) so you can receive the latest research papers on the topics. You can also filter by some keywords too (e.g. only give me LLM or RAG related papers).
Re: The Landscape of Machine Learning on ArXiv
#4Re: The Landscape of Machine Learning on ArXiv
#5I created something like this for my data engineering class project. It was a temporal visualization of citation networks. It was fun to see different domains like computer vision and nlp be seemingly separate but then as time went on become pretty coupled with each other
Re: The Landscape of Machine Learning on ArXiv
#6A big surprise for me was to find the explainability cluster quite far from the causality one. But I guess it stems from a cultural facet: causality is mainly the purview of statistics (with Pearl at the helm) with a strong medical sciences focus; when explainability is more of a reaction to algorithm used in the industry (trees, GLMs, neural networks, etc.); which you deploy for performance, and only then you care about knowing the why.
Re: The Landscape of Machine Learning on ArXiv
#7Re: The Landscape of Machine Learning on ArXiv
#8Re: The Landscape of Machine Learning on ArXiv
#9Beautiful! https://github.com/TutteInstitute/datamapplot
Re: The Landscape of Machine Learning on ArXiv
#10Beautiful! https://github.com/TutteInstitute/datamapplot
Thank you! What about the frontend? This is palpably faster than other graph libraries.
From the DataMapPlot Docs [1]:
"While the interactive plots work well in-line in a notebook, it is often useful to be able to send plots to others. The save method allows you to save the plot to a single HTML file that will embed (compressed) copies of the data. You can then share the HTML as required."
[0] https://github.com/lmcinnes/datamapplot_examples/blob/master...
[1] https://datamapplot.readthedocs.io/en/latest/interactive_int...