tucan9389 / awesome-ml-demos-with-ios

The challenge projects for Inferencing machine learning models on iOS
MIT License
1.21k stars 136 forks source link

WWDC Links #31

Open tucan9389 opened 5 years ago

tucan9389 commented 5 years ago

Core ML

Create ML and Turi Create

Common ML

Used script for picking the title and url

https://developer.apple.com/videos/all-videos/

var all_titles = ""
var isEven = true
$("html body section ul ul li section section.row section.column a").each(function() { 
    isEven = !isEven
    if (isEven) {
        var url = window.location.origin + $(this).attr("href")
        var components = url.split("/")
        var wwdcName = components[components.length-3].toUpperCase()
        var seesionNumber = components[components.length-2]
        var title = $(this).text().trim()
        all_titles += "- " + "[" + wwdcName + " " + seesionNumber + " Session - " + title + "]" + "(" + url + ")" + "\n"
    }
 });
all_titles
tucan9389 commented 4 years ago

WWDC 2020

ML

Keywords: model, ml, machine learning, core ml, vision

Core ML

Vision

NLP

Create ML

Common ML

AR

AR, USD

Metal

metal, gpu, tracing

Core Image

Others - WWDC2020

Others - INSIGHTS

Others - TECH-TALKS