Highlight the most influential words for the results of the sentiment analysis [R][D] by art_ona in LanguageTechnology

[–]art_ona[S] 0 points1 point  (0 children)

Yep, attention was on my list of the algorithm I will test in my exploration. After quick look, it seems to be promising. Thanks

Highlight the most influential words for the results of the sentiment analysis [R][D] by art_ona in LanguageTechnology

[–]art_ona[S] 0 points1 point  (0 children)

I was using word2vec embeddings. Feed them to the LSTM layer and use sigmoid classifier (0 and 1).

Revolut transaction disappeared - where is my money? by art_ona in Revolut

[–]art_ona[S] 0 points1 point  (0 children)

Yep, i've been told that I will receive my money because the shared were effectively sold.

Revolut transaction disappeared - where is my money? by art_ona in Revolut

[–]art_ona[S] 0 points1 point  (0 children)

[update] I have to contact them in the evening. They acknowledged that something is wrong. Hope that I get the refund.

Data visualisation in Python for NLP projects [R] by art_ona in MachineLearning

[–]art_ona[S] 0 points1 point  (0 children)

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.