일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 논문분석
- 커스텀 애니메이션 적용
- TensorFlow Object Detection Error
- TensorFlow Object Detection API install
- 논문 분석
- paper review
- CARLA simulator
- DOTA dataset
- 크롤링
- AI Security
- Git
- TensorFlow Object Detection Model Build
- Branch 활용 개발
- Carla
- Paper Analysis
- Linux build
- 객체 탐지
- 개발흐름
- 사회초년생 추천독서
- Docker
- 기능과 역할
- InstructPix2Pix
- Object Detection Dataset 생성
- VOC 변환
- Towards Deep Learning Models Resistant to Adversarial Attacks
- DACON
- TensorFlow Object Detection 사용예시
- 리눅스 빌드
- Custom Animation
- object detection
Archives
- Today
- Total
목록BALANCE (1)
JSP's Deep learning

1. 코드 X_train, X_test, y_train, y_test = train_test_split(X_data, y_data, test_size=0.2, random_state=0, stratify=y_data) 또한 Train dataset과 Test dataset을 분할할 때, 라벨의 비율에 맞게 분할할 필요가 있다. 다음의 코드를 통해서 y_data의 label 분포에 맞게 데이터를 분할한다.
Data Processing/Data Preprocessing
2022. 6. 2. 13:50