Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- skip-gram
- 차원 감소
- py4e
- pytorch
- 1x1 Convolution
- dl
- 시소러스
- Multi-Layer Perceptron
- object detaction
- deep learning
- f1-score
- Long Short Term Memory
- Linear algebra
- nn.Module
- 선형대수
- 상호 정보량
- Python
- docker
- 벡터 간 유사도
- excel
- 분포 가설
- convolution
- mlops
- GoogLeNet
- CBOW
- Charlse Severance
- 동시발생 행렬
- pythonForEverybody
- Gated Recurrent Unit
- 파이썬
Archives
- Today
- Total
목록linechart (1)
Tech & TIL
Line Charts
Ref: Kaggle Data Visualization Course Data 2017 ~ 2018 Spotify의 Daily streams Line Plot sns.lineplot(data=spotify_data) 인턴십때 Line plot은 일반적으로 x축에 Time Series, y축에 집계량을 표현하는 것이다는 피드백을 받았다. 항상 Plot을 그릴때는 목적에 맞는 것을 명확하게 사용하자!! Additional information # Set the width and height of the figure plt.figure(figsize=(14,6)) # Add title plt.title("Daily Global Streams of Popular Songs in 2017-2018") # Line ..
Data Science
2022. 5. 9. 16:41