일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- secure-file-priv
- tensorflow
- Server
- long video understanding
- 용어
- q-former
- LeNet-5
- 백준
- 코딩테스트
- timechat
- timestamp-aware frame encoder
- jmeter
- Kaggle
- Github
- ma-lmm
- multimodal machine learning
- sliding video q-former
- Linux
- error
- quantification
- hackerrank
- memory bank
- Anaconda
- Python
- leetcode
- MySQL
- Artificial Intelligence
- CNN
- transference
- autogluon
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- secure-file-priv
- tensorflow
- Server
- long video understanding
- 용어
- q-former
- LeNet-5
- 백준
- 코딩테스트
- timechat
- timestamp-aware frame encoder
- jmeter
- Kaggle
- Github
- ma-lmm
- multimodal machine learning
- sliding video q-former
- Linux
- error
- quantification
- hackerrank
- memory bank
- Anaconda
- Python
- leetcode
- MySQL
- Artificial Intelligence
- CNN
- transference
- autogluon
Archives
- Today
- Total
목록predictor (1)
Juni_DEV
AutoGluon 사용법
AutoGluon은 Amazon Web Services(AWS)에서 개발한 오픈 소스 자동화 머신러닝(AutoML) 라이브러리입니다. 이번에 Kaggle Playground 대회를 준비하며 처음 접하게 되었는데, 이 라이브러리를 통해 적은 노력으로 강력한 머신러닝 모델을 구축할 수 있었고, 알아서 제공된 데이터에 대해 자동화된 최적 모델을 제공해줘서 정말 유용했습니다. 이번 글에서는 AutoGluon을 사용하는 방법을 알아보겠습니다.1. AutoGluon 설치하기pip install autogluon 2. 데이터 준비하기AutoGluon은 다양한 데이터 형식을 지원하지만, 일반적으로 CSV 파일을 사용해 데이터를 로드합니다.import pandas as pd# 데이터 로드train_data = pd.r..
Artificial Intelligence/Kaggle
2024. 8. 25. 18:34