FRMSKI開発ブログ

AWS、iOS、AR/VRなど開発メモ

CoreML + ARKit【調査編】

f:id:frmski:20180915165644p:plain

CoreMLの調査のためApple公式のドキュメントを調査しました。↓

Apple Developer Documentation

 

【調査内容】

機械学習のモデルは.mlmodelを使用

・ドキュメントからプロジェクトのサンプルをダウンロードできます。

・既存の機械学習モデルもmlmodelに変換可能

Converting Trained Models to Core ML | Apple Developer Documentation

・CreateMLで機械学習モデルを生成できる

Training a Create ML Model to Classify Flowers | Apple Developer Documentation

・画像認識はVisionフレームワークと連携

・言語認識はNaturalLanguageフレームワークと連携

 

実際にアプリを作って遊んでみます。