Skip to main content

Microsoft Azure AI Solution - AI-100

 I have curated a list of articles from Microsoft documentation for each objective of the AI-100 exam

AI-100 Azure AI Solution Online Course

Pluralsight (Learning Path)Microsoft Azure AI Engineer Certification [Free Trial]
LinkedIn Learning [Free Trial]Learning Microsoft Cognitive Services for Developers
WhizlabsMicrosoft Azure Exam AI-100 Certification
UdemyML and AI using Microsoft Cognitive Services

AI-100 Azure AI Practice Test and Lab

Udemy Practice Test            Designing and Implementing an Azure AI Exam
AI-100 GitHub LabsLabs resources on GitHub

AI-100 Azure AI Related Study Materials

Coursera                            Deep Learning Specialization by Andrew Ng
Amazon e-book (PDF)Learning Microsoft Cognitive Services

To view other Azure Certificate Study Guides, click here

 I hope this has been informative and thank you for reading!

Comments

Popular posts from this blog

Azure Site Recovery now supports Azure Policy in public

 Azure service updates > Azure Site Recovery now supports Azure Policy in public preview https://azure.microsoft.com/en-us/updates/asr-policy-preview/ Leverage Azure Policy to enable Azure Site Recovery for your VMs at scale and ensure organizational standards.    I hope this has been informative and thank you for reading!

Microsoft Ignite 2020 for Azure Cloud

  Microsoft Ignite is an annual conference for developers and IT professionals hosted by Microsoft. It has taken place in several locations around the world. Here are the news that I consider the most relevant for Azure cloud. Azure AI Azure Cognitive Search, Private Endpoint Indexers can now connect to data sources behind a VNET. Azure Cognitive Services is introducing a series of new capabilities — spanning Decision, Vision and Speech. Azure Machine Learning now offers new capabilities, the Designer capability provides drag-and-drop modules for numerous tasks Bot Framework Composer— Now makes it easier to build skills for use within the Virtual Assistant Solution Accelerator with a visual bot development tool. Azure Data Azure Cosmos DB now offers a serverless option for database operations Flexible Server, a new deployment option now in preview for Azure Database for PostgreSQL and Azure Database for MySQL. Azure SQL Edge, which brings the most secure Microsoft SQL data engine t...

Benefits and usage of Core Azure Architectural Components

Azure core benefits and usage of Azure Architectural Components. Azure Regions provide customer flexibility to bring application closer to the user by allowing them to choose regions closer to them as per the geographical location. Azure provides Region pairs for disaster recovery if there is any natural calamities or any one data center is down due to any technical reason, Azure Availability zone provides you a guaranteed SLA of 99.9%. The availability zone helps to recover from data center level failure. Availability Sets allows you to achieve 99.95% SLA. Availability Sets keeps application online during maintenance or hardware failure with the help of the fault domain and update domain. Azure Resource Group helps you to organize your resources. This helps to delete all the resources in one shot by deleting the resource group. Azure Resource Manager helps to create, configure, manage, delete and control access to the resource groups and all the resources under it. It provides a consi...