Microsoft Reactor Event on AI

Recently I attended Microsoft Reactor event on Architecture Recipes for AI-Powered Applications. The speaker was Harun Raseed Basheer. The speaker started with a brief introduction to AI and ML. Later he covered topics such as Vector Search, Cosine Similarity, RAG Model, Agentic AI, Prompt Engineering, and Tokens. The first 1 hour was theory and demonstration. The next 40 mins or so was creating an AI project hands-on on Azure.

In Azure, I created AI Hub and then AI Project. This project used GPT to create a chat application. With this exercise I also explored various models available to use and how to check the pricing for each model. I also checked how this application code can be viewed and then customized to our specific requirements.

This session was good. The speaker was knowledgeable and patiently answered the questions. I also got exposure to building an Agentic AI applications in Azure. This definitely gives me a window to explore other possibilities and opportunities in AI Applications world. I would be keen to explore this further. Of course, I'll share my learning and experience in this blog. Thanks to Microsoft and Harun for this opportunity. This is the first time I attended Reactor event, and I will be looking forward to attending such events in future. If you are interested, do click their website.

Comments

Popular posts from this blog

Ordinal Encoder, OneHotEncoder and LabelBinarizer in Python

Data Visualization using Pandas - Univariate Plots

Car Evaluation - Another Classifier Program