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 |
Tags
- deep learning
- pytorch
- 상호 정보량
- Python
- Multi-Layer Perceptron
- Long Short Term Memory
- 파이썬
- 선형대수
- 시소러스
- py4e
- f1-score
- skip-gram
- CBOW
- 1x1 Convolution
- GoogLeNet
- Linear algebra
- excel
- 분포 가설
- Gated Recurrent Unit
- 동시발생 행렬
- dl
- mlops
- 벡터 간 유사도
- convolution
- docker
- object detaction
- 차원 감소
- pythonForEverybody
- nn.Module
- Charlse Severance
Archives
- Today
- Total
목록linechart (1)
Tech & TIL

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