Run AI Models with IBM Watson Studio

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:24 PM on 5/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

machine learning algorithms

bits of code that incoporates both statistics and calculus to enable computers to learn from data and make predictions or decisions without explicit programming.

2
New cards

machine learning models

large-scale computer programs made up of machine learning algorithms

3
New cards

function

a set of logical operations that inputs some sort of data, analyzes or transforms it, and then outputs a result.

4
New cards

AutoAI

prepares raw data for machine learning. It can apply various algorithms to clean and structure the data, automatically select an appropriate model, and optimize its output for the fastest, most useful output.

5
New cards

Confusion Matrix

allows you to measure the performance of your model.

6
New cards

True Positive

The model predicts positive (Risk), and the result is positive (Risk).

7
New cards

False Positive

The model predicts positive (Risk), but the result is negative (No Risk).

8
New cards

False Negative

The model predicts negative (No Risk), and the result is positive (Risk).

9
New cards

True Negative

The model predicts negative (No Risk), and the result is negative (No Risk).

10
New cards

Jupyter Notebooks

allow you to collect all aspects of your project in one place, including code, graphics, text, and the output of the model

11
New cards

IBM Watson Studio

A cloud-based platform that provides tools for data scientists and developers to collaborate, build, and deploy machine learning models.