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
- DeepLearing.AI
- Google Cloud
- 생성 모델 평가
- 디자인 패턴
- 생성 모델
- Vertex AI
- posterior collapse
- Grad-CAM
- PSNR
- SSIM
- public key
- GCP
- uri
- ARIMA
- python3
- 대칭키
- ChatGPT
- url
- Transductive Learning
- cam
- 귀납
- 연역
- prompt engineering
- tmux
- session 미종료
- Inductive Learning
- mode collapse
- Design Patterns
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