1. Getting started
001 About Your Instructor and Course Overview00:00:00
002 About Machine Learning00:00:00
003 Activity_ Playing with Machine Learning Style Transfer00:00:00
2. Optional – iOS Fundamentals
004 About this section – start iOS00:00:00
005 Download and install xcode for iOS 11.mp400:00:00
006 Get the iOS developer license.mp400:00:00
007 How to use a MAC on Windows PC or Linux.mp400:00:00
008 How to install iOS 11 on your iPhone or iPad00:00:00
009 Use the Xcode interface00:00:00
010 Xcode configuration files00:00:00
3. Optional – Machine Learning Concepts
011 About this section – intro to ML00:00:00
012 What is an Artificial Neuron – Neural Network00:00:00
013 Parts of an Artificial Neural Network00:00:00
014 Explanation – Convolutional Neural Network00:00:00
015 Recurrent Neural Networks basics RNNs00:00:00
4. iOS Machine Learning With Photos
016 About this section – coreML with Photos00:00:00
017 Demo of project using coreML on photos00:00:00
018 About ML model and Neural Networks00:00:00
019 Project_ Create the xcode project00:00:00
020 Project_ How to add ML models to xcode projects00:00:00
021 Project_ How to get pre-made ML models for iOS00:00:00
022 Project_ How to use ML models with images (part 1)00:00:00
023 Project_ How to use ML models with images (part 2)00:00:00
024 Project_ Programming the VN request callback method00:00:00
025 Testing different ML models00:00:00
026 Exercise_ Models with Images input00:00:00
027 Solution_ Models with Images input00:00:00
028 Summary_ coreML Vision with Photos00:00:00
5. coreML All about custom models
029 About this section – model conversion00:00:00
030 Project_ Finding custom ML models00:00:00
031 Project_ Converting ML models get Anaconda IDE00:00:00
032 Installing Python libraries for core ML00:00:00
033 Installing Caffe tools for core ML conversion00:00:00
034 Project_ Converting scikit model to core ml mlmodel format00:00:00
6. CoreML with Data Set models
035 Introduction to Working with Data sets00:00:00
036 Project_ Create xcode project and add iris model00:00:00
037 Project_ ML dataset project User Interface00:00:00
038 Project_ Properties and picker delegate methods00:00:00
039 Project_ Pickerview data source methods00:00:00
040 Project_ Coding prediction for data sets00:00:00
041 Project_ Code improvements00:00:00
042 Important data set models information00:00:00
7. Project: coreML with Video Camera
043 About CoreML with Video Camera00:00:00
044 Project_ Create xcode project and add VGG16 model00:00:00
045 Project_ Building the user interface00:00:00
046 Project_ Video Stream variables setup00:00:00
047 Project_ Program camera feed00:00:00
048 Project_ Capture image from video stream for ML model00:00:00
049 Project_ Programming the ML prediction launch00:00:00
050 Project_ Processing the ML model output00:00:00
050 Project_ Processing the ML model output00:00:00
051 Testing the live camera feed with VGG model00:00:00
8. END: iOS coreML fundamentals
052 Congratulations00:00:00
9. Optional – Going the extra mile
053 Adding converted model metadata00:00:00
054 Get a PixelBuffer from a UIImage00:00:00
055 UIImage PixelBuffer extension (part 1)00:00:00
056 UIImage PixelBuffer extension (part 2)00:00:00
057 coreML prediction using UIImage PixelBuffer00:00:00
10. Optional – Numerous Model Conversions
059 Caffe – Get a Caffe ML model with weights and labels00:00:00
060 CoreML tools conversion code with Caffe00:00:00
061 Exporting Caffe model to mlmodel format00:00:00
062 Caffe – Using the Caffe model with iOS00:00:00
063 Keras – Load Save Keras models and convert to mlmodel00:00:00
064 Vision Image Request parameter options00:00:00
11. Advanced Vision Techniques: Face Detection
065 Introduction to advanced ML with Vision00:00:00
066 Project_ Create the user interface in storyboard00:00:00
067 Project_ Coding the Photo selection00:00:00
068 Project_ Coding Face Detection00:00:00
069 Activity_ Face Detection00:00:00
070 Activity Solution_ Face Detection00:00:00
12. Optional – Advanced Face Features Detection
071 About Advanced Face Feature Recognition00:00:00
072 Locate face position and area (part 1 of 2)00:00:00
073 Locate face position and area (part 2 of 2)00:00:00
074 Code to detect Face features eyes nose lips00:00:00
075 face features part 200:00:00
076 face features part 300:00:00
077 face features part 400:00:00
078 Activity – draw all face features in blue00:00:00
079 Activity Solution00:00:00
13. Advanced Text Detection Techniques
080 About Project_ Text Detection00:00:00
081 Project_ text recog part 100:00:00
082 Project_ text recog part 200:00:00
083 Project_ text recog part 300:00:00
084 Activity_ Text Recognition00:00:00
085 Solution_ Text Recognition00:00:00
086 Bonus code_ Character Recognition Template00:00:00
14. Object Tracking (advanced)
087 Demo_ Object Tracking Project00:00:00
088 Create Object Tracking Project and UI00:00:00
089 Program Video Camera Stream00:00:00
090 Coding the camera stream launch00:00:00
091 Capturing Data and Perform Tracking Request00:00:00
092 Coding the tracking request completion handler00:00:00
093 Program the object tracking launch00:00:00
094 Final Modifications00:00:00
095 Final Project Demo00:00:00