You are creating a job that should run a notebook every hour. You want to make sure that the job does not run repeatedly if there are more than five consecutive failures to run the job. Which option should you set while creating the job?
https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/get-started-jobs.html#GUID-DAE3D097-2EB5-4345-88F5-B4780EFD634A
In which three use cases are Oracle Machine Learning algorithms suitable? (Choose three.)
Three use cases that are suitable for Oracle Machine Learning algorithms are:
Medical outcome analysis: This is a use case that involves predicting the outcome of a medical treatment or procedure based on patient characteristics and medical history. Oracle Machine Learning algorithms such as Generalized Linear Models, Support Vector Machines, or Neural Networks can be used for this task.
Anomaly and fraud detection: This is a use case that involves identifying unusual or suspicious patterns or behaviors in data that may indicate fraud, abuse, or errors. Oracle Machine Learning algorithms such as One-Class Support Vector Machines, Anomaly Detection, or Principal Component Analysis can be used for this task.
Customer segmentation: This is a use case that involves grouping customers based on their similarities in terms of demographics, preferences, behaviors, or needs. Oracle Machine Learning algorithms such as K-Means, Expectation Maximization, or Non-Negative Matrix Factorization can be used for this task.
You have created a workspace in Oracle Machine Learning Notebooks and want to share it with collaborators by granting permissions to access your workspace. You want to enable other users to run and modify your notebooks but do not want to provide the ability to schedule jobs that run your notebooks. Which permission type should be granted to this user?
About Workspace Permission Types: Oracle Machine Learning allows three types of permissions. Depending on the permission type, you can allow the user to view or perform different tasks in your workspace, projects, and notebooks. The three types of permissions are listed in the following table along with the actions that are allowed. Permission Types || Actions based on permission > Manager: * Project: Create, update, delete. * Workspace: View only. * Notebooks: Create, update, run, delete, and schedule jobs. > Developer: * Project: View only. * Workspace: View only. * Notebooks: Create, update, run, and delete notebooks that a developer creates only. * Jobs: View and run jobs of shared notebooks only. A developer cannot create jobs for notebooks that are shared. > Viewer: * Project: View only. * Workspace: View only. * Notebooks: View only. * Jobs: View jobs and job runs of shared notebooks only.
Which three are unsupervised machine learning algorithms? (Choose three.)
Unsupervised machine learning uses a more independent approach, in which a computer learns to identify complex processes and patterns without a human providing close, constant guidance. Un-supervised machine learning involves training based on data that does not have labels or a specific, defined output. To continue the childhood teaching analogy, unsupervised machine learning is akin to a child learning to identify fruit by observing colors and patterns, rather than memorizing the names with a teacher's help. The child would look for similarities between images and separate them into groups, assigning each group its own new label. Examples of unsupervised machine learning algorithms include k-means clustering, principal and independent component analysis, and association rules.
Which three types of permissions can be granted to a user to callaborate and access a workspace in Oracle Machine Learning Notebooks?