Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WWDC Links #31

Open
tucan9389 opened this issue Aug 11, 2019 · 1 comment
Open

WWDC Links #31

tucan9389 opened this issue Aug 11, 2019 · 1 comment
Assignees

Comments

@tucan9389
Copy link
Owner

tucan9389 commented Aug 11, 2019

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 tucan9389 self-assigned this Aug 11, 2019
@tucan9389
Copy link
Owner Author

tucan9389 commented Jul 1, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant