Introduction to Salesforce Einstein Vision
Introduction Artificial Intelligence (AI) is already part of our lives. Whenever you pick up your smartphone, you’re already seeing AI in action—from tailored recommendations to relevant search results. With Einstein Vision, you can harness the power of image recognition to build AI-powered apps fast. Without a data science degree! Using the Einstein Vision API, you can train deep learning models to recognize and classify images. A model is a machine learning construct used to solve a classification problem. The model “learns” from data instead of from explicit rules. In this topic, the terms model and classifier mean the same thing. You design a model by creating a dataset and then defining labels and providing examples that belong to these labels. When you train the dataset, the system determines the commonalities and differences between the various labels and generalizes the characteristics that define each label. When you send an image to the model, the model predicts ...


Comments
Post a Comment