MIS560

5.0(1)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/52

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

53 Terms

1
New cards
reactive machines AI
basic operations; simplest, no learning
2
New cards
limited memory AI
predictive; store previous data to make bettter predictions
3
New cards
theory of mind AI
interact with thoughts of humans; do not exist yet, are in development
4
New cards
self-ware AI
evolved to be akin to the human brain that it has self-awareness (has it’s own emotions & understand emotions)
5
New cards
supervised
trained with given sample data with a known output
6
New cards
unsupervised
trained with given sample data without a known output
7
New cards
semi-supervised
combination of supervised and unsupervised learning
8
New cards
reinforcement
trained by trial and error; program explores their environment and receives or negative rewards based on actions
9
New cards
Types of supervised ML algorithms
linear regression, logistic regression, & Naive Bayes classifier
10
New cards
Deep Learning
based on learning examples (like humans) using artificial neural network; mimics neurons in the human brain
11
New cards
types of unsupervised ML algorithms
K means clustering, apriori
12
New cards
Deepfakes
use of AI and ML to create lifelike but fake images of real people, AI is fed images of the person to replicate, even voices
13
New cards
Ethics of Deepfakes
misinformation, cyberbullying, dead actors & influencers, laws
14
New cards
In functional programming, was is data center around?
functions
15
New cards
What kind of programming are we most familar with?
Imperative & OOP programmin
16
New cards
What are some benefits or functional programming?
concurrency, fault tolerance, easier to debug, shorter code, more math-based
17
New cards
Lewin’s 4 Golden Rules of Changes

1. change should only be implemented for good reason, 2. change is most effective when done gradually 3. change should be planned and not sporadic or sudden, 4. strive to include individuals who may be affected by the change as much as possible in planning for the change
18
New cards
3 Stage model
unfreeze(ensure ready for change), change (execute the intended change), refreeze (change becomes permanent)
19
New cards
Things that can help change
help people understand what’s in it for them, some people may be harmed by the change: this is important to actively manage
20
New cards
Critiques of the model
it is quaint & simple for the modern era, linear in nature when projects and change are often not, little to no emphasis on people’s emotional journey
21
New cards
ethics are involved at multiple levels
individual, community, business, government, society
22
New cards
what is ethics?
refer to standards and practices that tell us how humans ought to act in multiple situations and different roles
23
New cards
What is ethics NOT?
feelings, religion, law, accepted norms, science
24
New cards
What are the 6 ethic lenses?
rights, common good, utilitarian, virtue, care ethics, justice
25
New cards
The rights lens
ethical action is the one that best protects and respects the moral rights of those affected; dignity based on human nature, choose freely to live their own lives
26
New cards
The justice lens
each person should be given their due, and what people are due are often interpreted as fair or equal treatment; people are treated as equals but not necessarily the same
27
New cards
different types of justice
social, corrective, retributive, restorative, distributive
28
New cards
The utilitarian lens
ethical action is the one that produces the greatest balance of good over harm for the most stakeholders; the greater good
29
New cards
the common good lens
interlocking relationship of society are the basis of ethical reasoning; respect and compassion for all others are requirements of such reasoning; life in community is a good itself
30
New cards
The virtue lens
ethical actions ought to be consistent with certain ideal that provide for full development of humanity; ancient approach
31
New cards
Virtues are dispositions and habits that enable us to act according to the highest potential of our character. These include:
honesty/integrity, courage/fidelity, compassion/generosity, tolerance/fairness, love/self-control
32
New cards
The care ethic lens
is rooted in relationships and in the need to listen and respond to individuals in their specific circumstances; not merely following rules or calculating utility; connects interpersonal duties to social duties
33
New cards
Main problems of these lenses:
definition of human & civil rights, definition of what constitutes the common good, definition of what is a good and what is a harm
34
New cards
What pending question does the different lenses lead to different answers?
What is ethical?
35
New cards
5 steps within the framework for ethical decision-making

1. identify the ethical issues
2. get the facts
3. evaluate alternative actions
4. choose an option for action & test it
5. implement your decision & reflect on the outcome
36
New cards
What is data analytics?
analyzing raw data to formulate conclusions
37
New cards
descriptive analytics
what HAS happened
38
New cards
predictive analytics
what COULD happen
39
New cards
prescriptive analytics
what SHOULD happen
40
New cards
diagnostics
WHY did something happen
41
New cards
Stages of a Process flow

1. data collection/extraction,
2. data organization/storage,
3. data cleaning & transformation,
4. KPI (Key Performance indicator)/insight derivation
5. data visualization
42
New cards
common use cases of D.A.

1. e-commerce
2. manufacturing
3. IT security
4. healthcare
43
New cards
Benefits of Data Analytics

1. **performance measurement**


1. social media usage & engagement
2. summarize effectiveness of marketing campaigns or business operations
3. interpreting survey results
2. **improvement of business processes**


1. more efficient inventory forecasting
2. pattern detection to prevent fraudulent activity
3. risk reduction
44
New cards
What are some ethical concerns around data analytics?

1. privacy & security
2. transparency & accountability
3. fairness & non-discrimination
45
New cards
ethical determining questions

1. is it legal?
2. is it ethical?
3. how will our customers react?
46
New cards
Pros of Proliferation of Data Privacy

1. stronger consumer protections
2. more responsible use of data by corporations
3. improved ability to respond to breaches
4. stronger requirements to notify of breaches and ability to impose penalties
47
New cards
Cons of Proliferation of Data Privacy

1. significant organizational effort to implement
2. different protections in different states
3. frequently law makers do not understand all issues involved
4. largely operates on trust - cannot check that everyone did it correctly
48
New cards
Ethics of AI examples

1. biases in systems
2. liability in failure
3. profiling & unnecessary intrusion
4. plagiarism
5. unnecessary collection
49
New cards
Problems with monolith

1. long build/test/release cycles
2. scalability is compromised
3. lack of agility
4. software architecture is hard to maintain and evolve
5. system operation is difficult
6. lack of innovation
7. slow development pace
50
New cards
Microservices
software architecture style in which complex applications are composed of small, independent processes communication with each other using language-agnostic APIs. (highly decoupled & focuses on smaller tasks)
51
New cards
Benefits of a microservice architecture

1. improves fault isolation
2. eliminates long-term commitment to a single technology stack
3. improved agility
4. provides the ability to “fail fast” and recover fast
52
New cards
What is the trade-off of microservices?

1. can be complex


1. some services can be up while others are down
2. remotes calls experience latency
2. premium placed on automated deployment
3. increased security vulnerabilities
4. more complex data management
53
New cards