Skip to main content

Machine Learning in Azure

Machine learning is a method of data analysis that automates analytical model building. It's a branch of Artificial Intelligence based on the idea that systems can learn from data, identify patterns and make decisions with minimal human interaction.

This series of articles intend to elaborate the usage of Azure Machine learning and usage of different machine learning tools in Azure ML studio. This is the first post and it walks you through the introduction to the Azure ML studio and how to upload data to the tool.

Two most widely adopted machine learning methods are, 

  • Supervised learning: algorithms are trained using labeled examples, such as    an input where the desired output is known
  • Unsupervised learning: is used against data that has no historical labels. The System is not told the "right answer." The algorithm must figure out what is being shown. 

 Differences between data mining, machine learning and deep learning

  •  Data mining is about to identify previously unknown patterns from data. It might involve traditional statistical methods and machine learning.
  • Deep learning combines advances in computing power and special types of neural networks to learn complicated patterns in large amounts of data. Deep learning techniques are currently state of the art for identifying objects in images and words in sounds.

Cognitive Services in Azure

Vision

Image-processing algorithms to smartly identify, caption and moderate your pictures.

Computer Vision    - Analyse content in images and video.
Custom Vision        - Customize image recognition to fit your business needs.
Face                      - Detect and identify people and emotions in images.
Form Recogniser    - Extract text, key-value pairs and tables from documents.
Video Indexer        - Analyze the visual and audio channels of a video, and index its content.

APIs for AI related to vision example https://azure.microsoft.com/en-gb/services/cognitive-services/#api

Computer Vision: 

Extract rich information from images to categorize and process visual data—and perform machine-assisted moderation of images to help curate your services.

  •     Read text in images
  •     Recognize celebrities and landmarks
  •     Analyze video in near real-time
  •     Generate a thumbnail

Face API : 

Detect human faces, compare similar ones, Organize based on attributes, Identify previously tagged people

Other Cognitive service categories and services include,
Speech : Features include speech to text, speaker recognition, text to speech
Language : Text Analytics, Text translate, Content moderator
Knowledge : QnA Maker

You can use https://www.qnamaker.ai/ to create a Q and A and integrate it with bot framework. Then you can embed it in sites

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

Comments

Popular posts from this blog

Azure Networking

Azure Network service connect cloud and on-premises infrastructure, to provide your customers and users the best possible experience Also, support your hybrid or all-in cloud strategy using networking services built on one of the largest fiber network backbones. Get the most from your Azure or open-source solutions and workloads with highly reliable performance and secure connectivity. Listed network services are available in Azure currently. Azure Virtual Network Azure Load Balancer Azure Traffic Manager Azure Express Route Azure VPN Gateway Azure DNS Azure Content Delivery Network  Azure Virtual WAN I hope this has been informative and thank you for reading! 

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...