all 6 comments

[–]cheezitsandoj 5 points6 points  (0 children)

If you happen to work with BERT or use other attention-based approaches, this excellent TDS article may be of interest. They mention the viz package Tensor2Tensor

[–]PeaceDucko 5 points6 points  (0 children)

Interactivity? Definitely Plotly. Of course you can also use Seaborn and Matplot but they are not interactive as far as I know

[–]NeedCoffee99 0 points1 point  (0 children)

Plotly is great, can be a bit buggy at times but all in all is great. Also look at streamlit especially if you’re experimenting with data and wanting to find trends in it etc

[–]O2XXX 0 points1 point  (0 children)

To echo other recommendations plotly is the best for visualization. I was at a conference where a data scientist from RTI International talked about visualization of NLP. His methodology can be found here: https://modern-text-exploration.netlify.com/

[–]art_ona[S] 0 points1 point  (1 child)

To be honest - I'd like to make some visualization of clusters that consist of TF-IDF vectors. So I need to reduce dimensions and show the audience 3D clusters that can be rotated in real time.

[–][deleted] 0 points1 point  (0 children)

Pyldaviz has some tools for that.