✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
The following lists are defined in Python:
w1=[4, 6, 4,3]
w2=[5, 2, 6, 9]
and then the following dot product is computed:
np . d o t ( w1 , w1)
If this dot product computes the similarity between two words, what is the dimensionality of their word embeddings?