NEW
Font size
Worksheets2-9-2022 Brownbag Session
Total questions: 10
Worksheet time: 2mins
Identify violated principle: You find that a ML model does not grant loans to people of certain gender.
Inclusiveness
Fairness
Transparency
Privacy and Security
This cognitive service finds unusual actions, behaviors or errors.
Optical Character Recognition
Sentiment Analysis
Form Recognizer
Anomaly Detection
This service trains custom image classification and object detection models using your own images.
Computer Vision
Custom Vision
Face
Form Recognizer
Form Recognizer extracts visual features from image content such as description and tags
True
False
Machine Learning is based from rules while Traditional Programming learn from examples
True
False
Refers to a place where all the Git files are stored. These files can either be stored on the local or on the remote.
Master/Branch
Git flow
Repository
Azure DevOps
What is the correct syntax to add a message to a commit
git commit --m "x files created"
git commit -n "x files created"
git commit -m "x files created"
git commit --n "x files created"
Refer to individual projects within a git repository.
Fork
Branch
Clone
Master
Commit changes to head but not to the remote repository
Git Init
Git Config
Git Commit
Git Add
What language is used in Git?
Java
Python
Javascript
C
