CreateML is getting really impressive. I just went through the process of using it to train an Object Detection model to detect sharks and fish at an aquarium (and deploying the model to an iPhone) last week.
Do you think it would be possible to detect the species of shark? I was thinking about trying to detect what breed of dog or maybe species of fish someone caught.
Create ML is awesome and very user friendly. I achieved impressive accurate results to classify Among Us game states on Apple Silicon Macs to support keyboard controls.
Next step will be to train the computer to detect who is acting suspiciously in the game, and then make the computer play the game for you so you don’t have to use any controls at all to play the game :p
+1 on CreateML ease of use. Paired with some of the other models they provide out of the box, it can be very easy to get up and going quickly. I used it to create a mustache detector and before running an image through my model I needed to detect if an image had a face (images of hot dogs, for eg, were leading to weird results). I was delighted to find the ability to detect faces in a few lines of code right out of the box.
Now I just wish I could convert my model to Tensorflow! (or serve it over iCloud somehow?)
Using CreateML is a vastly better experience on ease of use using Machine Learning models. Even CoreML which underpins CreateML allows you to use using GPT2 and Bert from from Huggingface (see https://github.com/huggingface/swift-coreml-transformers).
I'm really curious if this training process is optimized for the new 8-core neural engine on the M1 SoC. I'd like to see a comparison between the performance on M1 vs Intel macs.
I supposed this might serve as a good demonstration of how the neural engine performs?
edit: Perhaps running inference in the iOS simulator on the macs would also be a comparison point?
For the ML-impaired, how portable is this process? Does it work on other ML platforms? Are the digital assets (specifically this MLMODEL file/bundle) easily transmuted to work with, say, TF?
It's not a pre-existing standard, but it is a documented format. It's based on protocol buffers, so I would expect it's fairly easy to write your own reader if necessary.
I’m also ML impaired, but would people really train the model on a Mac? Surely you would want to train in the cloud or on something with a proper discrete GPU. It seems that a better article would be how to take e.g. yolo and convert it.
I did a quick Google search (so maybe I’m missing something) but there is no official support for converting Core ML — which is the foundation for Create ML — models to Tensorflow or PyTorch. You need to look for third-party libraries. Although there exist libraries to convert Tensorflow models to Core ML.
Wondering if Create ML has a Sound Classifier as well.. Will make it easy to classify different bird's sounds or to identify music notes from different instruments.. something like piano/guitar notes classifier
For anyone looking into alternatives, I am currently compiling a list here [0]. The focus of the research is software that aids with the entire flow of a typical ecologist who wishes to classify/detect different species.
There are a lot of great pieces of software out there for non-technical users.
Is there a image classifier that use my Dropbox, scan all images sort by tag, and save all neural and tag data on folder itself ? That I can use to access all the images ?
I am not too familiar with CreateML but take a look at Lobe. It allows you to export models and it also comes with the option of using MobileNet (which is more suitable for running on edge devices).
You can also find examples on how to use the exported model on Lobe's Github.
Create ML has been generally available since 10.14 (2018)[0], while Lobe's product had a preview in 2018 and was bought by Microsoft the same year[1]. Apple has been pushing on-device ML for 4 years or so now[1], so, if anything, Lobe is Microsoft's answer to Apple.
Given pretty much every conversation on the topic of ML here advises people to use the proprietary NVidia ML tools with proprietary NVidia graphics drivers for NVidia cards, I'm failing to see this as any better or worse.
[+] [-] yeldarb|5 years ago|reply
Final result: https://twitter.com/braddwyer/status/1330654868839784451
The full walkthrough video: https://www.youtube.com/watch?v=kBn7Cd8Z8yE
[+] [-] wil421|5 years ago|reply
[+] [-] criddell|5 years ago|reply
[+] [-] crb002|5 years ago|reply
[+] [-] Unicode007|5 years ago|reply
https://news.ycombinator.com/item?id=25254954
I open sourced it today: https://github.com/andresavic/AmongKey
[+] [-] tosh|5 years ago|reply
thanks for making this open source!
[+] [-] codetrotter|5 years ago|reply
[+] [-] hokumguru|5 years ago|reply
[+] [-] LeicaLatte|5 years ago|reply
These new chips run Create ML really well, no surprises there.
[+] [-] dan1234|5 years ago|reply
[+] [-] elpakal|5 years ago|reply
Now I just wish I could convert my model to Tensorflow! (or serve it over iCloud somehow?)
[+] [-] my123|5 years ago|reply
[+] [-] zitterbewegung|5 years ago|reply
Shameless plug: I made a Youtube video on how to use Style Transfer in CreateML see https://www.youtube.com/watch?v=adfCMup9YnM
[+] [-] douk|5 years ago|reply
I supposed this might serve as a good demonstration of how the neural engine performs?
edit: Perhaps running inference in the iOS simulator on the macs would also be a comparison point?
[+] [-] yeldarb|5 years ago|reply
[+] [-] jagged-chisel|5 years ago|reply
[+] [-] mumblemumble|5 years ago|reply
https://apple.github.io/coremltools/coremlspecification/
[+] [-] thebruce87m|5 years ago|reply
[+] [-] seek3r|5 years ago|reply
[+] [-] uberneo|5 years ago|reply
[+] [-] mlsoundanalysis|5 years ago|reply
https://developer.apple.com/videos/play/wwdc2019/425/
[+] [-] poyu|5 years ago|reply
https://developer.apple.com/documentation/createml
[+] [-] petargyurov|5 years ago|reply
There are a lot of great pieces of software out there for non-technical users.
[0] https://www.notion.so/pgyurov/Camera-Trap-Pipeline-Solution-...
[+] [-] iamgopal|5 years ago|reply
[+] [-] interestednml|5 years ago|reply
https://developer.apple.com/videos/play/wwdc2020/10043/
and style transfer to Create ML this year:
https://developer.apple.com/videos/play/wwdc2020/10642/
[+] [-] amelius|5 years ago|reply
[+] [-] petargyurov|5 years ago|reply
You can also find examples on how to use the exported model on Lobe's Github.
[+] [-] nsriv|5 years ago|reply
[+] [-] judge2020|5 years ago|reply
0: https://developer.apple.com/documentation/createml
1: https://blogs.microsoft.com/blog/2018/09/13/microsoft-acquir...
1: https://www.zdnet.com/article/ai-big-data-and-the-iphone-her....
[+] [-] meesterdude|5 years ago|reply
[+] [-] suff|5 years ago|reply
[deleted]
[+] [-] momokoko|5 years ago|reply
[+] [-] rodgerd|5 years ago|reply