Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Safari, an O'Reilly Media Company.  (1,496)
  • Deza, Alfredo  (142)
  • Boston, MA : Safari  (1,635)
Datasource
Material
Language
Years
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build solutions with Go and the AWS Cloud9 environment via the AWS SDK
    Note: Online resource; Title from title screen (viewed January 9, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Build a command-line tool with Apple's Swift language.
    Note: Online resource; Title from title screen (viewed January 10, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Build a very simple command line tool with Python without using external dependencies or frameworks. In this video you'll see how with just a few lines of Python you can transform a file into a script with a help menu. All by using the sys.argv module and a simple if statement. Although you can create more powerful command-line tools with other frameworks like argparse or external libraries like Click, you can still implement a quick script without them that includes a help menu Useful links: Github repo with sample code Introduction to Python
    Note: Online resource; Title from title screen (viewed February 5, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Find out how to share and use Google Colab notebooks for data science!
    Note: Online resource; Title from title screen (viewed January 14, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: How to use ~/.bashrc to manage project secrets
    Note: Online resource; Title from title screen (viewed January 16, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to deploy an AWS Lambda Function in Python with CDK. 00:00 Intro 00:36 Verify CDK Version 01:00 Initialize Python CDK app 02:09 Create AWS Python Lambda 02:50 Add AWS CDK Stack for AWS Lambda 03:42 Run cdk diff 04:06 bootstrap cdk 05:31 run cdk deploy result 06:01 test AWS Lambda in Console
    Note: Online resource; Title from title screen (viewed January 24, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to perform Continuous Delivery of Container Based Projects using ECR, Cloud9 and App Runner. 00:00 Intro 00:27 Architectural Overview 01:30 FastAPI project overview 01:50 Setup AWS Cloud9 03:20 Setup ECR 05:00 Setup AWS App Runner
    Note: Online resource; Title from title screen (viewed January 26, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build an S3 Bucket Lister Console app using VS 2022 and AWS targeting .NET 6.
    Note: Online resource; Title from title screen (viewed January 3, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Build a robust Python CLI tool with argparse The argparse module is part of the Python standard library and meant to help you build robust command line tools. Once you need flags, switches, values, or positional arguments, it is very difficult to achieve that without using a framework. In this case, argparse can help build all you need to handle inputs in the terminal. We'll see how a single file named size.py that calculates file sizes can make use of argparse to handle the input in the terminal. Then, we will cover how error handling is done automatically when the expectations from argparse aren't met. And finally, we'll go through some of the help menu options that construct the body of the help output. Check the resources section for the GitHub repo with sample code Why would you want to use argparse Since argparse is part of the Python standard library, there is no need for you to define or install any external dependencies. You are ensuring that any Python installation in any system will work correctly out of the gate. A very basic Python CLI tool without dependencies using the argparse module Next steps Now that you know how to enhance a Python script into a more powerful one with argparse , you can try out other frameworks like the Click framework or something much simpler by using the sys module. I have examples and guides for the sys.argv module and for using the Click framework . Useful links and resources GitHub repo with sample code Build Python applications from scratch Setup your Data Science environment with VSCode
    Note: Online resource; Title from title screen (viewed February 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Step up your local setup by setting a remote compute instance with attached SMB storage and then connect your local VSCode editor so that you can execute code and Jupyter Notebooks remotely. In this video I go through everything you need to know to crete a compute instance in Azure, both in Azure Machine Learning Studio and using the Data Science Virtual Machine spot instance that allows you to save costs when running a high memory with GPU instance. Because remote compute instances in the cloud should be considered ephemeral, specially if you are using spot instances, this video also covers setting up a storage account and a file share configuration for a Samba share that allows you to attach that same storage to any compute. Topics include: Create an Azure compute instance Learn about Spot Instances and other cost savings Setup VSCode for remote code execution Create an SMB file share and attach it to a VM Execute Jupyter Notebooks remotely Useful links: * Github Repository with summary instructions * Create a File share documentation on Azure * Data Science VMs in Azure
    Note: Online resource; Title from title screen (viewed January 13, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: What are the three most important files in a Python project? * Makefile * Dockerfile * Requirements
    Note: Online resource; Title from title screen (viewed January 21, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Find out what Github Codespaces is and how to use it to write Python in under 2 minutes
    Note: Online resource; Title from title screen (viewed January 13, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to prototype Amazon Web Services (AWS) ai and ml apis using awscloudshell and bash.
    Note: Online resource; Title from title screen (viewed January 7, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn the Apple Swift Languages by using the XCode Playground environment.
    Note: Online resource; Title from title screen (viewed January 11, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Setup quick and easy way to mount a SAMBA (SMB) file share in an Azure VM with a pre-configured BASH script. The shell script will allow you to automatically mount the share and save your work. This type of workflow allows your infrastructures and virtual machines to be resilient to failure. This is a short video that covers only setting up SMB on a VM. For a full video with setting up the VM, SSH access, and connect a remote compute to VSCode go here Follow along with more examples in the Github repository This video covers: Create a Storage Account Create a File Share for a Storage Account Use SSH to connect to a remote Virtual Machine Use a pre-configured shell script to mount the share Verify files and directories through the Azure portal 00:00 Introduction 00:26 Azure Portal Virtual Machines 01:00 SSH Connection string 01:41 Create a Storage Account in Azure 03:18 Create a File Share (SAMBA) in Azure 04:12 SAMBA connection snippet in BASH (Shell script) for mounting 05:06 Create the script in the Virtual Machine 05:34 Mount the SAMBA share and verify it is mounted in /mnt/ 06:45 Verify created files are available in the Azure Portal for the File Share Useful links: * Github Repository with summary instructions * Create a File share documentation on Azure * Data Science VMs in Azure
    Note: Online resource; Title from title screen (viewed January 27, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to use AWS Data Governance and Auditing Tools.
    Note: Online resource; Title from title screen (viewed January 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build out Continuous Integration with Github Actions and all clouds. Azure, AWS, GCP and Github Codespaces in Python.
    Note: Online resource; Title from title screen (viewed January 18, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Building AI APIs with .NET 6 and AWS Comprehend
    Note: Online resource; Title from title screen (viewed January 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: A walkthrough of building a basic phrase repeater console application in VS Code 2022, .NET 6 and C# 10
    Note: Online resource; Title from title screen (viewed January 1, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Demo of FastAPI + AWS App Runner
    Note: Online resource; Title from title screen (viewed January 13, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Perform Data Science on Day One! 00:00 Intro 02:02 Data Science Project Structure Overview 05:15 Create Github Repo 07:28 Launch Github Codespaces 11:34 Using Colab Notebook 12:47 Using TOC in Colab Notebook 14:43 Saving notebook to Colab to Github 19:52 Ingesting CSV files into Colab 22:31 Describing Data using df.describe() 24:30 Plotting data with seaboard 28:30 lmplot 29:30 Comparing cumulative deaths in Covid19 plot by state 32:40 Merging Pandas Dataframe with election and Sugar Consumption 37:38 Exporting CSV file and uploading to Github from Colab result 39:27 Continuous Integration of Jupyter Notebook with Github Actions 40:44 Create Makefile 44:32 Using Github Actions to test Jupyter via nbval plugin 45:43 Using Github Status Badge for Jupyter Notebook test run pass
    Note: Online resource; Title from title screen (viewed January 22, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: First episode of 52 Weeks of Swift. Cover Swift Playgrounds in Xcode as well as building a command-line tool using third party Swift argument parsing.
    Note: Online resource; Title from title screen (viewed January 12, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: I walk through the official Swift guide and try out Operators. 00:00 Intro 02:47 basic statements 08:00 Basic operator types 14:59 Conditional Statements 22:00 For loops with range 28:00 NOT AND OR
    Note: Online resource; Title from title screen (viewed January 26, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Episode 10: Solutions Architect Part 2- EC2 00:00 Intro 02:50 Compute choices 13:00 Instance Type 15:00 User data input 22:00 EC2 Storage 24:00 EFS
    Note: Online resource; Title from title screen (viewed February 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Part 1 of solutions architect cert 00:00 Intro 01:30 Overview of Exam 07:00 AWS Architecture 08:00 Well Architected 11:00 Scalability 17:00 AWS Regions 22:00 AWS S3 26:00 AWS Costs 28:00 AWS Snowball and Snowmobile
    Note: Online resource; Title from title screen (viewed February 2, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to develop with AWS App Runner and AWS Lambda
    Note: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Episode 5: Collections Swift Collections 00:00 Intro 01:52 Collection Types 04:00 Array 07:00 Type Inference with Arrays 15:00 Sets 21:00 Dictionaries
    Note: Online resource; Title from title screen (viewed February 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 52 Weeks of AWS Episode 5: I dive into the penultimate Cloud Practitioner Material. Part3 + Network and Content Delivery, Compute Storage
    Note: Online resource; Title from title screen (viewed January 4, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Interview with O'Reilly authors John Culkin and Mike Zazon for AWS Cookbook. Buy a copy here: https://www.amazon.com/AWS-Cookbook-Recipes-Success/dp/1492092606/ 00:00 Intro 02:00 Why book? 10:00 VMs vs Containers 17:00 security scanning containers 26:29 Demo recipes 32:56 CDK 55:15 cleanup
    Note: Online resource; Title from title screen (viewed February 1, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: In this episode I dive into IAC with AWS Lambda on AWS Cloud9 00:00 Intro 02:00 Overview of IAC Architecture 05:00 Setup AWS Cloud9 06:57 Read CDK Project Setup 08:00 Upgrade CDK 12:33 Create AWS Lambda in Python Marco/Polo Function 14:08 Setup CDK Stack 15:32 Deploy Changes via CDK Deploy 19:32 Invoke Lambda via CDK 21:15 Invoke Lambda via Cloud9
    Note: Online resource; Title from title screen (viewed January 26, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Apply DevOps principles to Jenkins by automating tasks using the Jenkins API with Python. Create a powerful command-line tool with the Click framework to harness the API and trigger remote jobs with a simple invocation. Using code (and Python in this case) to automate frequent tasks is an import DevOps principle that you should apply whenever possible. Some of the concepts in this video are covered in the Python For DevOps book. Learn how to identify core concepts when trying to automate something like Jenkins, like identifying the API access, authorization, and the possibility of finding a helper library to make things easier. your Machine Learning model by following core best-practices of MLOps. Topics include: * Setup a main Jenkins instance with Docker, using the official Jenkins LTS image. * Create a user with an API token, so that it is authorized to operate Jenkins. * Use a Jupyter notebook to try out the API using Python and figure out concepts that can be applied later * Create a command-line tool using the Click framework to quickly trigger Jenkins jobs. Useful links: * Jenkins LTS Docker image documentation * Official Jenkins LTS Docker image * Python-Jenkins library documentation * Python-Jenkins Library * Python for DevOps Book
    Note: Online resource; Title from title screen (viewed August 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Packaging in Python has always been polarizing. From complicated beginnings where you couldn't uninstall libraries, to virtualenv that allows you to work in a self-contained environment that can be thrown away. In this video, I'll present an introduction to Conda, and to a chanel-specific variation of it that is maintained by the community called miniforge. If you are looking for a way to get scientific packages for the new Apple M1 silicon, this video will also help you out get everything sorted, including installing versions of Python that are pre-packaged and ready for data science tasks. Topics include: * Install Conda by using the community version called miniforge. * Use conda to install a specific version of Python, without system installs * Find more about the differences between virtualenv, pip, and conda * Install data science libraries in the new Apple M1 silicon Useful links: * Conda documentation * Conda Forge community documentation * Conda miniforge project
    Note: Online resource; Title from title screen (viewed August 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to ruthlessly scrape data using APIs you discover as well as cut and paste. Topics include: * Business Analytics * Data Science * Google Colab * Jupyter * Scraping * Cut and Paste * Google Sheets * Cleaning Data * Using Pandas with found data * Using the Twitter and Pandas API
    Note: Online resource; Title from title screen (viewed September 4, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: It is essential to have a strategy defined when figuring out your career. Starting out is difficult. Regardless what your background is, you need to have a clear idea how to get to your dream job. Even if you are not in technology and want a data-science position, you have to have a clear path towards data-science. In this video I'll cover some of the stories that allowed me to gain perspective in my career in tech, along with some advice that can help you out. Topics include: * Find some techniques to define your career and next steps * Design a custom strategy to help answer career questions * Accurately determine what might be a good job or position Useful links: * Start a career in Tech * Learn Python from scratch
    Note: Online resource; Title from title screen (viewed September 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use optimization techninques along with AWS Step Functions
    Note: Online resource; Title from title screen (viewed September 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Identify cognitive bias in software engineering including dunning-kruger and bikeshedding
    Note: Online resource; Title from title screen (viewed September 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to to use Data Science methodology for infrastructure Topics include: * Does Anything work? * Feedback Loops * Kaizen * Full stack data science
    Note: Online resource; Title from title screen (viewed October 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build data pipelines! Topics Covered Include AWS Lambda, AWS Athena, Jenkins, AWS Step Functions.
    Note: Online resource; Title from title screen (viewed October 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to master Pytest from Zero. Topics Covered Include: * Setting up Github Codespaces * Setting up AWS Cloud9 * Using Github Actions * Using AWS Code Build * Using Pytest fixtures * Using Pytest with code coverage * Using Pytest with Click command-line testing * Using Pytest with Flask Microservice testing * Matrix Testing With Github Actions
    Note: Online resource; Title from title screen (viewed October 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn code as infra with CDK from AWS Topics Covered Include:
    Note: Online resource; Title from title screen (viewed October 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to use Python to create statements in under an hour. The following techniques are covered: Lists,Dictionary, For Loops
    Note: Online resource; Title from title screen (viewed November 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to use Python Functions The following techniques are covered: AWS Lambda, Generators, Closers and Partials
    Note: Online resource; Title from title screen (viewed November 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to take Python functions and make command-line tools, test them, and deploy them as a FastAPI Microservice on the AWS platform using AWS SDK boto3.
    Note: Online resource; Title from title screen (viewed December 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to use AWS Cloud Shell to master the AWS ecosystem. In this tutorial the following techniques are covered: Bash, ZSH, Powershell, S3, Lambda, Python, IPython, Pip, Boto3, DynamoDB and Cloud9.
    Note: Online resource; Title from title screen (viewed November 21, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to use AWS Sagemaker Studio to build ML solutions. Example covered include Autopilot, Platform Overview, Architecture and features. Finally a Sagemaker Jumpstart example is walked through.
    Note: Online resource; Title from title screen (viewed November 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build a Python CLI using Python Click from scratch as well as test it using Github Actions. All in under one hour. New 11-11-2021 edition.
    Note: Online resource; Title from title screen (viewed November 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: A brief overview of the MLRun open source MLOps framework.
    Note: Online resource; Title from title screen (viewed November 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: I walk through the new AWS Sagemaker Labs environment
    Note: Online resource; Title from title screen (viewed December 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn the foundations of MLOPs Topics include: * Linux and Bash * AWS Cloud9 and AWS Cloud Shell and other Cloud Topics * The intuition behind MLOps techniques: optimization, gradient descent and data science.
    Note: Online resource; Title from title screen (viewed August 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Topics include: * Solar * Tesla * Nest * Smart Home * Time of Use * Net metering * Battery Backup * EV (electric vehicle) * Artificial Intelligence * Level 1 Charging * Level 2 Charging * Level 3 Charging
    Note: Online resource; Title from title screen (viewed July 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Use AWS Step Functions to solve problems
    Note: Online resource; Title from title screen (viewed September 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A walkthrough of Chapter 7 of the O'Reilly book Practical MLOps. Learn about real-world computer vision including a recap of Tesla AI day 2021. Topics include: * Getting models into production * Tesla FSD * Tesla Computer Vision * Tesla AI Day * DataOps * ML Platforms * Sagemaker * Continuous Integration and Continuous Deployment * MLOps cookbook * ML Engineering * Data Engineering * AWS App runner * GCP * Azure * Containers * Kaizen
    Note: Online resource; Title from title screen (viewed August 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to build Computer Vision MVPs quickly using AutoML. Topics include: * Getting models into production * Apple Create ML * Google Vertex AI * Image Classification * CoreML * Tensorflow * Rapid Prototyping * GCP * Azure * Containers * Kaizen
    Note: Online resource; Title from title screen (viewed August 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to master key components of Python functions. Topics include: * Input, Output and Unit of Work * Decorators, Yield Statements, Generators, Closures and Nested Functions * Using Github Codespaces and Github Actions * Building Command-line tools * Microservices including Flask and FastAPI * Using AWS Cloud9 along side AWS App Runner
    Note: Online resource; Title from title screen (viewed September 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A walkthrough of Chapter 5 of the O'Reilly book Practical MLOps. Topics include: * Getting models into production * Feature Store vs Data Warehouse * AutoML * MLOps * DataOps * ML Platforms * Sagemaker * Continuous Integration and Continuous Deployment * MLOps cookbook * ML Engineering * Data Engineering * Spark * GCP * Azure * Containers * Kaizen
    Note: Online resource; Title from title screen (viewed August 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Compare CI/CD with Github Actions vs AWS Code Build * Click * CI/CD * Github Actions * AWS Code Build * Build Badges
    Note: Online resource; Title from title screen (viewed October 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Develop with Kubernetes without having a running cluster locally using an SSH tunnel to connect to the remote K8s instance and then use regular kubectl commands to interact with the cluster. Then, supercharge your k8s flows with k9s, a powerful interface in the terminal for k8s In this video I'll walk you through some useful techniques you can use to setup a remote k8s cluster that runs locally, and will then use k9s, a powerful terminal UI that allows you to control a kubernetes cluster easily with less commands. Topics include: Connect to a remote K8s cluster over SSH using a tunnel Use different SSH flags when creating an SSH tunnel Learn k9s, a powerful terminal UI to control Kubernetes Useful links: * Github Gist with instructions * k9s CLI Tool
    Note: Online resource; Title from title screen (viewed December 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to walk it out when you are stuck on a hard technical problem.
    Note: Online resource; Title from title screen (viewed November 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Talks I want to attend virtually at re:Invent 2021 include: Machine Learning Opportunities for Underrepresented Groups ABW001 MLOps at Amazon: How to productionize ML workloads at scale AMZ302 Serverless ML: Machine learning without managing machines SVS313 Large-scale distributed training of media ML models with Amazon FSx NFX204 New technology for athletic training and live insights (sponsored by Intel) AIM211-S 3DAT
    Note: Online resource; Title from title screen (viewed November 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: A walkthrough of a course you can take by using O'Reilly resources created by Pragmatic AI Lab.
    Note: Online resource; Title from title screen (viewed December 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to get started with Github Codespaces and C# and F# right in your browser.
    Note: Online resource; Title from title screen (viewed December 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to get started on the right setup on your first day as a data scientist or business analytics professional. Topics include: * Business Analytics * Data Science * Google Colab * Jupyter * Github Actions and Github Codespaces * Continuous Integration and Delivery * EDA * GCP * AWS * Azure
    Note: Online resource; Title from title screen (viewed August 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Use Google Cloud Functions to quickly build solutions for Data Engineering.
    Note: Online resource; Title from title screen (viewed September 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Get some clarity on MLOps, what it is, and what does it mean to be "doing MLOps" by using a maturity model. A maturity model allows you to accurately determine where in the process of applying MLOps best-practices your team is. In this video, I'll explain some of the challenges with MLOps and why it might be difficult to understand some of its processes. This knowledge gap is what the Practical MLOps book tries to address, by clarifying and simplifying what needs to happen. Topics include: * Explain the Machine Learning Operations Maturity Model * Use techniques to strategize the next steps in a model's lifecycle * Accurately determine what might the next step towards model automation will be Useful links: * Azure Maturity Model
    Note: Online resource; Title from title screen (viewed October 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to setup CI/CD with Github Actions for a Python Click Project Topics include: * Click * CI/CD * Github Actions * Matrix Tests in Github Actions
    Note: Online resource; Title from title screen (viewed October 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build a DevOps Environment, then convert it into a multiple platform experience with AWS Cloud Shell and AWS Cloud 9. Finally use Amazon ECR to deploy containers to AWS App Runner. Also learn to use GCP Cloud Run as well as AWS Sagemaker. Follow along will reading the best-selling book Practical MLOps.
    Note: Online resource; Title from title screen (viewed November 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn how to create a Python decorator that can handle exceptions by taking arguments and handling them automatically, saving you time and preventing repetition! In this video I'll walk you through some of the inner workings of decorators, but most importantly, I'll show you how to build a decorator that takes arguments and handles exceptions automatically, avoiding repetition and making your code more readable! Topics include: * Learn how decorators work behind the scenes * Find the differences between a lazy and eager decorator * Work with decorators that take arguments and delay execution Useful links: * Github repository with sample code * Get started with Python
    Note: Online resource; Title from title screen (viewed November 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build an AWS Lambda function in Python from scratch that uses Boto3 to communicate with Amazon S3. Later invoke that function inside the AWS Cloud9 Development environment. New 11-11-2021 edition.
    Note: Online resource; Title from title screen (viewed November 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Use this reference guide to implement a strategy that will let you pass the AZ-900 Certification exam (Azure Fundamentals Certification). Although this video does not cover in detail everything you need to know to pass the test, it will guide you through some of the things that you will need to know in order to pass the test and get certified. In this video I'll walk you through the contents you must go through to learn and understand everything you need to pass the Azure Fundamentals exam. Then, we will go through some techniques you can use to review the enormous amount of content needed to study, and finally, I'll cover the summarization techniques with attention to aspects covered in the exam. Topics include: Find all content related to the AZ-900 test Use a powerful summarizing technique to review and study Capture important key differences in services Useful links: * Github Repository with summary instructions * Azure Fundamentals certification guide
    Note: Online resource; Title from title screen (viewed December 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 17 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: I benchmark exotic and ridiculously powerful machines on AWS
    Note: Online resource; Title from title screen (viewed December 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A walkthrough of Chapter 1 of the O'Reilly book Practical MLOps. Topics include: * DevOps * MLOps * DataOps * ML Platforms * Sagemaker * Continuous Integration and Continuous Deployment * MLOps cookbook * ML Engineering * Data Engineering * Spark * GCP * Azure * Containers * Kaizen
    Note: Online resource; Title from title screen (viewed July 31, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Use FastAPI to expose an HTTP API for fast live predictions using an ONNX Machine Learning Model. FastAPI is a Python web framework that provides easy development of documented HTTP APIs by offering self-documented endpoints with Swagger - a tool to describe, document, and use RESTful web services. Learn how to quickly put together an API which validates requests, and self-documents its endpoints using OpenAPI via Swagger. Quickly produce a robust interface for others to consume your Machine Learning model by following core best-practices of MLOps. Parts of this video cover the basics of packaging Machine Learning models, as covered in the Practical MLOps book. Topics include: * Create a Python project to serve live predictions using FastAPI * Use a Dockerfile to package the model and the API using Docker containerization * With minimal Python code, expose an ONNX model to perform sentiment analysis over an HTTP endpoint * Dynamically interact with the API using the self-documented endpoint in the container. Useful links: * Demo Github Repository with sample code * Practical MLOps book * FastAPI Intro tutorial * RoBERTa ONNX Model for sentiment analysis
    Note: Online resource; Title from title screen (viewed July 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn about six key elements of MLOPs based on the best-selling book Practical MLOps Topics include: * Source Code Management * Continuous Integration and Continuous Delivery * Development Environment * Deploy Environment * Microservices including Flask and FastAPI * Business Logic
    Note: Online resource; Title from title screen (viewed September 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn the foundations of Agile Project Management in this quick video snippit featuring global technical project management expert Jerry Castro. Topics include: * Agile * Balancing chaos vs order * How to get started with Agile
    Note: Online resource; Title from title screen (viewed August 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build MLOps predictions with containers * AWS App Runner * AWS ECR (EC2 Container Registry) * Flask * SKlearn * Google Cloud Run * Practical MLOps * MLOPs Cookbook
    Note: Online resource; Title from title screen (viewed October 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Create a Vim plugin from scratch and get to understand the whole workflow needed to put together a plugin that will work with any file type as well as some specific types like Python or XML. In this video, I'll explain everything you need to know to create a function in Vim, and port anything you may have in your .vimrc over to a specific plugin so that you can distribute it and install it later. Topics include: * Find about public and private functions in Vim * Port existing utilities in a .vimrc to make them a plugin * Map a command to a Vim function Useful links: * Create a Vim Plugin repository * Tim Pope's Pathogen.vim
    Note: Online resource; Title from title screen (viewed November 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to use AWS CloudShell to write PowerShell and C#. Included is code walkthroughs of Powershell, C# and Bash with the AWS SDK and CLI.
    Note: Online resource; Title from title screen (viewed December 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Doing MLOps live talk and demo
    Note: Online resource; Title from title screen (viewed December 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: How to develop for C# on Windows running inside of OS X and using AWS.
    Note: Online resource; Title from title screen (viewed December 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use optimization strategies and greedy algorithms in one hour.
    Note: Online resource; Title from title screen (viewed March 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (26 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: More than half of the analytics and machine learning (ML) models created by organizations today never make it into production. Instead, many of these ML models do nothing more than provide static insights in a slideshow. If they aren't truly operational, these models can't possibly do what you've trained them to do. This book introduces practical concepts to help data scientists and application engineers operationalize ML models to drive real business change. Through lessons based on numerous projects around the world, six experts in data analytics provide an applied four-step approach-Build, Manage, Deploy and Integrate, and Monitor-for creating ML-infused applications within your organization. You'll learn how to: Fulfill data science value by reducing friction throughout ML pipelines and workflows Constantly refine ML models through retraining, periodic tuning, and even complete remodeling to ensure long-term accuracy Design the ML Ops lifecycle to ensure that people-facing models are unbiased, fair, and explainable Operationalize ML models not only for pipeline deployment but also for external business systems that are more complex and less standardized Put the four-step Build, Manage, Deploy and Integrate, and Monitor approach into action
    Note: Online resource; Title from title page (viewed February 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to use AWS in one Hour
    Note: Online resource; Title from title screen (viewed January 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started with Docker and building powerful containers in this one-hour video. From the basics of containers, and its differences with virtual machines, to interactive commands and containerization of applications. Everything you need to know to get up and running quickly to use containers and grasp docker concepts. Topics include: * An introduction to containers and their differences with Virtual Machines * Start, stop, and manage containers. * Map container ports to local ports, mount volumes, and other startup flags for container images. * Get access to running containers to interactively debug a service like Nnginx. * Build a Python application with a Dockerfile, and deploy it running the latest Python version.
    Note: Online resource; Title from title screen (viewed January 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to tell stories with Data and then present those conclusions to Business Executives. Learn to use Colab/Jupyter Notebooks to build Data Science notebooks that tell a story. Topics include: * Effects of Intermittent Fasting, Sugar, Wealth and Real Estate Values on society * Visualizing data through Plotly graphs with 3D Interactive Visualizations of KMeans clustering * Using sklearn, pandas, plotly, matplotlib, KMeans clustering, ELI5, shap and other libraries * The role of the Matthew Effect on society. The Github Project is here: https://github.com/noahgift/data-story-telling
    Note: Online resource; Title from title screen (viewed March 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use containers to build Microservices on the AWS platform. In this video you walk through building a Flask Microservice using the following AWS tools: * AWS Cloud9 * AWS ECR (Elastic Container Registery) * AWS ECS (AWS Container Service) * AWS Fargate (Container as a Service) Finally, the course builds and deploys a Fargate container that was provisioned to ECR. Follow along with the Github Resource: https://github.com/noahgift/eks-fargate-tutorial
    Note: Online resource; Title from title screen (viewed February 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Zero to One: AWS Lambda with SAM and Python in One Hour. Learn to use AWS Cloud9 to develop serverless applications with Python and SAM (Serverless Application Model) Topics include: * Building a Lambda inside of Cloud9 * Deploying a containerized service to Amazon ECR and AWS Lambda * Invoking API Gateway based AWS Lambda services using sam invoke and AWS Cloud9
    Note: Online resource; Title from title screen (viewed April 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Enhance testing Python projects by adding Tox, a testing management tool that can easily create test matrices. In this video course, learn how to use different functional test strategies and expand basic unit testing by combining different software versions. Topics include: * Use Pytest for fast verification of unit tests * Detect missing dependencies that can get packaged and released even when tests are passing * Build a test matrix by adding factors and combinatorial versions by leveraging Tox to avoid boilerplate configuration * Use different Python versions to test the same code
    Note: Online resource; Title from title screen (viewed March 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to build Machine Learning solutions without writing any code with CreateML from Apple. Topics include: * Computer Vision * Image Classification * OS X * Apple * Core ML
    Note: Online resource; Title from title screen (viewed April 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started with Vim in this one-hour video. Everything you need to know to get up and running quickly. Topics include: * Opening, saving, and quiting files * Basic movements and operations, like copying and deleting * Updating the .vimrc configuration file for customization * Installing plugins and further customization
    Note: Online resource; Title from title screen (viewed January 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 9 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started with Google Cloud Platform (GCP) and Cloud Functions in this one-hour video. Everything you need to know to get up and running quickly using serverless technology from GCP. Topics include: * An introduction to serverless technologies * Create a cloud function, install dependencies, and use different runtimes like Python 3.8 * Debug issues when a cloud function deployment fails * Use Google's Machine Learning offering to do live translations to any language * Enable authentication for your cloud function
    Note: Online resource; Title from title screen (viewed January 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 34 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: AWS Solutions Architect Certification In ONE HOUR!
    Note: Online resource; Title from title screen (viewed January 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (54 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Getting your models into production is the fundamental challenge of machine learning. MLOps offers a set of proven principles aimed at solving this problem in a reliable and automated way. This insightful guide takes you through what MLOps is (and how it differs from DevOps) and shows you how to put it into practice to operationalize your machine learning models. Current and aspiring machine learning engineers--or anyone familiar with data science and Python--will build a foundation in MLOps tools and methods (along with AutoML and monitoring and logging), then learn how to implement them in AWS, Microsoft Azure, and Google Cloud. The faster you deliver a machine learning system that works, the faster you can focus on the business problems you're trying to crack. This book gives you a head start. You'll discover how to: Apply DevOps best practices to machine learning Build production machine learning systems and maintain them Monitor, instrument, load-test, and operationalize machine learning systems Choose the correct MLOps tools for a given machine learning task Run machine learning models on a variety of platforms and devices, including mobile phones and specialized hardware
    Note: Online resource; Title from title page (viewed November 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: AWS Machine Learning Certification In ONE HOUR!
    Note: Online resource; Title from title screen (viewed January 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started with security vulnerability scanning and integrating that with Github, Github Actions and automated security checks in pull requests. Learn how to scan reported vulnerabilities in projects and Docker containers, so that you can publish images to Docker hub or merge pull requests while knowing that changes in dependencies are secure. Topics include: * Install and run locally a security vulnerability scanner * Catalog a project with an SBOM (Software Bill Of Materials) so that the scanner can do vulnerability matching. * Setup a Github Action to automatically scan vulnerabilities in a project and optionally fail a build to prevent a merge. * Scan a Docker container image that is built locally against the latest vulnerabilities, based on any CVE reported publicly
    Note: Online resource; Title from title screen (viewed February 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started with MLOps and Github Actions to package a container with an ONNX model that does live inferencing with a Flask application. By using Azure ML, learn how to download the large ONNX model into the Github Action workflow, package it as a container and then push it to a container registry. For reference use the https://github.com/alfredodeza/flask-roberta repository Topics include: * Create a container that does live inferencing with Flask and the ONNX runtime * Package the model and verify it works locally * Setup a Github Action to authenticate to Azure ML and download a previously registered model * Build the new container as a Github Action, authenticate to Docker Hub or Github Packages * Push the new container to the Github registry or any other registry like Docker Hub
    Note: Online resource; Title from title screen (viewed March 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: How are you generating revenue in your business or career. This lesson talks about consulting, salary and MRR including investing. Topics include: * Consulting * Salary * Investments * Autonomy vs Dependency * MRR (Monthly Recurring Revenue)
    Note: Online resource; Title from title screen (viewed April 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn all about distributed tracing in this 1 hour course. If you want to go beyond logging and monitoring, and trying to tell a story by connecting the dots, then distributed tracing is the way to go. Topics include: * Opentracing and the foundations of distributed tracing libraries like Jaeger * Micro-service strategies and other microservice implementations that make distributed-tracing a perfect use case * Implement distributed tracing instrumentation in a Github project using docker compose with multiple Docker containers * Leverage the knowledge to use hosted services like Datadog for querying and debugging traces
    Note: Online resource; Title from title screen (viewed April 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started building powerful Command-line Tools with Python. From a single file with no dependencies to packaging and publishing your tool on the Python Package Index. Everything you need to know to get up and running quickly to create Python command-line tools. Topics include: * An introduction to Python scripts and Python packaging * Declare dependencies and package your script for installing and sharing. * Use argparse or upgrade to a more powerful framework like Click * Add flags, options and arguments to fine-tune and control your command-line tool
    Note: Online resource; Title from title screen (viewed January 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to do Data Science with Python, Pandas and Colab Notebook in one hour! This video lesson takes you through a Covid-19 Dataset from the NyTimes and shows you how to explore it. The libraries involved include: Pandas, Colab, Plotly, sklearn, numpy and matplotlib. A suggested structure for Data Science projects is included: Ingest, EDA, Modeling and Conclusion. Finally, the course wraps up with how to integrate Cloud based business analytics including the following tools. AWS Cloud9, IPython, AWS Rekognition, AWS Translate and AWS Comprehend. These solutions are explored with both boto3 and the AWS Console. Follow along with the Github Resource: https://github.com/paiml/minimal-python/blob/master/Chapter7_data_science.ipynb
    Note: Online resource; Title from title screen (viewed February 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 20 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use AWS Elastic Beanstalk to deploy a Flask application. This tutorial covers Continuous Delivery of a Python Flask application using AWS Code Build. Elastic Beanstalk is a PAAS (Platform as a Service) that has powerful tools and integrations. This video course covers building out an development environment in Cloud9, a Makefile system and then finally, a full fledged CI/CD pipeline using Pylint and AWS Code Build of a Flask API. Follow along with the Github Resource: https://github.com/nogibjj/Flask-Elastic-Beanstalk.
    Note: Online resource; Title from title screen (viewed February 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...