KSKushal Srivastavaincompulsivecoder.hashnode.dev·Mar 15, 2025 · 7 min readMicrosoft AI-900 Quick NotesCommon Types of Computer Vision Workloads Image classification model helps to classify images based on their content. Object detection model helps to identify objects and their boundaries within the image. Semantic segmentation model helps classif...00
KSKushal Srivastavaincompulsivecoder.hashnode.dev·Mar 14, 2025 · 7 min readMicrosoft AI-900Exam Notes Skills measured as of April 24, 2024 Describe Artificial Intelligence workloads and considerations (15–20%) Describe fundamental principles of machine learning on Azure (20–25%) Describe features of computer vision workloads on Azure (1...00
KSKushal Srivastavaincompulsivecoder.hashnode.dev·Nov 30, 2023 · 1 min read5 Things to remember when using React.jsUse vite to create your application, vite is build tool that aims to provide a faster and learner development experience for modern web projects. When we create react app directly it installed unwanted packages and dependencies and it's take time to ...00