POPULARITY
Krishna Sridhar is an experienced engineering leader passionate about building wonderful products powered by machine learning. Efficient Deployment of Models at the Edge // MLOps Podcast #283 with Krishna Sridhar, Vice President of Qualcomm. Big shout out to Qualcomm for sponsoring this episode! // Abstract Qualcomm® AI Hub helps to optimize, validate, and deploy machine learning models on-device for vision, audio, and speech use cases. With Qualcomm® AI Hub, you can: Convert trained models from frameworks like PyTorch and ONNX for optimized on-device performance on Qualcomm® devices. Profile models on-device to obtain detailed metrics including runtime, load time, and compute unit utilization. Verify numerical correctness by performing on-device inference. Easily deploy models using Qualcomm® AI Engine Direct, TensorFlow Lite, or ONNX Runtime. The Qualcomm® AI Hub Models repository contains a collection of example models that use Qualcomm® AI Hub to optimize, validate, and deploy models on Qualcomm® devices. Qualcomm® AI Hub automatically handles model translation from source framework to device runtime, applying hardware-aware optimizations, and performs physical performance/numerical validation. The system automatically provisions devices in the cloud for on-device profiling and inference. The following image shows the steps taken to analyze a model using Qualcomm® AI Hub. // Bio Krishna Sridhar leads engineering for Qualcomm™ AI Hub, a system used by more than 10,000 AI developers spanning 1,000 companies to run more than 100,000 models on Qualcomm platforms. Prior to joining Qualcomm, he was Co-founder and CEO of Tetra AI which made its easy to efficiently deploy ML models on mobile/edge hardware. Prior to Tetra AI, Krishna helped design Apple's CoreML which was a software system mission critical to running several experiences at Apple including Camera, Photos, Siri, FaceTime, Watch, and many more across all major Apple device operating systems and all hardware and IP blocks. He has a Ph.D. in computer science from the University of Wisconsin-Madison, and a bachelor's degree in computer science from Birla Institute of Technology and Science, Pilani, India. // MLOps Swag/Merch https://shop.mlops.community/ // Related Links Website: https://www.linkedin.com/in/srikris/ --------------- ✌️Connect With Us ✌️ ------------- Join our slack community: https://go.mlops.community/slack Follow us on Twitter: @mlopscommunity Sign up for the next meetup: https://go.mlops.community/register Catch all episodes, blogs, newsletters, and more: https://mlops.community/ Connect with Demetrios on LinkedIn: https://www.linkedin.com/in/dpbrinkm/ Connect with Krishna on LinkedIn: https://www.linkedin.com/in/srikris/
Join Portage Bay Solutions and Cris Ippolite, a renowned leader in the Claris FileMaker community, as they unpack the highlights from the Pinecone Summit held in San Francisco. Dive deep into the world of generative AI, explore the significance of vector databases, and understand their synergy with FileMaker. With over 800 global attendees, the summit was a melting pot of insights, innovations, and forward-thinking discussions. From the intricacies of AI hallucinations to the practical applications of coreML in FileMaker, this episode offers a comprehensive debrief of the event, shedding light on why generative AI is pivotal for FileMaker developers and the broader tech community.
In questa puntata Roberto e Filippo con l'ospite d'eccezione, Alex Raccuglia, – dopo aver parlato di IA con Lucio Bragagnolo – chiacchierano di Machine Learning in salsa Apple: delle sue possibilità attuali e delle speranze future dal punto di uno sviluppatore e dell'utente finale. Note dell'episodio Puntata 57 con Lucio Bragagnolo (http://www.a2podcast.it/57) Cos'è ML? L'apprendimento automatico (anche detto machine learning in inglese, abbreviato in ML) è una branca dell'intelligenza artificiale che raccoglie metodi sviluppati negli ultimi decenni del XX secolo in varie comunità scientifiche, sotto diversi nomi quali: statistica computazionale, riconoscimento di pattern, reti neurali artificiali, filtraggio adattivo, teoria dei sistemi dinamici, elaborazione delle immagini, data mining, algoritmi adattivi, ecc; che utilizza metodi statistici per migliorare la performance di un algoritmo nell'identificare pattern nei dati. Nell'ambito dell'informatica, l'apprendimento automatico è una variante alla programmazione tradizionale nella quale in una macchina si predispone l'abilità di apprendere qualcosa dai dati in maniera autonoma, senza istruzioni esplicite Cosa offre Apple con coreML ? Create ML (https://developer.apple.com/machine-learning/create-ml/) Create ML elimina la complessità dall'addestramento dei modelli mentre produce potenti modelli Core ML. Formazione multimodello Allena più modelli utilizzando set di dati diversi, il tutto in un unico progetto. Controllo dell'allenamento Metti in pausa, salva, riprendi ed estendi il tuo processo di formazione. Supporto per la formazione eGPU Usa un'unità di elaborazione grafica esterna con il tuo Mac per prestazioni di allenamento ancora migliori. Formazione sul dispositivo Allena i modelli incredibilmente velocemente direttamente sul tuo Mac mentre sfrutti CPU e GPU. Anteprime del modello Visualizza in anteprima le prestazioni del tuo modello utilizzando Continuity con la fotocamera e il microfono del tuo iPhone sul tuo Mac o rilascia i dati di esempio. Valutazione visiva (Nuovo) Scopri in modo interattivo le prestazioni del tuo modello sui dati di test dal tuo set di valutazione. Esplora le metriche chiave e le loro connessioni con esempi specifici per aiutare a identificare casi d'uso impegnativi, ulteriori investimenti nella raccolta dei dati e opportunità per contribuire a migliorare la qualità del modello. I modelli su cui è possibile creare / personalizzare Immagine Classificazione delle immagini Rilevamento degli oggetti Classificazione della posa della mano Trasferimento di stile Video Classificazione delle azioni Classificazione dell'azione della mano Trasferimento di stile Movimento Classificazione delle attività Suono Classificazione sonora Testo Classificazione del testo Taggare le parole Tabulare Classificazione tabellare Regressione tabellare Raccomandazione Crea componenti ML Sfrutta i modelli di apprendimento automatico personalizzabili nell'app. I modelli di Apple (https://developer.apple.com/machine-learning/models/#text) Linguaggio naturale (https://developer.apple.com/documentation/naturallanguage) Cos'è? Analizzare il testo del linguaggio naturale e dedurre i suoi metadati specifici del linguaggio. Il framework Natural Language fornisce una varietà di funzionalità di elaborazione del linguaggio naturale (NLP) con supporto per molte lingue e script diversi. Usa questo framework per segmentare il testo del linguaggio naturale in paragrafi, frasi o parole e taggare le informazioni su quei segmenti, come parte del discorso, della classe lessicale, del lemma, dello script e del linguaggio. Che attività può svolgere? Identificazione della lingua, che rileva automaticamente la lingua di un pezzo di testo. Tokenizzazione, suddividendo un pezzo di testo in unità linguistiche o token. Taggare parti del discorso, contrassegnando le singole parole con la loro parte del discorso. Lemmatizzazione, deducendo il gambo di una parola in base alla sua analisi morfologica. Riconoscimento dell'entità denominata, identificazione dei token come nomi di persone, luoghi o organizzazioni. Link di approfondimento Come lemmatizzare il testo usando NLTagger (https://www.hackingwithswift.com/example-code/naturallanguage/how-to-lemmatize-text-using-nltagger) Riconoscere nomi di entità in un testo (https://monkeylearn.com/blog/named-entity-recognition/) Introduzione al Linguaggio Naturale in Swift (https://www.appcoda.com/natural-language-processing-swift/) Le ricerche di Apple o che sponsorizza Apple (https://machinelearning.apple.com) Articoli interessanti Il nuovo chip M1 di Apple è una bestia di apprendimento automatico (https://towardsdatascience.com/apples-new-m1-chip-is-a-machine-learning-beast-70ca8bfa6203) Ecco perché Apple crede di essere un leader dell'IA e perché dice che i critici hanno tutto sbagliato (https://arstechnica.com/gadgets/2020/08/apple-explains-how-it-uses-machine-learning-across-ios-and-soon-macos/) Dove ci potete trovare? Alex Raccuglia: Ulti.Media (https://ulti.media) il sito dove potete scoprire le applicazioni create da Alex TechnoPillz: Flusso di coscienza digitale (https://www.spreaker.com/show/technopillz): Una trasmissione semplice ed essenziale, più o meno condotta da Alex Raccuglia e dedicata al mondo della tecnologia e dello sviluppo di app. MDB Summah Radio (https://www.spreaker.com/show/mdb-summah-radio): la trasmissione musicale più inusuale del mondo, creata e condotta da Alex Raccuglia, con lo scopo di promuovere la "bella" musica, brani non troppo mainstream legati da un filo conduttore, un tema per ogni episodio. Il Vino lo Porto Io (https://ulti.media/ilvinoloportoio/) Podcast di cultura enologica, con il sommelier Marco Barbetti Roberto: Mac e architettura: mach - dot - net.wordpress.com (https://marchdotnet.wordpress.com/) Podcast settimanale Snap - architettura imperfetta (https://www.spreaker.com/show/snap-archiettura-imperfetta) Filippo: Avvocati e Mac punto it (https://www.avvocati-e-mac.it/) Ci sentiamo tra 2 settimane.
In this episode, Leo talks with Jameson Toole Co-founder / CTO of FritzAI about CoreML and Machine Learning. We talk about the process of introducing ML into your app, the different capabilities of CoreML, as well as the updates which have come out of WWDC 2020.
We are back to machine learning and artificial learning, taking a look at the latest and greatest in Core ML 4. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website, Chat on Discord Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://itunes.apple.com/us/podcast/merge-conflict/id1133064277?mt=2&ls=1) ⭐⭐ Machine transcription available on http://mergeconflict.fm
We are back to machine learning and artificial learning, taking a look at the latest and greatest in Core ML 4. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website, Chat on Discord Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://itunes.apple.com/us/podcast/merge-conflict/id1133064277?mt=2&ls=1) ⭐⭐ Machine transcription available on http://mergeconflict.fm
This episode is brought to you by Otto.Claus Lavendt is part of Datamanix. Follow them on TwitterHe has a new free tool called DM InsertText HelperApple's Human Interface Guidelines are found here.GoZync and other products try to solve the syncing process, but it is still hard.Alexis Allen talked with us previously about Workflow based design.Here's some good resources about FileMaker Go: FileMaker Go 19 Development Guide NFC on FileMaker Go from Skeleton Key NFC Scanning with FileMaker Go From Soliant Consulting iSolutions and CoreML
This episode is brought to you by FMPerception.Cris Ippolite is our guest. He's the Founder / Head Coach / Trainer of iSolutions.Cris has courses on LinkedIn Learning. Check those out to learn more about Claris FileMaker 19.Things we talked about:1. Todd's thoughts on the Open Platform Release.2. Blog post the Perform FileMaker Data API script step, as it returns records in JSON or metaData.3. CoreML at Apple.
JavaScript Remote Conf 2020 May 14th to 15th - register now! Soojin Ro gave a talk and demo of an Augmented Reality application he built at try!Swift NYC Conference.. He walks Chuck and Alex through how to build and design Augmented Reality applications and how you need to think about translating details from your camera to targets on your screen. Panelists Alex Bush Charles Max Wood Guest Soojin Ro Sponsors Sentry– use the code “devchat” for two months free on Sentry’s small plan CacheFly _____________________________ "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today! ____________________________________________________________ Links try! Swift NYC 2019 - Deeper into ARKit with CoreML and Turi Create Web Toon TensorFlow ARKit Core ML PyTorch GitHub apple/turicreate Create ML CVPixelBuffer Picks Charles Max Wood: The Name of the Wind LinkedIn Sales Navigator Alex Bush: All About Dividend Investing Soojin Ro: Homeland
JavaScript Remote Conf 2020 May 14th to 15th - register now! Soojin Ro gave a talk and demo of an Augmented Reality application he built at try!Swift NYC Conference.. He walks Chuck and Alex through how to build and design Augmented Reality applications and how you need to think about translating details from your camera to targets on your screen. Panelists Alex Bush Charles Max Wood Guest Soojin Ro Sponsors Sentry– use the code “devchat” for two months free on Sentry’s small plan CacheFly _____________________________ "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today! ____________________________________________________________ Links try! Swift NYC 2019 - Deeper into ARKit with CoreML and Turi Create Web Toon TensorFlow ARKit Core ML PyTorch GitHub apple/turicreate Create ML CVPixelBuffer Picks Charles Max Wood: The Name of the Wind LinkedIn Sales Navigator Alex Bush: All About Dividend Investing Soojin Ro: Homeland
Optische Zeichenerkennung (engl. abgekürzt OCR) ist der Teil der Bildverarbeitung, der selbst durch der Einführung von CoreML und Vision nicht einfacher wurde. Das Werkzeug der Wahl stellt hierfür immer noch das über 20 Jahre alte Tesseract dar. Der Vortrag bietet eine praxisorientierte Einführung in der Anwendung von Tesseract auf dem iPhone. Session 4, Samstag, Terrassensaal, Macoun 2018
In diesem Vortrag lernst du, wie man mithilfe von CoreML und CreateML oft einfachere und bessere Lösung für Probleme finden kannst, als man es über Algorithmen erreichen könnte. Dabei geht es nicht nur um die Anwendung und Einbindung von Modellen, sondern vor allem auch um das Konvertieren und Erstellen von eigenen Modellen mithilfe von CreateML und Co. Und natürlich, wie man damit Bilder nach Nacktheit scannen kann :) Session 1, Sonntag, Großer Saal, Macoun 2018
Welkom bij de podcast van iCulture.nl! We praten je bij over de nieuwste ontwikkelingen rondom Apple. In iCulture podcast #10 praten we met ontwikkelaar Antoine van der Lee (@twannl), ook bekend als SwiftLee. Hij schrijft op zijn blog avanderlee.com wekelijks tips over Swift, iOS en Xcode. Antoine is als ontwikkelaar naar WWDC 2019 geweest en vertelt over zijn ervaringen, de aankondigingen die de meeste impact zullen hebben voor ontwikkelaars - en meer! #Shownotes [00:00] Introductie [01:20] Antoine stelt zich voor [01:45] SwiftUI [03:50] Catalyst [06:25] watchOS 6 en Watch-apps [07:45] Hoe ziet een dag op WWDC eruit? [10:35] Sign in with Apple [12:05] ARKit 3.0 en augmented reality [13:35] Machine learning [14:25] CoreML 3.0 en CreateML [16:20] The Talkshow met John Gruber [17:20] Swift Package Manager [19:05] iPadOS [21:15] Voice Control voor toegankelijkheid [23:15] Siri Shortcuts [25:50] Wat heb je geleerd? [27:00] Afsluiting #Links https://www.iculture.nl/podcast/ https://www.iculture.nl/podcast/s01e10/ --- Send in a voice message: https://anchor.fm/iculture/message
Хотите знать, кто виновен в том, что лента любимой соц. сети настолько релевантна вашим интересам, что вам приходится прибегать к ограничителям времени, лишь бы не залипать в неё вечно? Как всегда, информация для слушателей Подлодки доступна прямо из первых уст – к нам в гости пришёл Андрей Якушев, тимлид команды CoreML в ВК и рассказал все о том, как устроены рекомендательные системы. Мы прошлись по всему пайплайну создания и внедрения рекомендательных систем, уделив особое внимание части про машинное обучение, так что скучно точно не будет! Поддержи лучший подкаст про мобильную разработку: www.patreon.com/podlodka Также ждем вас, ваши лайки, репосты и комменты в мессенджерах и соцсетях! Telegram-чат: t.me/podlodka Telegram-канал: t.me/podlodkanews Страница в Facebook: www.facebook.com/podlodkacast/ Twitter-аккаунт: twitter.com/PodlodkaPodcast Полезные ссылки: - Курс ОДС про МЛ https://vk.com/mlcourse - Курс "Машинное обучение" Воронцова из Шада https://yandexdataschool.ru/edu-process/courses/machine-learning - Statistical Methods for Recommender Systems. Deepak K. Agarwal Bee-Chung Chen https://www.amazon.com/Statistical-Methods-Recommender-Systems-Agarwal/dp/1107036070 - Recommender Systems: The Textbook. Charu C. Aggarwal https://rd.springer.com/book/10.1007%2F978-3-319-29659-3
¿Qué es CoreML? ¿Cuál es su función en iOS? ¿Qué aporta al ecosistema Machine Learning? Analizamos la librería y adelantamos la funcionalidad estrella que tendrá su versión 3 que se presentará en la próxima WWDC 2019. Descubre nuestras ofertas para oyentes: "Concurrencia en iOS con Swift" en Udemy por $20,99/20,99€. "Swift de lado servidor con Vapor" en Udemy por $69,99/69,99€. "Desarrollo Seguro en iOS con Swift" en Udemy por $124,99/124,99€. "Aprendiendo Swift 5.2" en Udemy por $74,99/74,99€. Apple Coding Academy Suscríbete a Apple Coding en nuestro Patreon. Canal de Telegram de Swift. Acceso al canal. --------------- Consigue las camisetas oficiales de Apple Coding con los logos de Swift y Apple Coding. Logo Apple Coding (negra, logo blanco) Logo Swift (negra, logo blanco) Logo Swift (blanco, logo color original Swift) Logo Apple Coding (blanco, logo negro) --------------- Sigue nuestro canal en Youtube en: Canal de Youtube de Apple Coding Tema musical: "For the Win" de "Two Steps from Hell", compuesto por Thomas Bergensen. Usado con permisos de fair use. Escúchalo en Apple Music o Spotify.
Mike's back with thoughts on his recent adventures with the Windows Subsystem for Linux and what it might mean for the future of Linux development. Plus the hurdles of working with an eGPU, why you should learn languages you might not use, and a neat pick for playing with HTTP.
Is Apple using CoreML to determine the relevance of push notifications, what new features will we see in this year's new iPads, and why are we disabling GitHub issues for our open source projects? Stacktrace by 9to5Mac is available on iTunes and Apple’s Podcasts app or through our dedicated RSS feed for Overcast and other podcast players. Hosts: Gui on Twitter: @_inside John on Twitter: @johnsundell Topics: Sign up for John's monthly newsletter The unofficial WWDC app for macOS Splash FinderSyrahUI AnimojiStudio
It is that time again for more machine learning! This time it is actually something that you can totally build and something that Frank shipped inside of his application to do code prediction using Python, Keras, PlaidML, and CoreML! We talk about the main use case, the route Frank took to create the machine learning model, what hardware and software he used, and the final outcome to predict code while you type. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://itunes.apple.com/us/podcast/merge-conflict/id1133064277?mt=2&ls=1) ⭐⭐ SUPPORT US ON PATREON: patreon.com/mergeconflictfm Special Thanks to Syncfusion: Download their e-books: * Xamarin.Forms Succinctly (https://www.syncfusion.com/ebooks/xamarin_forms_succinctly?utm_source=podcasts&utm_medium=list&utm_campaign=mergexampodcy18) * Xamarin.Forms for macOS Succinctly (https://www.syncfusion.com/ebooks/xamarin_forms_for_mac_os_succinctly?utm_source=podcasts&utm_medium=list&utm_campaign=mergexampodcy18)
It is that time again for more machine learning! This time it is actually something that you can totally build and something that Frank shipped inside of his application to do code prediction using Python, Keras, PlaidML, and CoreML! We talk about the main use case, the route Frank took to create the machine learning model, what hardware and software he used, and the final outcome to predict code while you type. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://itunes.apple.com/us/podcast/merge-conflict/id1133064277?mt=2&ls=1) ⭐⭐ SUPPORT US ON PATREON: patreon.com/mergeconflictfm Special Thanks to Syncfusion: Download their e-books: * Xamarin.Forms Succinctly (https://www.syncfusion.com/ebooks/xamarin_forms_succinctly?utm_source=podcasts&utm_medium=list&utm_campaign=mergexampodcy18) * Xamarin.Forms for macOS Succinctly (https://www.syncfusion.com/ebooks/xamarin_forms_for_mac_os_succinctly?utm_source=podcasts&utm_medium=list&utm_campaign=mergexampodcy18)
What a way to start June! GitHub was officially acquired by Microsoft and Apple started off it's developer conference by announcing tons of great new software updates and developer APIs. We break down each and every juicy bit. Not only do we cover the main keynote, but we take a look at the developer state of the union and fully cover iOS 12, tvOS 12, watchOS 5, and macOS Mojave including soon to come UIKit to macOS!!! Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://itunes.apple.com/us/podcast/merge-conflict/id1133064277?mt=2&ls=1) ⭐⭐ SUPPORT US ON PATREON: patreon.com/mergeconflictfm
What a way to start June! GitHub was officially acquired by Microsoft and Apple started off it's developer conference by announcing tons of great new software updates and developer APIs. We break down each and every juicy bit. Not only do we cover the main keynote, but we take a look at the developer state of the union and fully cover iOS 12, tvOS 12, watchOS 5, and macOS Mojave including soon to come UIKit to macOS!!! Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://itunes.apple.com/us/podcast/merge-conflict/id1133064277?mt=2&ls=1) ⭐⭐ SUPPORT US ON PATREON: patreon.com/mergeconflictfm
Neste episódio, Tales, Guilherme, e Emannuel falam a respeito dos fundamentos de machine learning, e apresentam CoreML e Turicreate; Frameworks da Apple para trazer essa tecnologia para iOS, e macOS Links: Call For Papers do TDC São Paulo http://www.thedevelopersconference.com.br/tdc/2018/saopaulo/call4papers Turicreate https://github.com/apple/turicreate Lobe.ai https://lobe.ai/ CoreML Store http://coreml.store/ Detecting Whisky brands with CoreML and IBM Watson services https://martinmitrevski.com/2018/04/14/detecting-whisky-brands-with-core-ml-and-ibm-watson-services/ DialogFlow https://dialogflow.com População idosa http://brasil.estadao.com.br/noticias/geral,populacao-idosa-vai-triplicar-entre-2010-e-2050-aponta-publicacao-do-ibge,10000072724 Isekai Izakaya http://www.crunchyroll.com/isekai-izakaya-japanese-food-from-another-world
Meghan Kane joins John for a special Machine Learning episode of the show — talking about how to get started with tools like CoreML and TensorFlow, what they can be used for, deciphering the terminology, how Swift might be used for ML tooling in the future, and much more!
More Than Just Code podcast - iOS and Swift development, news and advice
This week we follow up on Youtube changes, IBM Watson and CoreML, 3rd party Twitter apps. We discuss Xcode compilation on mutli-core Mac Pros. The Home Pod has a sluggish start in sales. Apple reveals the (Product)RED® iPhone 8. Apple Music has 40 million users and a new boss. We follow up on HTTP 400 error codes. We discuss Apple upcoming purge of 32-bit macOS apps, reliving Windows File manager and the RWDevCon 2018's post mortem. Picks: Understanding Git Version Control and Learn how to Use it in Xcode 9, Xcode TDD keyboard short cuts, App Store insights. Aftershow: Facebook testimony.
In this episode of the Xamarin Podcast, Pierce Boggan and James Montemagno discuss all of the fun features from the new Visual Studio 2017 version 15.6 stable release, including macOS environment setup and iOS WiFi deployment. They also discuss building AR and ML into your mobile apps, and take a look at how you can add Tizen as a deployment target for your Xamarin.Forms apps. 3:30 HOT BITS! Visual Studio 2017 version 15.6 10:30 Build some AR into your apps with UrhoSharp 1.8 14:00 Navigation patterns in Xamarin.Forms 19:00 Building apps for Tizen devices (phones, tablets, watches, and tvs!) 22:00 Update your tvOS apps on the fly with tvML 24:10 Machine learning with CoreML + Xamarin + Custom Vision Service 28:10 Behaviors in Xamarin.Forms 28:45 Adding a search bar to iOS lists 30:30 BONUS Bachelor Finale thoughts! Show Links: Visual Studio 2017 version 15.6 (https://blog.xamarin.com/visual-studio-2017-version-15-6-now-available/) The New Feature-Packed UrhoSharp 1.8 (https://blog.xamarin.com/announcing-urhosharp-1-8-release/) New Xamarin University Course: Navigation Patterns (https://blog.xamarin.com/xamarin-forms-navigation-patterns-xam205/) Add Tizen Projects to Your Xamarin.Forms Apps (https://blog.xamarin.com/add-tizen-projects-xamarin-forms-apps/) Create and host tvOS TVML Apps with Azure & Xamarin (https://blog.xamarin.com/create-tvos-tvml-apps-azure-xamarin/) Extend Xamarin.Forms Control Functionality with Behaviors (https://blog.xamarin.com/extend-xamarin-forms-controls-functionality-with-behaviors/) Add a Search Bar to Your Xamarin Apps in iOS 11 (https://blog.xamarin.com/add-search-bar-xamarin-ios-11/) Follow Us: James: Twitter (https://twitter.com/jamesmontemagno), Blog (http://motzcod.es/), GitHub (http://github.com/jamesmontemagno), Merge Conflict Podcast (http://mergeconflict.fm) Pierce: Twitter (https://twitter.com/pierceboggan), GitHub (https://github.com/pierceboggan) Subscribe: iTunes (https://itunes.apple.com/us/podcast/xamarin-podcast/id691368176?mt=2) Google Play Music (https://play.google.com/music/listen?u=0#/ps/Ifcss44ww5lc375esulsuettsey) Overcast (https://overcast.fm/itunes691368176/xamarin-podcast)
The raywenderlich.com Podcast: For App Developers and Gamers
In this episode Dru and Janie welcome back Arthur Mayes to discuss some new tools and how and when to use them. Arthur explains MVVM, then Janie 'gives us some computer learning' for CoreML. The post MVVM and CoreML – Podcast S07 E12 appeared first on Ray Wenderlich.
In this episode of the Xamarin Podcast, Pierce Boggan and James Montemagno cover Android 8.1, the new Xamarin Device Manager Preview, what's new for mobile developers in Visual Studio versions 15.5/15.6, and share their favorite Xamarin moments from 2017. 4:45 Android 8.1 (API 27) now available to developers 5:15 Try the new Xamarin Android Device Manager preview 12:15 Updates to the iOS storyboard designer 14:05 Automatic iOS app provisioning 16:00 CoreML programming with Xamarin.Mac and F# 17:20 Top 12 blog.xamarin.com posts of 2017 23:00 SmartHotel360 - New reference mobile app built with Xamarin.Forms 24:00 New Webinar - Visual Studio App Center 25:30 Visual Studio version 15.5 is now in stable channels 29:00 Visual Studio version 15.6 is now in preview 34:20 Pick of the Week Show Links: Xamarin.Android Support for Android 8.1 (https://blog.xamarin.com/xamarin-android-now-double-stuffed-with-oreo-8-1/) Xamarin Device Manager Preview (https://developer.xamarin.com/guides/android/getting_started/installation/android-emulator/xamarin-device-manager/) Updates to the Xamarin.iOS designer (https://blog.xamarin.com/updates-xamarin-ios-designer/) Automatic iOS app provisioning with fastlane (https://blog.xamarin.com/even-easier-ios-app-provisioning-visual-studio-mac/) CoreML Programming with Xamarin.Mac & F# (https://blog.xamarin.com/coreml-programming-xamarin-mac-f/) Top 12 Blogs of 2017 (https://blog.xamarin.com/top-12-xamarin-blog-posts-2017/) The Xamarin Show: Getting Started with MVVM (https://blog.xamarin.com/the-xamarin-show-getting-started-with-mvvm/) Introducing the SmartHotel360 Reference Apps (https://blog.xamarin.com/introducing-smarthotel360-reference-mobile-apps/) Webinar: Visual Studio App Center (https://blog.xamarin.com/upcoming-webinar-xamarin-university-presents-ship-better-apps-visual-studio-app-center/) See what's new in Visual Studio 2017 version 15.5 (https://blog.xamarin.com/whats-new-visual-studio-2017-version-15-5/) Visual Studio 2017 version 15.6 Preview (https://blog.xamarin.com/visual-studio-2017-version-15-6-preview-available-today/) VSTS Mobile Build Tasks Extension (https://montemagno.com/introducing-vsts-mobile-build-tasks-extension/) Xamarin.Forms Video Player (https://blog.xamarin.com/delivering-rich-media-experiences-xamarin-forms-video-player/) Media Manager Plugin for Xamarin (https://blog.xamarin.com/play-audio-and-video-with-the-mediamanager-plugin-for-xamarin/) Media Plugin for Xamarin & Windows (https://blog.xamarin.com/getting-started-with-the-media-plugin-for-xamarin/) Follow Us: James: Twitter (https://twitter.com/jamesmontemagno), Blog (http://motzcod.es/), GitHub (http://github.com/jamesmontemagno), Merge Conflict Podcast (http://mergeconflict.fm) Pierce: Twitter (https://twitter.com/pierceboggan), GitHub (https://github.com/pierceboggan) Subscribe: iTunes (https://itunes.apple.com/us/podcast/xamarin-podcast/id691368176?mt=2) Google Play Music (https://play.google.com/music/listen?u=0#/ps/Ifcss44ww5lc375esulsuettsey) [Overcast](https://overcast.fm/itun
Bienvenue dans le cent-quatre-vingt-sixième épisode de CacaoCast! Dans cet épisode, Philippe Casgrain et Philippe Guitard discutent des sujets suivants: iMac Pro - Dans toute sa splendeur! Abonnements auto-renouvelables - Maintenant avec prix d’introduction dans iOS 11.2 Apple - Pré-vente - Maintenant pour tous, pas juste Mario! Apple - WatchOS 1 - Plus d’applications à partir d’avril Apple - 64 bits - À partir du 1er janvier pour les nouvelles applis Arq et Wasabi - Vos backups dans le nuage pour pas cher TouchBar - Utilisez le senseur d’empreintes pour sudo lldb - Connaissez-vous la commande “e”? autostash - L’astuce git du jour Fichiers cachés - l’astuce Finder du jour Xcode main thread checker - Aussi disponible pour vos méthodes Turicreate - Un outil python pour créer des modèles CoreML CoreML - Cours en ligne gratuit Icônes d’Xcode - Que veulent-elle dire? Ecoutez cet épisode
Presentation about a Core ML database for image detection.
Presentation about a Core ML database for image detection.
Presentation about a Core ML database for image detection.
Presentation about a Core ML database for image detection.
Panel: Gui Jaim Erica Andrew In today's episode, the iPhreaks discuss the High Sierra app updates with Tim Ekl. Tim is an engineer at the Omni group, where Tim work on Omni focus for Mac and iOS. Tim has been active in the iOS community for 5 years and he likes to assists the Xcode meetups. The discussion dives into the now one-week old public release of High Sierra for OSX. Tim talks about the pain-free transition to the new operating system. Tim goes into the minor bug fixes Omni had to fix as they transitioned, and gives some examples of the functions of Touch Bar feature. In particular, we dive pretty deep on: API difference Incremental updates and minor adaption for the new hardware system for Touch Bar and Force Touch Trackpad. How as Omni adopted the touch bar features Minimal upkeep for the Touch Bar Has the Touch Bar been a successful feature, and for Omni Focus? Integration of app to use the Touch Bar. Mixed feelings about the Touch Bar, useful for sliders. etc. Deciding what features are active with the Touch Bar, or switching to iOS and desktop UIs. Specific design language for iOS or OSX? Longpress - How do you decide what gets the Force Touch or Long press? How do you assist the visual disable in the application design? New file system - How is it affecting the Omni application? Decisions on which features are most important for the app Omni Focus APFS impact on application Omini Disk Sweeper Apple slowing down and building support rather than new features Maybe Apple is laying down the foundation for new features that we don’t know about Has Omni gone into whole Swift? Language stability - are you comfortable bringing in the new language The great renaming Links: Omni Group @timekl @OmniGroup timekl.com Carbon Copy Cloner Picks: Gui: How To Train Your Own Model for CoreML Jaim Erica Honda Element - Discontinued Andrew New Star Trek Tim Carbon Copy Cloner
Panel: Gui Jaim Erica Andrew In today's episode, the iPhreaks discuss the High Sierra app updates with Tim Ekl. Tim is an engineer at the Omni group, where Tim work on Omni focus for Mac and iOS. Tim has been active in the iOS community for 5 years and he likes to assists the Xcode meetups. The discussion dives into the now one-week old public release of High Sierra for OSX. Tim talks about the pain-free transition to the new operating system. Tim goes into the minor bug fixes Omni had to fix as they transitioned, and gives some examples of the functions of Touch Bar feature. In particular, we dive pretty deep on: API difference Incremental updates and minor adaption for the new hardware system for Touch Bar and Force Touch Trackpad. How as Omni adopted the touch bar features Minimal upkeep for the Touch Bar Has the Touch Bar been a successful feature, and for Omni Focus? Integration of app to use the Touch Bar. Mixed feelings about the Touch Bar, useful for sliders. etc. Deciding what features are active with the Touch Bar, or switching to iOS and desktop UIs. Specific design language for iOS or OSX? Longpress - How do you decide what gets the Force Touch or Long press? How do you assist the visual disable in the application design? New file system - How is it affecting the Omni application? Decisions on which features are most important for the app Omni Focus APFS impact on application Omini Disk Sweeper Apple slowing down and building support rather than new features Maybe Apple is laying down the foundation for new features that we don’t know about Has Omni gone into whole Swift? Language stability - are you comfortable bringing in the new language The great renaming Links: Omni Group @timekl @OmniGroup timekl.com Carbon Copy Cloner Picks: Gui: How To Train Your Own Model for CoreML Jaim Erica Honda Element - Discontinued Andrew New Star Trek Tim Carbon Copy Cloner
¡iOS 11 ha sido liberado! y junto con él, una nueva actualización de la plataforma de desarrollo Xamarin.iOS. Novedades como: ARKit, CoreML, Drag and Drop, PDFKit, SiriKit y Vision, son solamente algunas de las características y componentes nuevos que podemos encontrar en la más reciente versión del sistema operativo de Apple, y las cuales ya … Continue reading Interfaz Podcast Episodio 49 – Xamarin.iOS 11 con Alex Soto The post Interfaz Podcast Episodio 49 – Xamarin.iOS 11 con Alex Soto appeared first on Rodrigo Díaz Concha.
If we aren't talking about machine learning then we are talking about machine learning on Merge Conflict! This week we go through several services and resources to find out what exactly it takes to build hot dog or not! We review several free and paid services to create your own machine learning models and how to train them all online! Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr
If we aren't talking about machine learning then we are talking about machine learning on Merge Conflict! This week we go through several services and resources to find out what exactly it takes to build hot dog or not! We review several free and paid services to create your own machine learning models and how to train them all online! Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr
Why bother with ARKit when you can learn all about the machines with CoreML! This week we explore all the goodies that Apple has for us in iOS 11's CoreML. We also attempt to demystify exactly what is machine learning and how to get started. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr
Why bother with ARKit when you can learn all about the machines with CoreML! This week we explore all the goodies that Apple has for us in iOS 11's CoreML. We also attempt to demystify exactly what is machine learning and how to get started. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr
Очередной разговорный выпуск – такие мы планируем записывать каждый месяц. В этот раз мы позвали Александра Зимина, который поведал нам о своих карьерных планах, а заодно поучаствовал в обсуждении нескольких актуальных тем: DISCOVER, JIT-компиляцию для Swift, CoreML и конференцию ADDC. Поддержи лучший подкаст про мобильную разработку: www.patreon.com/podlodka Также ждем вас, ваши лайки, репосты и комменты в мессенджерах и соцсетях! Telegram-чат: t.me/podlodka Страница в Facebook: www.facebook.com/podlodkacast/ Twitter-аккаунт: twitter.com/PodlodkaPodcast Содержание и ссылки: - 00:00:21 - Представляем гостя - 00:01:40 - Саша рассказывает про планы - 00:06:47 - DISCOVER, just another architecture? - http://tech.gotinder.com/the-new-swipe-right-with-swift/ - 00:35:45 - Процесс тестирования в Badoo - https://habrahabr.ru/company/badoo/blog/334034/ - 00:56:40 - JIT компиляция для server-side Swift - https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170710/037970.html - 01:14:20 - Немного про CoreML - https://goo.gl/b6RWVx - 01:30:47 - ADDC'17 - https://www.youtube.com/playlist?list=PLwR4QwnnbBuJbeU_7CTBzUQn9Z3C05Q_m
Will the next iPhone eschew TouchID for facial scanning? Is Stephen keeping his Echo Show? Can Ticci explain CoreML in a way that normal humans can understand?
Will the next iPhone eschew TouchID for facial scanning? Is Stephen keeping his Echo Show? Can Ticci explain CoreML in a way that normal humans can understand?
Na semana passada (05/06) ocorreu a edição 2017 do WWDC, conferência internacional voltada para os desenvolvedores para as plataformas da Apple. Além do iOS 11, foram lançadas novidades para watchOS, tvOS, macOS, Xcode, novas frameworks, iPads, e outros hardwares. Tales Pinheiros, Guilherme Rambo e Igor Ferreira comentam o que aconteceu e dão opiniões a respeito do que vem aí até o final do ano. Caso queira pular para um tema específico, segue o tempo dos capítulos: 00:00:00 - Abertura 00:01:02 - Keynote 00:05:26 - tvOS 11 00:09:13 - watchOS 4 00:13:57 - macOS High Sierra 00:22:09 - iOS 11 00:22:45 - Control Center 00:25:32 - Nova Navigation Bar 00:28:28 - CoreNFC 00:30:04 - Novidades em Asset Catalogs 00:31:59 - Animações no UIKit 00:34:23 - Collection View RTL 00:35:00 - Profundidade em fotos 00:39:43 - Novo iPad Pro 00:51:02 - Swift Playgrounds 2 00:55:25 - Estabilidade do iOS 11 Beta 01:00:55 - Swift 4 01:18:55 - ARKit, CoreML e Vision 01:36:40 - HomeKit 01:42:00 - App Store 01:47:27 - Xcode 9 02:10:27 - Encerramento
Dos keynotes: una solo para usuarios, con hardware y repaso de nuevas funciones. Nada de herramientas, ni lenguajes, apenas menciones de alguna API por encima. Otra, para desarrolladores, herramientas, lenguajes, APIs en detalles. La WWDC nos deja dos grandes pilares: CoreML como librería de Machine Learning y ARKit para apps o juegos para realidad aumentada. Y grandes cosas: un iPad que es un macOS Mini, realidad virtual en macOS, Metal 2… vamos a repasar, a nivel desarrollo, lo que ha dado de sí el primer día de la WWDC y sus keynotes. Descubre nuestras ofertas para oyentes: "Concurrencia en iOS con Swift" en Udemy por $20,99/20,99€. "Swift de lado servidor con Vapor" en Udemy por $69,99/69,99€. "Desarrollo Seguro en iOS con Swift" en Udemy por $124,99/124,99€. "Aprendiendo Swift 5.2" en Udemy por $74,99/74,99€. Apple Coding Academy Suscríbete a Apple Coding en nuestro Patreon. Canal de Telegram de Swift. Acceso al canal. --------------- Consigue las camisetas oficiales de Apple Coding con los logos de Swift y Apple Coding. Logo Apple Coding (negra, logo blanco) Logo Swift (negra, logo blanco) Logo Swift (blanco, logo color original Swift) Logo Apple Coding (blanco, logo negro) --------------- Sigue nuestro canal en Youtube en: Canal de Youtube de Apple Coding Tema musical: "Final Frontier", compuesto por Thomas Bergensen. Usado con permisos de fair use. Escúchalo en Apple Music o Spotify.