IDSC 3001 Test F

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

1/54

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:23 AM on 4/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

55 Terms

1
New cards

Business analytics platforms

Includes software tools and applications used to build models and simulations to create scenarios, understand current events and predict future states

2
New cards

Business intelligence

Includes a variety of tools, platforms, and methodologies that enable organizations to collect data from internal systems and external sources, prepare it for analysis, develop and run queries, create reports, dashboards, and data visualizations for decision-makers

3
New cards

Ad-hoc reporting

Puts users in control so that they can create custom reports on an as-needed basis by selecting fields, ranges, summary conditions, and other parameters (create reports on the fly)

4
New cards

Canned reports

Provide regular summaries of information in a predetermined format

5
New cards

Dashboards

Heads-up display of critical indicators that allows managers to get a graphical glance at key performance metrics (one page summary of a business area)

6
New cards

OLAP (online analytical processing)

Take data from standard relational databases, calculates and summarizes the data, and then stores the data in a special database called a data cube (pivot table on steroids)

7
New cards

Data cube

Special database used to store data in OLAP reporting

8
New cards

Query tools

A tool to interrogate a data source or multiple sources and return a subset of data, possibly summarized, based on a set of criteria

9
New cards

Python

A general-purpose programming language that is also popular for data analytics

10
New cards

R

A programming language specifically created for analytics, statistical, and graphical computing

11
New cards

Graphical query tools

Allows a user to create a query through a point-and-click or drag-and-drop interface, rather than requiring programming knowledge

12
New cards

Major criteria for effective BI (4)

1. Accuracy 2. Timeliness 3. Valuable insights 4. Actionable

13
New cards

Palantir case

Detractors say the company has won military contracts without competitive bids and point to predictive policing capabilities and raise concerns that personal data is collected in anticipation of crimes. Supporters say they uncover human trafficking rings, find exploited children, and solve sophisticated financial crimes

14
New cards

Business analytics methods (just know these 4 are all methods)

knowt flashcard image
15
New cards

Clustering

Recognizing distinct groupings or sub-categories within the data

16
New cards

Classifying

An example is to examine a customer as credit worthy or credit unworthy

17
New cards

Estimating and predicting

Two similar activities that normally yield a numerical measure as the result. From the set of existing customers we may estimate the overall indebtedness of the candidate customer

18
New cards

Affinity grouping

A special kind of clustering that identifies events or transactions that occur simultaneously. A well-known example of affinity grouping is market basket analysis

19
New cards

1. Know the objective 2. Define criteria for success and failure 3. Select your methodology (know the data and relevant internal/external factors) 4. Validate models using criteria

Best practices for business analytics

20
New cards

Valkpak use case

Wanted to boost customer retention using insights from historical consumer behavior data, now they can quantify the value of each customer and determine whether or not customer retention tactics are necessary

<p>Wanted to boost customer retention using insights from historical consumer behavior data, now they can quantify the value of each customer and determine whether or not customer retention tactics are necessary</p>
21
New cards

Data mining

The process of using computers to identify hidden patterns in, and to build models from, large datasets

22
New cards

1. Information technology (understanding how to pull together data and selecting analysis tools) 2. Statistics (building models, interpreting the validity of results) 3. Business knowledge (helping set system goals and requirements)

Skills necessary for data mining (3)

23
New cards

Over-engineering

Build a model with so many variables that the solution arrived at might only work on the subset of data used to create it

24
New cards

Walmart data mining

knowt flashcard image
25
New cards

Artificial intelligence

Computer software that can mimic or improve upon functions that would otherwise require human intelligence

26
New cards

Machine learning

Software that contains the ability to learn or improve without being explicitly programmed (most AI we use)

27
New cards

Deep learning

A type of machine learning that uses multiple layers of interconnections among data to identify patterns and improve predicted results (better than ML, not explainable)

28
New cards

Supervised learning

A type of machine learning where algorithms are trained by providing explicit examples of results sought, like defective versus error-free, or stock price (trained AI)

29
New cards

Unsupervised learning (self-supervised learning)

Systems build pattern-recognizing algorithms using data that has not been pre-classified (builds its own algorithms)

30
New cards

Semi-supervised learning

A type of machine learning where the data used to build models contains data with explicit classifications, but is also free to develop its own additional classifications that may further enhance result accuracy

31
New cards

Neural networks

Examines data and hunts down and exposes patterns, in order to build models to exploit findings

32
New cards

Expert systems

Leverages rules or examples to perform a task in a way that mimics applied human expertise (NOT AI, what we used before AI)

33
New cards

Genetic algorithms

Model building techniques where computers examine many potential solutions to a problem (they decide which AI is best for the specific problem)

34
New cards

Machine intelligence (just know this visually, know we are focused on machine learning)

knowt flashcard image
35
New cards

CAPTCHA

An acronym standing for completely automated public Turing test to tell computers and humans apart

<p>An acronym standing for completely automated public Turing test to tell computers and humans apart</p>
36
New cards

Turing test

Test of software's ability to exhibit behavior equivalent to, or indistinguishable from, a human being

37
New cards

OCR (optimal character recognition)

Software that can scan images and identify text within them

38
New cards

Generative AI

A combination of machine learning techniques which, when combined in a system, create human-like text, images, or other media in response to a prompt

39
New cards

Parameters

Values that are used to determine text elements and relationships and that are further refined during training

40
New cards

Corpus

In AI, this refers to the data used to train a model before it can be used

41
New cards

Prompt

A request made to a generative AI system, usually in the form of written or spoken text

42
New cards

Prompt engineering

The practice of designing inputs for generative AI tools that will produce optimal outputs

43
New cards

Hallucination

An incorrect answer provided by generative AI that is otherwise presented as correct

44
New cards

Artificial general intelligence (AGI)

Refers to software that's capable of learning and reasoning on any task or subject, including developing reasoning about topics not presented through a training corpus

45
New cards

Agentic Ai

Autonomous systems that can break down complex problems and take actions with minimal human intervention

46
New cards

Vibe coding

Developers guide AI coding tools to generate, revise, and debug applications rather than writing code line-by-line

47
New cards

Common ML algorithms (just know this visually)

knowt flashcard image
48
New cards

Reinforcement learning

Training a model by rewarding it for good outputs and penalizing bad ones, learning through trial and error

49
New cards

Regression

Predicts continuous values such as age, price, salary, etc, based on a second parameter

<p>Predicts continuous values such as age, price, salary, etc, based on a second parameter</p>
50
New cards

Classification

Predicts discrete values such as true/false, spam/not spam, credit worthy/not credit worthy

<p>Predicts discrete values such as true/false, spam/not spam, credit worthy/not credit worthy</p>
51
New cards

Correlation

A connection or mutual relationship between two or more variables

52
New cards

Negative correlation

A relationship between two or more variables that moves in opposite directions

53
New cards

Correlation strength (correlation coefficient)

A measure of how strongly variables are related

<p>A measure of how strongly variables are related</p>
54
New cards

Challenges of AI

1. Data quality, inconsistency of data, and inability to integrate data into a single dataset for AI 2. Not enough data 3. Technical staff may require training 4. Change management 5. Legal issues (data used or inability to identify how a model works) 6. Misuse of data leading to regulation that limits AI 7. Organization network and firm computers can be monitored 8. Early leaders in AI may scale and collect more data where they have a huge edge over competitors

55
New cards

1. Tasks and occupations 2. Business processes 3. Business models

Three Levels at which AI drives change