Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • MPI Ethno. Forsch.  (11)
  • HU Berlin
  • München BSB
  • München UB
  • KOBV
  • Englisch  (11)
  • 2020-2024  (11)
  • 1995-1999
  • 1990-1994
  • 1960-1964
  • 2023  (11)
  • 2020
  • 1996
  • Deza, Alfredo  (11)
  • Internet videos  (11)
  • Nonfiction films  (11)
  • Education
  • Monografische Reihe
  • USA
Datenlieferant
  • MPI Ethno. Forsch.  (11)
  • HU Berlin
  • München BSB
  • München UB
  • KOBV
Materialart
Sprache
  • Englisch  (11)
Erscheinungszeitraum
  • 2020-2024  (11)
  • 1995-1999
  • 1990-1994
  • 1960-1964
Jahr
  • 1
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 33 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.4/32
    Schlagwort(e): Linux ; Operating systems (Computers) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Linux for Beginners A hands on and practical introduction of Linux This early release (ongoing) course will give you a foundational knowledge to quickly get started with Linux. You will learn practical examples packaged in easy-to-follow videos that give you just enough knowledge to use Linux. There is a strong focus on using the terminal exclusively for this course, which is the best way to ensure a wide variety of Linux environments can be used with almost no difference in concepts. The course will not cover deep Linux internals or advanced usage. It will also not go through specialized scenarios that are meant to pass a Linux certification. Learn objectives Use a terminal to navigate the file system Understand different Linux versions and use readily available versions without installing Linux Use a shell with common features Create and edit files using a terminal text editor Manage system processes and services Install and remove packages About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his past experience as a Linux system administrator is seen throughout this course, where you will get a first-hand experience with high-level knowledge and practical examples. Resources Pytest Master Class Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (6 hr., 12 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Rust (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Rust Bootcamp Course Overview Welcome to our comprehensive Rust programming course! In this immersive learning experience, we will guide you through every aspect of Rust, empowering you to become a proficient developer. This course is ideal for beginners wanting to become proficient in Rust or from existing developers coming from languages like Python or JavaScript that want to learn Rust fundamentals. Get started by setting up your preferred text editor and installing Rust. We'll ensure that you have all the necessary tools to create a productive coding environment. By leveraging the capabilities of Visual Studio Code and enabling the Rust Analyzer, you'll unlock a feature-rich ecosystem that enhances your development workflow. Experience the game-changing potential of GitHub Copilot, an AI-powered assistant. Sign up for GitHub Copilot and witness its transformative impact on your coding experience. We'll guide you through the installation process and show you how to leverage its intelligent suggestions for accelerated programming. Master concepts and fundamentals like control flow, variable assignment, and immutability. Learn the intricacies of loops, conditional statements, and effective error handling techniques. With Rust's borrowing concept at your disposal, you'll develop secure and high-performance code. Build upon your foundation with advanced topics like structs, string manipulation, and working with vectors and enums. We'll explore real-world library development using Cargo, Rust's robust package manager. Effective documentation and debugging techniques will become second nature as you optimize your code. Organize your code effectively with modules, extending functionality and enhancing reusability. Dive into comprehensive testing methodologies to ensure the reliability and correctness of your programs. From writing tests for your code to handling private components, you'll gain expertise in developing robust software projects. Our immersive learning experience includes hands-on examples, interactive exercises, and practical projects. Rust's performance, safety, and expressiveness will be at your fingertips as you embrace its immense potential. Join us on this rewarding journey to unlock the power of Rust programming and propel your career forward. Enroll now and gain the skills, knowledge, and expertise to thrive in the world of Rust. Whether you're a beginner, coding novice, or an experienced developer seeking new horizons, our course is your gateway to writing elegant, reliable, and high-performance code. Embrace the possibilities of Rust and embark on a rewarding programming journey today with one of the most loved programming languages. Learning Objectives Gain a solid understanding of Rust's core concepts, including variable assignment, control flow, and immutability, to write efficient and reliable code. Master the utilization of powerful development tools such as Visual Studio Code and the Rust Analyzer, enhancing productivity and enabling seamless coding experiences. Explore GitHub Copilot and learn how to leverage its AI-driven suggestions to accelerate programming and boost code quality. Develop proficiency in working with advanced Rust features, such as structs, enums, and string manipulation, to build robust and flexible applications. Discover the intricacies of module organization and extend functionality through effective code structuring, promoting code reusability and maintainability. Acquire comprehensive testing skills, including writing tests for code components and handling private code, ensuring the reliability and correctness of Rust programs. Gain hands-on experience in real-world library development using Cargo, Rust's package manager, and become proficient in documenting code and debugging techniques. These compelling learning objectives will guide you through the course, helping you acquire essential skills and knowledge to become a confident Rust developer. Course Content This course is divided into 4 weeks with 3 lessons that contain about 6 videos each. Each video is about 5 minutes long and contains a hands-on demonstration of the concepts covered in the lesson. The course is designed to be taken in order, but you can jump to any lesson you want to learn more about. Week 1: Setting up your development environment Reference GitHub Repository Setting up your text editor Using GitHub Copilot with Rust Introduction to GitHub Codespaces for Rust Week 2: Rust fundamentals Reference GitHub Repository Introduction to Rust Loops and Control flow Function basics Week 3: Structs, Types, and Enums Reference GitHub Repository Using structured data Exploring strings and vectors Working with Enum and Variants Week 4: Applying Rust Reference GitHub Repository Building a real-world library Extending functionality with modules Testing Rust code About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University teaching Machine Learning, Cloud Computing, Data Engineering, Python, and Rust. With Alfredo's guidance, you will gain the knowledge and skills to build with the Rust programming language. Resources Deploy Rust on Azure Functions DevOps command-line tools in Python and Rust Switching to Rust from Python First Steps with Rust Learning Path.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (3 hr., 27 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) ; SQL (Computer program language) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Scripting with Python and SQL for Data Engineering Learn Python data structures, web scraping, SQL, and MySQL from the ground up. Master essential skills for collecting, storing, and working with data. In this hands-on course for beginners, you'll learn how to: Store and manipulate data using Python lists, dictionaries, JSON Write reusable scripts to process data Connect Python to databases like SQLite and MySQL Query, import, and export data with SQL Scrape and parse websites using Beautiful Soup and Scrapy Persist scraped data to databases and files You'll use the following example repositories to practice: Mapping data in Python Python Scripting Scrapping Basics Key topics include: Mapping, iterating, and persisting data structures Creating modules, scripts, and workflows in Python SQL essentials - queries, statements, aggregations Setting up connections from Python to SQLite and MySQL Scraping data locally and at scale with spiders Storing scraped data to optimize pipelines You'll build your data wrangling skills through practical examples and hands-on coding exercises in every lesson. By the end of the course, you'll have experience building end-to-end data engineering scripts. Whether you're a beginner looking to learn Python and SQL, or want to develop robust data engineering skills, this course will get you started. Enroll now and start collecting, storing, and working with data using Python and SQL You'll gain hands-on experience building Python scripts and SQL queries for common data engineering tasks. This course is divided in 4 weeks: Week 1 Working with Data in Python By the end of Week 1 you'll be able to: Apply Python data structures like lists, dicts Extract data from sources like CSV, JSON Load and persist data using JSON Lesson 1: Data Structures in Python Lesson Outline Lists, tuples, dictionaries Working with pandas DataFrames Loading data files like CSV into data structures Lesson 2: Reading and Writing Data Lesson Outline Reading and writing CSV files Serializing Python objects with JSON Parsing and dumping JSON data Lesson 3: Persisting and Loading Data in Python Lesson Outline Loading data from files Saving data from Python to disk Loading and saving data to JSON Week 2 Python Scripting and SQL By the end of Week 2 you'll be able to: Write reusable Python scripts Use SQLite to persist data Query SQLite databases with Python Lesson 1: Python Scripting Techniques Lesson Outline Writing modular, reusable Python scripts Exception handling and logging Python virtual environments Lesson 2: Python with SQLite Lesson Outline Creating SQLite databases from Python Writing tables with SQLAlchemy Querying SQLite from Python with SQLAlchemy Week 3 Learning Objectives By the end of Week 3 you'll be able to: Scrape and collect data from websites Build scalable scraping scripts Persist scraped data to files/databases Lesson 1: Web Scraping with Python Lesson Outline HTML parsing and structure Using Beautiful Soup for scraping Storing scraped data in Python Lesson 2: Scalable Web Scraping Lesson Outline Scraping best practices Scaling scraping with multiprocessing Storing scraped data in databases Week 4 Learning Objectives By the end of Week 4 you'll be able to: Connect to MySQL from Python Execute SQL statements and queries Import and export data from MySQL Lesson 1: Python and MySQL Lesson Outline Installing MySQL and configuration Connecting Python to MySQL Executing queries and statements Lesson 2: Running SQL queries from VSCode Use Visual Studio Code to build SQL queries Execute and review SQL queries from Visual Studio Code Lesson 3: Importing and Exporting Data Lesson Outline Loading and exporting CSV data Best practices for moving data into MySQL Automating data imports with Python About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his experience teaching and authoring content about DevOps and MLOps will give you everything you need to get started applying these powerful concepts. Resources Python and Rust CLI Tools Linux For Beginners Hands on Python for MLOps.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (41 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Rust (Computer program language) ; Microsoft Azure (Computing platform) ; Cloud computing ; Cloud computing ; Microsoft Azure (Computing platform) ; Rust (Computer program language) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Deploy Rust on Azure Functions Learn how to deploy Rust functions to Azure Functions with this comprehensive video course. You will start by creating a simple HTTP-triggered function, and then use GitHub Actions to automate your deployment. Deploying Rust in Azure can be frustrating because there is no first-class support yet for it. You will learn what are some of the caveats and what are some strategies you can use to properly deploy a very basic Rust HTTP API. Course Overview We will start by covering the basics of Azure Functions and Rust, and then dive into more advanced topics such as configuring your function's environment, application settings, and using external crates. By the end of this course, you will have a working knowledge of how to deploy and manage your Rust functions on Azure Functions using automation to quickly re-deploy or update your function. Course Content Introduction to Azure Functions - Learn the basics of Azure Functions and how they work with Rust. Creating Your First Azure Function in Rust - Create a simple HTTP-triggered function in Rust and deploy it to Azure Functions. Configuring Your Function Environment - Learn how to use environment variables to configure your function's behavior. Use GitHub Actions for automation About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. With Alfredo's guidance, you will gain the knowledge and skills needed to deploy and manage your Rust functions on Azure Functions. Resources Deploying containers to Azure Practical MLOps book Automated Azure Resource Cleanup Azure Fundamentals Certification.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed March 21, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (32 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 004.67/82
    Schlagwort(e): Windows Azure ; Machine learning ; Artificial intelligence ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: This introductory lesson will walk you through everything you need to know to quickly get started with Azure ML Studio using AutoML. After creating the necessary resources, you'll walk through the steps needed to create a regression job using a dataset. Next you'll create a compute cluster and review the different options available and finally, you'll analyze the results after the best model is selected.
    Anmerkung: "Pragmatic AI Labs course.". - Online resource; title from title details screen (O'Reilly, viewed January 23, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 5 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3
    Schlagwort(e): Artificial intelligence Study guides Examinations ; Microsoft Azure (Computing platform) Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Microsoft Azure AI Fundamentals (AI-900) Certification Pass the AI Fundamentals certification This early release (ongoing) course will give you everything you need to pass the Azure AI Fundamentals (AI-900) certification. This is the foundational certification for doing Machine Learning and Data Science using Azure and its specialized services. The course will go into every content that is relevant to pass the certification including how to create a study guide and strategy to pass the exam. This course includes and covers all of the author's study notes so that you can use them in addition to your own notes . Course overview This course contains a complete walkthrough over all of the content relevant for the AI-900 certification with a summary and specialized notes after each sections, following the same content that is available as Learning Paths. Aside from the video content, create your own study notes and strategy using the example reference guide Course Content Get Started with AI Get Started with AI Study notes Get Started with Artificial Intelligence on Azure About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his experience studying and passing the AI-900 is seen throughout this course, where you will get a first-hand experience with study notes, example repositories, and a solid study strategy. Resources Pytest Master Class Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed January 10, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (2 hr., 7 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3/1
    Schlagwort(e): Machine learning ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Introduction to MLflow for MLOps Learn how to use MLflow for managing the machine learning lifecycle. Track experiments, package models, and deploy to production. In this course you'll learn how to use MLflow - an open source platform for managing the machine learning lifecycle. You'll learn how to: Install MLflow and explore its components like the UI, tracking, and model packaging Log metrics, parameters, and artifacts to track ML experiments Create reproducible ML projects with MLflow for repeatable model training Package models and dependencies for deployment and serving Use model registries to version, stage, and deploy models Deploy models to tools like Azure ML and SageMaker This course includes hands-on exercises, projects, and real-world examples so you can apply your new MLflow skills immediately. Use the reference repository for MLFlow examples and projects: Example MLFlow Projects Learning objectives Install and configure MLflow Use the tracking UI and APIs Log metrics, parameters, tags, and artifacts Create reproducible ML projects Version, stage, and deploy models with registries Deploy models to Azure ML, SageMaker, etc Lesson 1: Introduction to MLflow Lesson Outline Overview of MLflow components Installation and configuration Tracking experiments with UI, Python, R APIs Logging metrics, params, tags, artifacts Lesson 2: MLflow Projects Lesson Outline Motivation for reproducible ML projects Creating project directories Running projects locally or on Git Customizing execution environments Lesson 3: MLflow Models Lesson Outline Packaging models and dependencies Model versioning with registries Staging and promoting model stages Deploying models to services About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University teaching Machine Learning, Cloud Computing, Data Engineering, Python, and Rust. With Alfredo's guidance, you will gain the knowledge and skills to work with MLFlow and apply it to MLOps tasks. Resources Pytest Master Class Practical MLOps book.
    Anmerkung: "Pragmatic AI Labs course.". - Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (2 hr., 57 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3/1
    Schlagwort(e): Machine learning Study guides Examinations ; Cloud computing Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Hugging Face for MLOps Learn how to leverage Hugging Face and its powerful machine learning capabilities. Build, train, and deploy your own models using the Hugging Face platform and libraries. In this course you'll get hands-on with Hugging Face and learn how to: Access and use pre-trained models from the Hub Fine-tune models with your own data Build machine learning pipelines with Hugging Face Transformers Add and version your own datasets Containerize and deploy Hugging Face models Automate workflows with GitHub Actions By the end, you'll have practical experience building, training, and deploying Hugging Face models, including production deployment to the Azure cloud. Learning objectives Find and use pre-trained models Fine-tune models for custom tasks Build ML pipelines with Hugging Face libraries Create and version datasets Containerize models for production Automate workflows for MLOps Lesson 1: Getting Started with Hugging Face Lesson Outline Overview of Hugging Face Hub Browsing models and datasets Using Hugging Face repositories Managing spaces and access Lesson 2: Applying Hugging Face Models Lesson Outline Downloading models from the Hub Using models with PyTorch/TensorFlow Leveraging tokenizers and pipelines Performing inference with Hub models Lesson 3: Working with Datasets Lesson Outline Browsing datasets on Hugging Face Uploading and managing datasets Versioning datasets with dataset cards Loading datasets in PyTorch/TensorFlow Lesson 4: Model Serving and Deployment Lesson Outline Containerizing Hugging Face models Creating inference APIs with FastAPI Deploying to cloud services like Azure Automating with GitHub Actions About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his experience teaching and authoring content about LOps will give you everything you need to get started applying these powerful concepts. Resources MLOps with Databricks Introduction to MLflow for MLOps Hands-on Python for MLOps.
    Anmerkung: "Pragmatic AI Labs course.". - Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (2 hr., 49 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.1
    Schlagwort(e): Python (Computer program language) ; Rust (Computer program language) ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: DevOps command-line tools in Python and Rust Use both Python and Rust to automate systems engineering tasks In this introductory course, you will learn how to build powerful command-line tools using Python and Rust. You will discover how to set up a development environment, incorporate user input, expand functionality using modules and libraries, and optimize performance for common DevOps and Systems Engineering tasks. Whether you're new to programming or an experienced developer, this course will teach you the fundamentals of building command-line tools using Python and Rust. By the end of the course, you'll have the skills to automate tasks and improve the efficiency of your DevOps and Systems Engineering workflows. This course includes GitHub repositories that you can use as a reference for all the learning content: Python CLI Examples Rust CLI Examples Learn objectives Set up a development environment for building command-line tools. Build basic command-line tools. Expand the functionality of command-line tools using modules and libraries. Create a simple command-line tool using Rust and understand the basic structure of a Rust-based CLI tool. Incorporate user input, such as arguments and options. Learn how to organize code into modules and packages, and work with dependencies and libraries in both Python and Rust. About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his past experience as a Linux system administrator is seen throughout this course, where you will get a first-hand experience with high-level knowledge and practical examples. Resources Pytest Master Class Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed April 24, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 39 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) Study guides Examinations ; Application program interfaces (Computer software) Study guides Examinations ; Machine learning Study guides Examinations ; Computer programming Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Hands-on Python for MLOps Build powerful APIs, tools, and scripts with Python Use Python to create APIs and automation scripts for machine learning operations. Learn to leverage APIs, build CLI tools, and develop web services. If you are new to Machine Learning Operations or want to know more about the foundations of Python for MLOps, this course will walk you through the basics. In this course, you'll learn how to use Python for automation, APIs, and building useful command-line interfaces. We'll cover consuming APIs, creating CLI tools, packaging projects, and building web services to expose machine learning models. The course includes hands-on examples and projects so you can apply what you learn right away. By the end of the course, you'll have practical skills to automate workflows and develop interfaces for machine learning. This course includes GitHub repositories you can reference: Python CLI Examples Basic Python CLI Web API with Python and Hugging Face models Learn objectives Consume and use APIs and SDKs in Python Create command-line programs for automation Develop web services and APIs with Python frameworks Package Python projects for distribution Apply skills to build useful interfaces for ML models Lesson 1: Working with APIs in Python Lesson Outline Overview of APIs and SDKs Using the Requests Library Consuming REST APIs Python SDKs like NumPy and SciPy Project: Building a Python script using APIs Lesson 2: Building Command-line Interfaces Lesson Outline Intro to automation with CLI tools Parsing arguments and options Organizing code into modules Python packaging for distribution Project: CLI tool for machine learning Lesson 3: Developing Web APIs Lesson Outline REST API concepts Web frameworks like Flask and FastAPI Building an API with Flask Developing APIs with FastAPI OpenAPI specs and documentation Project: Web API for movie recommendations About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his past experience as a Linux system administrator is seen throughout this course, where you will get a first-hand experience with high-level knowledge and practical examples. Resources Pytest Master Class Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 11
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (3 hr., 24 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.1
    Schlagwort(e): Rust (Computer program language) ; Computer software Development ; Rust (Langage de programmation) ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: Rust For DevOps Learn how to use and apply DevOps principles using Rust This is an early release of the course. In this course, you will learn the basics of DevOps using the Rust programming language. DevOps helps you build, test, and deploy code faster while creating a robust foundation for your projects and teams. First, we will talk about what DevOps is. You will learn things like automation, monitoring, and working together as a team. Then, we will see how to use DevOps ideas in Rust code. You will learn about version control, testing, containers, and deploying Rust programs. Although this course explains the foundations of DevOps and using Rust which is ideal for beginners, experienced Rust developers will find solid advice in how to apply DevOps best practices to existing applications. Learning Objectives The core principles and practices of DevOps How to apply DevOps concepts to build, package, and deploy applications with Rust The basics of containerization and how to leverage containers for DevOps with Rust Course Content This course is divided into 4 weeks with 3 lessons that contain about 6 videos each. Each video is about 5 minutes long and contains a hands-on demonstration of the concepts covered in the lesson. The course is designed to be taken in order, but you can jump to any lesson you want to learn more about. Week 1: Introduction to DevOps Principles Introduction to DevOps Principles DevOps Considerations for Applications Basics of Containerization Week 2: Implementing monitoring and logging strategies Introduction to monitoring and logging strategies Tools and Services for monitoring and logging Logging with Rust About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University teaching Machine Learning, Cloud Computing, Data Engineering, Python, and Rust. With Alfredo's guidance, you will gain the knowledge and skills to build robust applications and infrastructure with the Rust programming language and for Rust applications. Resources Rust Bootcamp Deploy Rust on Azure Functions DevOps command-line tools in Python and Rust Switching to Rust from Python First Steps with Rust Learning Path.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed September 05, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...