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
- 사회 네트워크 분석
- Spatial GNN
- 대칭키
- mode collapse
- PyTorch
- deepseek
- public key
- SSIM
- Transductive Learning
- kl divergence
- PSNR
- Spectral GNN
- 생성 모델 평가
- Grad-CAM
- ARIMA
- Vertex AI
- session 미종료
- Google Cloud
- python3
- zachary’s karate club
- 생성 모델
- Inductive Learning
- cross-entropy
- DeepLearing.AI
- ChatGPT
- GCP
- prompt engineering
- GNN
- posterior collapse
- 이상 탐지
Archives
- Today
- Total
데이터 과학 노트
URI, URL 차이 (Protocol) 본문
URL
웹 주소 또는 링크 라고도 불리며, 네트워크 상의 특정 리소스의 위치를 알려주는 규약 (Uniform Resource Locator), URI에 포함된다.
URI
특정 리소스를 식별하는 통합 자원 식별자 (Uniform Resource Identifier) 이다.
http://,https://,gs://,s3://
https://github.com/username/repo-name
# https - [PROTOCOL]
# github.com - [HOSTNAME], Hostname --[DNS]-> IP address
# username/repo-name - [PATH]
참조
'Computer Science > Computer Networks' 카테고리의 다른 글
| VM 에 공개키 추가 (0) | 2023.03.17 |
|---|