scatter 썸네일형 리스트형 Gensim word vector visualization of various word vectors Gensim word vector visualization of various word vectors web.stanford.edu/class/cs224n/materials/Gensim%20word%20vector%20visualization.html Gensim word vector visualization For looking at word vectors, I'll use Gensim. We also use it in hw1 for word vectors. Gensim isn't really a deep learning package. It's a package for for word and text similarity modeling, which started with (LDA-style) topi.. 더보기 [Python] matplotlib의 scatter 만들기 . 그래프 matplotlib의 scatter 만들기 . 그래프 Scatter Plots in Python https://plot.ly/python/line-and-scatter/ reference : https://plot.ly/python/reference/#scatter plot 버전 체크 >>import plotly>>plotly.__version__ scatter 만들기 import plotly.plotly as pyimport plotly.graph_objs as go # Create random data with numpyimport numpy as np N = 1000random_x = np.random.randn(N)random_y = np.random.randn(N) # Create a trace.. 더보기 이전 1 다음