Data Science in Microsoft Fabric

Microsoft Fabric, as an end-to-end SaaS, provides multiple workloads, including Data Science. In this article and video, you will learn the Data Science workload in Microsoft Fabric, what it includes, and how it works with other Fabric workloads. Video Microsoft Fabric Microsoft Fabric is an end-to-end Data Analytics software-as-a-service offering from Microsoft. Microsoft Fabric combined Read more about Data Science in Microsoft Fabric[…]

New component of Azure ML Service – Visual Interface

Azure ML services has been introduced for a while, however in the last Microsoft Build, the visual interface of azure ml service has been introduce that has so much similarity to Azure ML Studio. however there are some difference between them as the created experiment in visual interface be shown in the Assets section as Read more about New component of Azure ML Service – Visual Interface[…]

Prediction Model in Azure Notebooks using Python: a Sample Project by Microsoft

As I mentioned in Post, Azure Notebooks is combination of the Jupyter Notebook and Azure. There is a possibility to run your own python, R and F# code on Azure Notebook. In post series, I will share my experience working with Azure Notebook. First, in this post, I will share my first experience of working with Read more about Prediction Model in Azure Notebooks using Python: a Sample Project by Microsoft[…]

Object Detection Application with AI Builder and Power Apps

In the last posts, I have explained how we able to set up the AI Builder for Power Apps and Microsoft Flow. Also how we able to do classification in Power Apps has been explained. Now in this post, I am planning to show how to create an Object detection app using AI builder in Read more about Object Detection Application with AI Builder and Power Apps[…]

Azure Machine Learning Services : Deploy AutoML Model and Use it in Power BI- Part 3

  As I have discussed in part 1 and Part 2, the new possibility of creating machine learning without writing any Python or R codes is so amazing. In Part One, the difference between Azure ML Studio (the traditional one) and the Azure ML Services (new component) has been very briefly explained. (I will write Read more about Azure Machine Learning Services : Deploy AutoML Model and Use it in Power BI- Part 3[…]

Azure Machine Learning Services : Automated Machine Learning -Part 2

In the last post, what is Azure ML Studio and Azure ML Services has been explained briefly. In this post, I will explain how to use Automated machine learning service. Automated machine learning (automated ML) picks an algorithm and hyperparameters for you and generates a model ready for deployment. Automated machine learning helps to identify Read more about Azure Machine Learning Services : Automated Machine Learning -Part 2[…]

Image and Activity Processing Application with Cognitive Service, Power Apps and Microsoft Flow

There are lots of possibilities to embed cognitive services API in application like Power apps with help of Microsoft flow in the last posts, I have shown how to create Face Recognition application or How to create an OCR application to convert image to text. Face Recognition Application with Power Apps, Microsoft Flow and Cognitive Read more about Image and Activity Processing Application with Cognitive Service, Power Apps and Microsoft Flow[…]

Azure Machine Learning Services : Introduction – Part 1

  In this post series, I am going to show how we can use Azure Machine learning services and the new features added that make life so easy to train, deploy, automate managing machine learning models [1]. In this post, first I will show how to use a no code environment for Auto ML, how Read more about Azure Machine Learning Services : Introduction – Part 1[…]

Export data from Power Query to Local Machine or SQL Server using R scripts

There is always a discussion on how to store back the data from Power BI to local computer or SQL Server Databases, in this short blog, I will show how to do it by writing R scripts inside Power Query.   First how to Store Files to PC To store data back to a file Read more about Export data from Power Query to Local Machine or SQL Server using R scripts[…]