> 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-jp/train.md).

# Train

- [モデルを学習する](https://docs.roboflow.com/roboflow/roboflow-jp/train/train.md): Roboflow ダッシュボードで最先端の技術を使ってモデルを学習します。
- [Universe Checkpoint から学習](https://docs.roboflow.com/roboflow/roboflow-jp/train/train/roboflow-universe-checkpoints.md): Roboflow Universe で利用可能な 50,000 以上の学習済み model のいずれかに基づく checkpoint から学習を開始します。
- [Azure Vision から学習](https://docs.roboflow.com/roboflow/roboflow-jp/train/train/pro-third-party-training-integrations.md): Azure Vision で model を学習し、Roboflow にアップロードします。
- [Google Cloud から学習](https://docs.roboflow.com/roboflow/roboflow-jp/train/train/train-from-google-cloud.md): Google Cloud で model を学習し、Roboflow にアップロードします。
- [Neural Architecture Search](https://docs.roboflow.com/roboflow/roboflow-jp/train/neural-architecture-search.md): 最適な model architecture を自動で探索し、同時にモデルを fine tune します。
- [学習済み Models を評価](https://docs.roboflow.com/roboflow/roboflow-jp/train/evaluate-trained-models.md): Model Evaluation を使って、テスト dataset に対する model の性能を確認します。
- [Model Type 別の Training Resolution](https://docs.roboflow.com/roboflow/roboflow-jp/train/training-resolutions-by-model-type.md)
- [Roboflow Instant](https://docs.roboflow.com/roboflow/roboflow-jp/train/roboflow-instant.md): コンピュータビジョンの Proof of Concept アプリケーション構築に使用する few-shot model を学習します。
- [Training Job をキャンセル](https://docs.roboflow.com/roboflow/roboflow-jp/train/cancel-a-training-job.md): Model の学習中であれば、理由を問わず training job をキャンセルできます。
- [学習を早期終了](https://docs.roboflow.com/roboflow/roboflow-jp/train/stop-training-early.md): Model がすでに収束している場合は、training job を早期終了できます。
- [学習結果を表示](https://docs.roboflow.com/roboflow/roboflow-jp/train/training-results.md): Training graphs と insights は、すべての Roboflow Train jobs で利用できます。
- [学習済み Models を表示](https://docs.roboflow.com/roboflow/roboflow-jp/train/view-trained-models.md): Project 内のすべての Instant および Roboflow Train models を表示します。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/train.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
