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