corrections 1

master
higepi 2 years ago
parent 3d06ffd314
commit b6028c55bd

Binary file not shown.

@ -15,4 +15,5 @@ vec_man = wv['man']
vec_woman = wv['woman']
result = wv.most_similar(positive=(vec_father - vec_man + vec_woman), topn=1)
print(result)
print(result)

Loading…
Cancel
Save