Introduction to AI with Custom Vision Presented

Published  . 0 views
↓ Download
Introduction to AI with Custom Vision Presented
1 / 1
Introduction to AI with Custom Vision Presented - slide 1 of 16 Introduction to AI with Custom Vision Presented - slide 2 of 16 Introduction to AI with Custom Vision Presented - slide 3 of 16 Introduction to AI with Custom Vision Presented - slide 4 of 16 Introduction to AI with Custom Vision Presented - slide 5 of 16 Introduction to AI with Custom Vision Presented - slide 6 of 16 Introduction to AI with Custom Vision Presented - slide 7 of 16 Introduction to AI with Custom Vision Presented - slide 8 of 16 Introduction to AI with Custom Vision Presented - slide 9 of 16 Introduction to AI with Custom Vision Presented - slide 10 of 16 Introduction to AI with Custom Vision Presented - slide 11 of 16 Introduction to AI with Custom Vision Presented - slide 12 of 16 Introduction to AI with Custom Vision Presented - slide 13 of 16 Introduction to AI with Custom Vision Presented - slide 14 of 16 Introduction to AI with Custom Vision Presented - slide 15 of 16 Introduction to AI with Custom Vision Presented - slide 16 of 16
Description: Introduction to AI with Custom Vision Presented by: Artificial Intelligence is computers doing things that we would normally think of as intelligent in humans. Rick Barazza, Microsoft Sensory Input Model Model Algorithms Diseased? Is it

Related Topics

Download Presentation

"Introduction to AI with Custom Vision Presented" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.

Presentation Transcript

slide1. Introduction to AI with Custom Vision Presented by:<br>
slide2. “Artificial Intelligence is computers doing things that we would normally think of as intelligent in humans.” Rick Barazza, Microsoft<br>
slide3. Sensory
Input Model<br>
slide4. Model<br>
slide5. Algorithms Diseased?<br>
slide6. Is it weird?
(Anomaly) What next?
(Reinforcement Learning) Predict how much/many
(Regression) Which category?
(Classification) Data structure
(Clustering,
Recommender) 5 questions courtesy Brandon Rohrer<br>
slide7. It’s all enabled by machine learning…<br>
slide8. What’s the difference? The overall field of AI includes ML, the use of neural networks and deep learning.
Machine Learning is a subset of AI, and it often involves creating models either built from scratch or built using pre-trained models
These fields encompass both computer science and mathematics in varying degrees<br>
slide9. Which category?
(Classification)<br>
slide10. Introducing Custom Vision<br>
slide11. Your own custom vision model, in 3 steps Upload and label your images Evaluate the results Train the model<br>
slide12. Exercise - Creating a Custom Vision Model<br>
slide13. Probability and AI No model is perfect. The probability indicates how correct the model believes its answer is. All models represent a "closed universe“
Your model will always try to match the image to what it knows. There is always some level of uncertainty
All models will make mistakes and not be 100%. A probability score above 80% is commonly acceptable. Improving accuracy
The best way to improve the model is to increase the number and diversity of images used to train. This includes different angles, settings, and lighting.<br>
slide14. Performing a prediction After the model is trained, you can make predictions to determine which classification matches the image Install the required packages
Azure Custom Vision has an SDK available in Python for making predictions. Load the appropriate key values
To call your model you need its ID, name, and the key (password). Perform the prediction
Use the SDK to upload the image to the model and perform the prediction.<br>
slide15. Exercise - Using a Custom Vision Model<br>
slide16. What's next? Learn about object detection
Creating custom models with TensorFlow Please tell us how you liked this workshop by filling out this survey:
https://aka.ms/workshopomatic-feedback<br>