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
- Grad-CAM
- url
- tmux
- posterior collapse
- Vertex AI
- prompt engineering
- mode collapse
- python3
- ARIMA
- Design Patterns
- 디자인 패턴
- session 미종료
- GCP
- Inductive Learning
- Transductive Learning
- 생성 모델 평가
- 귀납
- PSNR
- cam
- Google Cloud
- 연역
- uri
- 생성 모델
- SSIM
- ChatGPT
- DeepLearing.AI
- 대칭키
- deepseek
- public key
Archives
- Today
- Total
목록Development/Web Basic (HTML,CSS,JS) (1)
데이터 과학 노트
CSS
CSS: Cascading Style Sheets Prerequisite HTML, inline, block Selector (선택자) 기본 선택자 전체 선택자 (universal) * 태그 선택자 (tag) elementname 클래스 선택자 (class) .classname ID 선택자 (id) idname 속성 선택자 (attribute) [attr=value] 상태 선택자 (state) : 그룹 선택자 선택자 목록 A, B 결합자 인접 형제 결합자 A + B 일반 형제 결합자 A ~ B 자식 결합자 A > B B 가 A 의 바로 밑 Display, Position Display inline block inline-block Position static relative absolute fixed s..
Development/Web Basic (HTML,CSS,JS)
2023. 4. 21. 00:27