반응형
※의역 오역 넘처납니다. 참고하시고 보세요~
원문 : https://developer.apple.com/documentation/coreml/getting_a_core_ml_model
Getting a Core ML Model
앱에 사용하기 위해 Core ML 얻기
Overview
- Core ML은 머신 러닝 모델, 신경망, tree ensembles, SVM(support vector machines), 그리고 일반적인 선형 모델들과 같이 다양한 것을 지원한다.
- Core ML은 Core ML format을 요구한다.(.mlmodel 파일 확장자)
- Apple은 Core ML format의 오픈소스 모델을 제공한다.
- 이들 모델들을 다운로드 할 수 있고 앱에 사용할 수 있다.
- 추가로 여러 리서치 그룹과 대학들이 그들의 모델과 학습 데이터를 게재한다. 이들은 Core ML 모델 format이 아닐것이다.
- 이들 모델을 사용하기 위해서는 Converting Trained Models to Core ML에서 기술된것 처럼, convert 해줘야 한다.
반응형
'iOS > Framework' 카테고리의 다른 글
Core ML - Reducing the Size of Your Core ML App 번역 (0) | 2017.12.29 |
---|---|
Core ML - Classifying Images with Vision and Core ML 번역 (0) | 2017.12.28 |
Core ML - Converting Trained Models to Core ML 번역 (0) | 2017.12.27 |
CoreML - Integrating a Core ML Model into Your App 번역 (0) | 2017.12.24 |
CoreML - Core ML Overview 번역 (0) | 2017.12.22 |