Home > Enterprise >  How can I learn Apple's Core ML?
How can I learn Apple's Core ML?

Time:02-16

Could anyone recommend an updated course that could give me a starting point in Machine Learning using Swift?

Any tutor or paid course online, book, etc.

CodePudding user response:

Ray Wenderlich's tutorials are usually a great place to start: https://www.raywenderlich.com/7960296-core-ml-and-vision-tutorial-on-device-training-on-ios

Also, Paul Hudson's videos are always worth watching: https://www.hackingwithswift.com/books/ios-swiftui/training-a-model-with-create-ml

Finally, Apple's own WWDC videos are great: https://developer.apple.com/videos/ml-vision

  • Related