awesome-ml-demos-with-ios icon indicating copy to clipboard operation
awesome-ml-demos-with-ios copied to clipboard

WWDC Links

Open tucan9389 opened this issue 4 years ago • 1 comments

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 avatar Aug 11 '19 02:08 tucan9389

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

tucan9389 avatar Jul 01 '20 12:07 tucan9389