articleTrain Image Classification model using Azure Cognitive Services
Train a Deep learning image classification model with no or very less code and serve using an endpoint using azure cognitive services.
articleTrain a Deep learning image classification model with no or very less code and serve using an endpoint using azure cognitive services.
articleImage classification is a very basic example in computer vision yet used widely for a lot of tasks. In image classification, we can input and image to deep learning model and get related label for class which image belongs to. We can use image classification for classifying an object from different classes, checking quality of a manufactured objects(good or not),
articleFor any model, we train for a specific purpose, we need to deploy it on some cloud or local device to use it for new data, so here we will learn about cloud deployment as API