Posts

Showing posts from March, 2026

Prepare To Develop AI Solutions On Azure (Part 2)

Image
  Understand Considerations For Responsible AI Some core principles for responsible AI that have been adopted at Microsoft are given below: Fairness Everyone should be treated equally by AI systems. Research on machine learning systems' fairness is quite active, and there are software tools available for assessing, measuring, and reducing unfairness in machine learning models. But tooling is insufficient on its own to guarantee fairness. From the start of the application development process, take fairness into account by carefully examining training data to make sure it is representative of all possibly impacted subjects and assessing prediction performance for your user population over the course of development. Reliability and Safety AI systems must function safely and reliably. Before being released, AI-based software applications must undergo stringent testing and deployment management procedures, just like any other software. Software engineers must also consider the probabili...

Prepare To Develop AI Solutions On Azure (Part 1)

Image
  Model Training and Inferencing Numerous AI systems depend on predictive models that require training with sample data. During the training phase, the data is examined to identify connections between the features in the dataset (the values that are likely to appear in future observations) and the label (the value that the model is designed to forecast). Once the model is trained, you can provide new data with known feature values for the model to predict the most probable label. The process of using the model to generate predictions is known as inferencing. Numerous services and frameworks available for software engineers to create AI-enabled solutions necessitate a development process that includes training a model with existing data before it can be applied to infer new values in an application. Probability and Confidence Scores No predictive model is perfect, however a well-trained machine learning model can be accurate. Although software engineers don't need a thorough mathema...

Getting Started With Azure AI Services

Image
  What is Artificial Intelligence (AI)? In general terms, AI can be considered as a software that exhibits one or more human-like capabilities described below: Visual Perception- It is the ability to use computer vision capabilities to accept, interpret, and process input from images, video streams, and live cameras. Text Analysis and Conversation- It is the ability to use Natural Language Processing (NLP) to not only "read", but also generate realistic responses and extract semantic meaning from text.  Speech- It is the ability to recognize speech as input and synthesize spoken output.  Decision Making- It is the ability to use past experiences and learned correlations to assess situations and take appropriate actions.  These kind of capabilities are increasingly within the reach of everyday software applications making them more useful in a wide variety of scenarios. AI-related Terms It is necessary to understand clear definitions of other AI related terms. Data Sc...

Publishing & Sharing Your Power App

Image
  Introduction When your Power App is ready, use the save, publish and share icons. Your workflow for publishing for the first time would be: Build your app Save your changes Click Publish (to make this the version that people will use) Share (select who can access the app or view it) A final step to take if you have linked your app to data is to make sure the data is also shared with your intended group or person. After completing this step, people will have the opportunity to engage with and utilize the app you have developed. An important tip is to choose a descriptive name, design an appealing icon, and provide a brief overview in the description. Power Apps Mobile App In order to use a Power App that you have developed on your mobile device, you must download the Power Apps app from the Google Play Store (for Android devices) or the Apple App Store (for iOS devices). The first time you start the Power Apps app, it will ask you to sign into your organizational account...