Showing 3085–3096 of 18767 results
Classify images
Image classification is used to determine the main subject of an image. You can use the Azure AI Custom Vision services to train a model that classifies images based on your own categorizations.
Classify images with Azure AI Custom Vision
Image classification is a common workload in artificial intelligence (AI) applications. It harnesses the predictive power of machine learning to enable AI systems to identify real-world items based on images.
Classifying Cats & Dogs with HOG and SVM
Understand how to classify images of cats and dogs using Histogram of Oriented Gradients (HOG) features and Support Vector Machines (SVM). Learn the basics of image classification and machine learning.
Claude 3 API
This course will teach you the essentials of working with Anthropic's Claude 3 API, from setup and authentication to making requests, versioning, and troubleshooting. You'll also learn how it compares to other popular language models.
Claude 3 Integration
Integrate Claude 3 into your applications. This course will teach you to seamlessly incorporate Claude 3 into your systems for enhanced AI capabilities.
Claude 3 Model Selection
Claude.ai offers many model types. This course will teach you what differences exist between the models, and which model type is the best for a given task.
Claude 3 Security and Cost Optimization
This course will teach you how to enhance data security, ensure compliance with international regulations, and effectively manage performance and costs in AI deployments.
Clean and Prepare Data for Analysis
Perform common data cleaning techniques.
Clean Architecture in Python
This course teaches software engineers the principles of clean architecture as they write code for layered web applications in Python.
Clean Architecture: Patterns, Practices, and Principles
In this course, you will learn about Clean Architecture, a set of modern patterns, practices, and principles for creating software architecture that is simple, understandable, flexible, testable, and maintainable.
Clean Code in Python
Learn the principles of writing clean, maintainable, and efficient Python code for interviews and beyond.
Clean Coding Principles in C#
Clean code is the art of writing code that humans can understand. Learn how to write C# in a style that's easy to write, read, and maintain. This course is filled with clear comparisons between "dirty" C# code to avoid, and the "clean" C# equivalent.