335 Folgen

Weekly talks and fireside chats about everything that has to do with the new space emerging around DevOps for Machine Learning aka MLOps aka Machine Learning Operations.

MLOps.community Demetrios Brinkmann

    • Technologie
    • 1.0 • 1 Bewertung

Weekly talks and fireside chats about everything that has to do with the new space emerging around DevOps for Machine Learning aka MLOps aka Machine Learning Operations.

    Open Standards Make MLOps Easier and Silos Harder // Cody Peterson // #234

    Open Standards Make MLOps Easier and Silos Harder // Cody Peterson // #234

    Join us at our first in-person conference on June 25 all about AI Quality: https://www.aiqualityconference.com/


    Cody Peterson has a diverse work experience in the field of product management and engineering. Cody is currently working as a Technical Product Manager at Voltron Data, starting from May 2023. Previously, they worked as a Product Manager at dbt Labs from July 2022 to March 2023.

    MLOps podcast #234 with Cody Peterson, Senior Technical Product Manager at Voltron Data | Ibis project // Open Standards Make MLOps Easier and Silos Harder.

    Huge thank you to Weights & Biases for sponsoring this episode. WandB Free Courses -http://wandb.me/courses_mlops

    // Abstract
    MLOps is fundamentally a discipline of people working together on a system with data and machine learning models. These systems are already built on open standards we may not notice -- Linux, git, scikit-learn, etc. -- but are increasingly hitting walls with respect to the size and velocity of data.

    Pandas, for instance, is the tool of choice for many Python data scientists -- but its scalability is a known issue. Many tools make the assumption of data that fits in memory, but most organizations have data that will never fit in a laptop. What approaches can we take?

    One emerging approach with the Ibis project (created by the creator of pandas, Wes McKinney) is to leverage existing "big" data systems to do the heavy lifting on a lightweight Python data frame interface. Alongside other open source standards like Apache Arrow, this can allow data systems to communicate with each other and users of these systems to learn a single data frame API that works across any of them.

    Open standards like Apache Arrow, Ibis, and more in the MLOps tech stack enable freedom for composable data systems, where components can be swapped out allowing engineers to use the right tool for the job to be done. It also helps avoid vendor lock-in and keep costs low.

    // Bio
    Cody is a Senior Technical Product Manager at Voltron Data, a next-generation
    data systems builder that recently launched an accelerator-native GPU query
    engine for petabyte-scale ETL called Theseus. While Theseus is proprietary,
    Voltron Data takes an open periphery approach -- it is built on and interfaces
    through open standards like Apache Arrow, Substrait, and Ibis. Cody focuses on the Ibis project, a portable Python dataframe library that aims to be the
    standard Python interface for any data system, including Theseus and over 20
    other backends.

    Prior to Voltron Data, Cody was a product manager at dbt Labs focusing on the open source dbt Core and launching Python models (note: models is a confusing term here). Later, he led the Cloud Runtime team and drastically improved the efficiency of engineering execution and product outcomes.

    Cody started his carrer as a Product Manager at Microsoft working on Azure ML. He spent about 2 years on the dedicated MLOps product team, and 2 more years on various teams across the ML lifecycel including data, training, and inferencing.

    He is now passionate about using open source standards to break down the silos and challenges facing real world engineering teams, where engineering
    increasingly involves data and machine learning.

    // MLOps Jobs board
    https://mlops.pallet.xyz/jobs

    // MLOps Swag/Merch
    https://mlops-community.myshopify.com/

    // Related Links
    Ibis Project: https://ibis-project.org
    Apache Arrow and the “10 Things I Hate About pandas”: https://wesmckinney.com/blog/apache-arrow-pandas-internals/

    --------------- ✌️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 Cody on LinkedIn: https://linkedin.com/in/codydkdc

    • 46 Min.
    Retrieval Augmented Generation

    Retrieval Augmented Generation

    Join us at our first in-person conference on June 25 all about AI Quality: https://www.aiqualityconference.com/



    Syed Asad is an Innovator, Generative AI & Machine Learning Engineer, and a Champion for Ethical AI
    MLOps podcast #233 with Syed Asad, Lead AI/ML Engineer at KiwiTech // Retrieval Augmented Generation.

    A big thank you to @ for sponsoring this episode! AWS -

    // Abstract
    Everything and anything around RAG.

    // Bio
    Currently Exploring New Horizons:
    Syed is diving deep into the exciting world of Semantic Vector Searches and Vector Databases. These innovative technologies are reshaping how we interact with and interpret vast data landscapes, opening new avenues for discovery and innovation.

    Specializing in Retrieval Augmented Generation (RAG):
    Syed's current focus also includes mastering Retrieval Augmented Generation Techniques (RAGs). This cutting-edge approach combines the power of information retrieval with generative models, setting new benchmarks in AI's capability and application.

    // MLOps Jobs board
    https://mlops.pallet.xyz/jobs

    // MLOps Swag/Merch
    https://mlops-community.myshopify.com/

    // Related Links
    Website: https://sanketgupta.substack.com/
    Our paper on this topic "Generalized User Representations for Transfer Learning": https://arxiv.org/abs/2403.00584
    Sanket's blogs on Medium in the past: https://medium.com/@sanket107

    --------------- ✌️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 Syed on LinkedIn: https://www.linkedin.com/in/syed-asad-76815246/

    • 44 Min.
    RecSys at Spotify // Sanket Gupta // #232

    RecSys at Spotify // Sanket Gupta // #232

    Sanket works as a Senior Machine Learning Engineer at Spotify working on building end-to-end audio recommender systems. Models built by his team are used across Spotify in many different products including Discover Weekly and Autoplay.


    Join us at our first in-person conference on June 25 all about AI Quality: https://www.aiqualityconference.com/

    MLOps podcast #232 with Sanket Gupta, Senior Machine Learning Engineer at Spotify //
    RecSys at Spotify.

    A big thank you to LatticeFlow for sponsoring this episode! LatticeFlow - https://latticeflow.ai/

    // Abstract
    LLMs with foundational embeddings have changed the way we approach AI today. Instead of re-training models from scratch end-to-end, we instead rely on fine-tuning existing foundation models to perform transfer learning.
    Is there a similar approach we can take with recommender systems?
    In this episode, we can talk about:
    a) how Spotify builds and maintains large-scale recommender systems,
    b) how foundational user and item embeddings can enable transfer learning across multiple products,
    c) how we evaluate this system
    d) MLOps challenges with these systems

    // Bio
    Sanket works as a Senior Machine Learning Engineer on a team at Spotify building production-grade recommender systems. Models built by my team are being used in Autoplay, Daily Mix, Discover Weekly, etc.
    Currently, my passion is how to build systems to understand user taste - how do we balance long-term and short-term understanding of users to enable a great personalized experience.

    // MLOps Jobs board
    https://mlops.pallet.xyz/jobs

    // MLOps Swag/Merch
    https://mlops-community.myshopify.com/

    // Related Links
    Website: https://sanketgupta.substack.com/
    Our paper on this topic "Generalized User Representations for Transfer Learning": https://arxiv.org/abs/2403.00584
    Sanket's blogs on Medium in the past: https://medium.com/@sanket107

    --------------- ✌️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 Sanket on LinkedIn: www.linkedin.com/in/sanketgupta107

    • 50 Min.
    From A Coding Startup to AI Development in the Enterprise // Ryan Carson // #231

    From A Coding Startup to AI Development in the Enterprise // Ryan Carson // #231

    Join us at our first in-person conference on June 25 all about AI Quality: https://www.aiqualityconference.com/


    Ryan Carson. CEO Founder for 20 years Built and sold 3 startups Helping build a global community of AI devs with Intel.

    MLOps podcast #231 with Ryan Carson, Senior AI Dev Community Lead at Intel

    Huge thank you to Zilliz for sponsoring this episode. Zilliz - https://zilliz.com/

    // Abstract
    Ryan shares his professional journey, tracing his transition from building Treehouse to joining Intel. The conversation evolves into a deep dive into Carson's aspiration to democratize access to AI development. Furthermore, he expounds on the exciting prospects of new technology like Gaudi three, a new ASIC for AI workloads. Ryan emphasizes the need for driving competition in compute to lower prices and increase access, underlining the importance of associating individual work with company-based OKRs or KPIs. There is also a reflection on the essentiality of forging quality relationships in professional settings and aligning work with top-level OKRs. Discussion on the potential benefits of AI in constructing and maintaining professional interactions is explored. Touching upon practical applications of AI, they also delve into smaller projects, the possibility of one-person companies, and the role of AI for daily interactions. The episode concludes with an expression of optimism about technological advances shaping the future and an appreciation for the enlightening conversation.

    // Bio
    Ryan has been a founder, entrepreneur, and CEO for 20 years, successfully building, scaling, and selling three companies. He's passionate about empowering people to become developers and then connecting them together in a global community.

    After earning a degree in Computer Science in Colorado, Ryan moved to the UK and worked as a web developer. He then organized global tech conferences, hosting thousands of attendees and influential speakers such as Mark Zuckerberg, the founders of Android, Instagram, and Twitter, among others. His company also produced Twitter’s and Stack Overflow’s developer conferences.

    Following that, Ryan started an online Computer Science school. Under his leadership, the team grew to over 100 employees, educating more than 1,000,000 students. During this period, he secured $23 million in venture capital and earned recognition as Entrepreneur of the Year.

    Over the last two years Ryan dove deep into AI and LLMs. He built an educational proof-of-concept called maple.coach, which focuses on teaching Sales. The platform is built using technologies like Next.js, TypeScript, gpt-4, and Vercel.

    Outside of work, Ryan shares his life with his wife of 20 years and their two teenagers in Connecticut. They enjoy spending their free time sailing and taking walks with their Sheltie, Brinkley.

    // MLOps Jobs board
    https://mlops.pallet.xyz/jobs

    // MLOps Swag/Merch
    https://mlops-community.myshopify.com/

    // Related Links
    Website: ryancarson.com

    --------------- ✌️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 Ryan on LinkedIn: https://www.linkedin.com/in/ryancarson/

    • 58 Min.
    FedML Nexus AI: Your Generative AI Platform at Scale // Salman Avestimehr // #230

    FedML Nexus AI: Your Generative AI Platform at Scale // Salman Avestimehr // #230

    Salman Avestimehr is a Dean's Professor, the inaugural director of the USC-Amazon Center for Secure and Trusted Machine Learning (Trusted AI), and director of the Information Theory and Machine Learning (vITAL) research lab. He is also the CEO and co-founder of FedML.

    MLOps podcast #230 with Salman Avestimehr, CEO & Founder of FedML, FedML Nexus AI: Your Generative AI Platform at Scale.


    A big thank you to FEDML for sponsoring this episode!

    // Abstract
    FedML is your generative AI platform at scale to enable developers and enterprises to build and commercialize their own generative AI applications easily, scalably, and economically. Its flagship product, FedML Nexus AI, provides unique features in enterprise AI platforms, model deployment, model serving, AI agent APIs, launching training/Inference jobs on serverless/decentralized GPU cloud, experimental tracking for distributed training, federated learning, security, and privacy.

    // Bio
    Salman is a professor, the inaugural director of the USC-Amazon Center for Secure and Trusted Machine Learning (Trusted AI), and the director of the Information Theory and Machine Learning (vITAL) research lab at the Electrical and Computer Engineering Department and Computer Science Department of the University of Southern California. Salman is also the co-founder and CEO of FedML. He received his Ph.D. in Electrical Engineering and Computer Sciences from UC Berkeley in 2008. Salman does research in the areas of information theory, decentralized and federated machine learning, secure and privacy-preserving learning, and computing.

    // MLOps Jobs board
    https://mlops.pallet.xyz/jobs

    // MLOps Swag/Merch
    https://mlops-community.myshopify.com/

    // Related Links
    https://www.avestimehr.com/
    https://fedml.ai/

    --------------- ✌️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 Salman on LinkedIn: https://www.linkedin.com/company/fedml/

    Timestamps:
    [00:00] AI Quality: First in-person conference on June 25
    [01:28] Salman's preferred coffee
    [01:49] Takeaways
    [03:33] Please like, share, leave a review, and subscribe to our MLOps channels!
    [03:53] Challenges that inspired Salman's work
    [06:20] Controlled ownership
    [08:11] Dealing with data leakage and privacy problems
    [10:45] In-house ML Model Deployment
    [13:36] FEDML: Comprehensive Model Deployment
    [17:27] Integrating FEDML with Kubernetes
    [19:46] AI Evaluation Trends
    [24:37] Enhancing NLP with ML
    [25:48] FEDML: Canary, A/B, Confidence
    [29:36] FEDML customers
    [33:21] On-premise platform for secure data management

    [37:16] Future prediction: data's crucial for better applications

    [38:18] Maturity in evaluating and improving steps

    [41:38] Focus on ownership

    [45:12] Benefits of smaller models for specific use cases

    [48:57] Verify sensitive tasks, trust quick, important mobile content creation

    [51:50] Wrap up

    • 52 Min.
    What is AI Quality? // Mohamed Elgendy // #228

    What is AI Quality? // Mohamed Elgendy // #228

    Mohamed Elgendy is the Co-Founder & CEO at Kolena. Additionally, Mohamed Elgendy has had 1 past job as the Director Of Product and Engineering at Synapse Technology Corporation.

    Join us at our first in-person conference on June 25 all about AI Quality: https://www.aiqualityconference.com/

    MLOps podcast #228 with Mohamed Elgendy, Co-founder & CEO of Kolena Inc., What is AI Quality?

    // Abstract
    Delve into the multifaceted concept of AI Quality. Demetrios and Mo explore the idea that AI quality is dependent on the specific domain, equitable to the difference in desired qualities between a $1 pen and a $100 pen. Mo underscores the performance of a product being in sync with its intended functionality and the absence of unknown risks as the pillars of AI Quality. They emphasize the need for comprehensive quality checks and adaptability of standards to differing product traits. Issues affecting edge deployments like latency are also highlighted. A deep dive into the formation of gold standards for AI, the nuanced necessities for various use cases, and the paramount need for collaboration among AI builders, regulators, and infrastructure firms form the core of the discussion. Elgendy brings to light their ambitious AI Quality Conference, aiming to set tangible, effective, but innovation-friendly Quality standards for AI. The dialogue also accentuates the urgent need for diversification and representation in the tech industry, the variability of standards and regulations, and the pivotal role of testing in AI and machine learning. The episode concludes with an articulate portrayal of how enhanced testing can streamline the entire process of machine learning.

    // Bio
    Mohamed is the Co-founder & CEO of Kolena and the author of the book “Deep Learning for Vision Systems”. Previously, he built and managed AI/ML organizations at Amazon, Twilio, Rakuten, and Synapse. Mohamed regularly speaks at AI conferences like Amazon's DevCon, O'Reilly's AI conference, and Google's I/O.

    // MLOps Jobs board
    https://mlops.pallet.xyz/jobs

    // MLOps Swag/Merch
    https://mlops-community.myshopify.com/

    // Related Links
    Website: www.kolena.io
    Deep Learning for Vision Systems book: https://www.amazon.com/Learning-Vision-Systems-Mohamed-Elgendy/dp/1617296198/

    --------------- ✌️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 Mo on LinkedIn: https://www.linkedin.com/in/moelgendy/

    Timestamps:
    [00:00] Mo's preferred coffee
    [00:07] Takeaways
    [02:52] See you all in San Francisco on June 25!
    [03:04] Please like, share, leave a review, and subscribe to our MLOps channels!
    [03:22] AI Quality in Mo's eyes
    [08:36] Quality Standards for Software
    [14:11] Common Chatbot Functionality
    [19:20] The Birth of Innovation
    [24:27] Transforming Insights into Standards
    [30:27] Testing: One step to quality
    [34:58] Two different data points to be harmonized
    [37:29] Model cards
    [39:12] Test Coverage Democratizes Collaboration
    [42:55] Representation matters
    [44:50] Wrap up

    • 45 Min.

Kundenrezensionen

1.0 von 5
1 Bewertung

1 Bewertung

Top‑Podcasts in Technologie

Acquired
Ben Gilbert and David Rosenthal
Digital Podcast
Schweizer Radio und Fernsehen (SRF)
Lex Fridman Podcast
Lex Fridman
Flugforensik - Abstürze und ihre Geschichte
Flugforensik
13 Minutes to the Moon
BBC World Service
Hard Fork
The New York Times

Das gefällt dir vielleicht auch

Practical AI: Machine Learning, Data Science
Changelog Media
Latent Space: The AI Engineer Podcast — Practitioners talking LLMs, CodeGen, Agents, Multimodality, AI UX, GPU Infra and al
Alessio + swyx
The TWIML AI Podcast (formerly This Week in Machine Learning & Artificial Intelligence)
Sam Charrington
Super Data Science: ML & AI Podcast with Jon Krohn
Jon Krohn
Data Skeptic
Kyle Polich
Data Engineering Podcast
Tobias Macey