You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _data/sessions.yml
+6-5
Original file line number
Diff line number
Diff line change
@@ -366,11 +366,12 @@
366
366
description: |
367
367
Swift is in a unique position at this moment in AI technology.
368
368
369
-
First, machine learning models can run in iOS and with only a few lines of Swift Code. We will discuss
370
-
1) what machine learning is good for in local apps
371
-
2) what a machine learning model is,
372
-
3) how it gets packaged by CoreML, the new iOS format for deploying ML in your app, and
373
-
4) how to leverage it in your Swift-based apps - without needing to build a lot of specific code!
369
+
First, machine learning models can run in iOS and with only a few lines of Swift Code. We will discuss
370
+
371
+
1. what machine learning is good for in local apps
372
+
2. what a machine learning model is,
373
+
3. how it gets packaged by CoreML, the new iOS format for deploying ML in your app, and
374
+
4. how to leverage it in your Swift-based apps - without needing to build a lot of specific code!
374
375
375
376
Then we will take a look into the future with Swift for Tensorflow, the brand-new technology by Google that would let us leverage our Swift knowledge to create and train new machine intelligence!
0 commit comments