> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/train.md).

# 학습

- [모델 학습](https://docs.roboflow.com/roboflow/roboflow-ko/train/train.md): Roboflow 대시보드에서 최신 기술을 사용하여 모델을 학습합니다.
- [Universe Checkpoint에서 학습 시작](https://docs.roboflow.com/roboflow/roboflow-ko/train/train/roboflow-universe-checkpoints.md): Roboflow Universe에서 제공되는 50,000개 이상의 학습된 model 중 하나를 기반으로 checkpoint에서 학습을 시작합니다.
- [Azure Vision에서 학습](https://docs.roboflow.com/roboflow/roboflow-ko/train/train/pro-third-party-training-integrations.md): Azure Vision에서 model을 학습하고 Roboflow에 업로드합니다.
- [Google Cloud에서 학습](https://docs.roboflow.com/roboflow/roboflow-ko/train/train/train-from-google-cloud.md): Google Cloud에서 model을 학습하고 Roboflow에 업로드합니다.
- [Neural Architecture Search](https://docs.roboflow.com/roboflow/roboflow-ko/train/neural-architecture-search.md): 최적의 모델 아키텍처를 자동으로 검색하고 동시에 모델을 미세 조정합니다.
- [학습된 모델 평가](https://docs.roboflow.com/roboflow/roboflow-ko/train/evaluate-trained-models.md): Model Evaluation을 사용해 테스트 dataset에서 model 성능을 살펴보세요.
- [Model 유형별 Training Resolution](https://docs.roboflow.com/roboflow/roboflow-ko/train/training-resolutions-by-model-type.md)
- [Roboflow Instant](https://docs.roboflow.com/roboflow/roboflow-ko/train/roboflow-instant.md): 컴퓨터 비전 Proof of Concept 애플리케이션 구축에 사용할 few-shot model을 학습합니다.
- [Training Job 취소](https://docs.roboflow.com/roboflow/roboflow-ko/train/cancel-a-training-job.md): model이 학습 중일 때는 어떤 이유로든 training job을 취소할 수 있습니다.
- [조기 학습 중지](https://docs.roboflow.com/roboflow/roboflow-ko/train/stop-training-early.md): model이 이미 수렴했다면 training job을 조기에 중지할 수 있습니다.
- [학습 결과 보기](https://docs.roboflow.com/roboflow/roboflow-ko/train/training-results.md): 모든 Roboflow Train job에 대해 training graph와 insights를 확인할 수 있습니다.
- [학습된 모델 보기](https://docs.roboflow.com/roboflow/roboflow-ko/train/view-trained-models.md): 프로젝트의 모든 Instant 및 Roboflow Train model을 확인하세요.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/train.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
