Artificial Intelligence Flashcards

1
Q

What is AI?

A

A machine that uses any kind of algorithm to perform perceptual, cognitive, or conversational functions typical of the human mind, such as visual and speech recognition, learning, reasoning, and problem solving

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 3 types of AI?

A
  • Artificual Narrow Intelligence: performs specific intelligent tasks but not others.
    ex: Playing chess, driving a car, but cant do both
  • Artificial General Intelligence: hypothetical, human-level intelligence in every sense.
  • Artificial Super Intelligence: hypothetical, super-human intelligence.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 4 main subfields of AI?

A

Machine learning = Algorithms that can find patterns in data and then use those patterns to make predictions (most useful in biz)
Natural language processing (NLP) = Recognizing, understanding, producing human languages (ex: Alexa, Siri) ** use machine learning to get better
Computer vision = sees the world with cameras sensors etc. (uses ML to break down into components, get betterw and understand wtf goin on)
Robotics = physically embodied AI (manipulators like factory arms, mobile like drones/cars, humanoid like those creepy ones)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does machine learning work? WHat are hte main steps? Example?

A

Human programmers dont tell it instructions for a certain task, instead it gets trained to an algorithm so it learns how. Uses crap ton of data to train it bc need to learn patterns

1) training
2) prediction

Example: give thousands of photos and humans tag them as cat or not cat, then algorithm knows which ones mean cat and picks up patterns that apply to all cats, then learns what makes a cat and can pick out cats from nontagged photos

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some other regular examples of machine learning?

A
  • Email spam filters (starts with a standard then learns what you like/dont like)
  • Recommendation systems (YouTube, Spotify, etc.)
  • Targeted advertising algorithms (Facebook etc.)
  • Voice recognition / NLP
  • Image recognition / computer vision (i.e. driverless cars, cancer diagnosis –> see already confirmed skin cancers, then learns correlations, then predicts)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is deep learning?

A

More complex form of machine learning; multiple “layers” - separates data into stages

More complex so usually more accurate, but also harder to interpret for humans.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the ‘black box’ with AI? Issues?

A

Not always clear why AI makes a certain decision/prediction (bc many steps from input to output, so path hard to follow bc complex af)

Issues:

  • scientists/programmers cant explain how it got there bc crap ton of deep learning involved, so cant see if its doing the right thing/regulate/etc. (Ex: could be big issue if used in criminal justice or somethin bc could be doing it wrong but we wouldnt know
  • people dont want to trust it if they dont know the reasining/why/how behind the AI choices
  • black box can make it easy for companies to hide their algorithms and therefore can be used for nefarious uses/personal gain (ex: predict commiting crime again after release (recidivism), but company has financial incentive to have more people coming in bc being paid to use the AI for these cases)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Tradeoff between accuracy and interpretability?

A

Not always! sometimes the simple ones can also be very accurate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are some machine bias examples?

A
  • AI that crops photos for twitter newsfeed automatically selected white face
  • AI for video call background did not pick out black persons face and instead just made them a shirt in front of a cool background
  • AI predicting recidivism labelled African americans higher risk more often, even when adjusting for ones that actually did reoffend (more whites assigned low risk but did reoffend, and more afamer assigned high but didnt)
  • AI designed to determine if patients get extra medical attention by assigning risk scores, was disproportionaltely assigning lower scores for same level of health conditions as white person :. less likely to get extra help when needed
    • how? algorithm based partially off of healthcare costs, but afr amer use healhtcare less probably because of distrust, so less overall but still just as unhealthy etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the impacts of automation and robots on unemployment?

A
  • will take lots of the menial repetitive jobs (bc can be written into a formula)
  • soft skill based work probably okay (creativity, emotion, social skills)
  • lots will be partially automated so potential decrease overall demand for humans, but also help shift ones that stay into the more interesting parts of the job
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What has been the actual evidence of AI being used to replace jobs?

A
  • more hiring people who know how to work with and use AI, less hiring people who have same skills as the AI
  • those who have the same skill as AI receiving lower wages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is algorithm aversion? What are some examples and impacts of it?

A

= Tendency to prefer relying on humans than on algorithms for recommendations and advice

  • Doctors who get advice from an algorithm (but not another human doctor) seem less capable and professional
  • Managers who hire people using an algorithm are seen as less fair and effective (but algo is more fair bc recruiters BIASED)
  • People prefer to get medical advice from a human because they think AI ignores their unique characteristics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Is algorithm aversion ever less significant?

A

Yes, when it is an objective/quantitative task (ex: analyzing data, predicting weather, etc.)
VS people more averse to AI for subjective tasks (ex: hiring employees, composing a song, dating recommendations, etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How can one overcome algorithm aversion?

A
  • different language and framing
  • –> frame something as more utilitarian (more objective) will make people more cool with the AI recommendation
  • allow people slightly change the algorithms output = feel better about using it because have a tiny bit of control
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the law of accelerating returns? What is the singularity?

A

human progress is growing at an exponential pace, because the more advanced we are, the faster we can progress = even more advanced = even faster rate ….

Singularity = the asymptote on the curve –> the point where progress is happening at an infinite pace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can we create AGI?

A
  1. need to increase the power of computer hardware = got enough now but need to reduce the cost and space
  2. make it smarter than ANI! options:
    - – plagiarize the brain = reverse engineer the actual brain OR take slices of it and 3D model each with tech
    - – emulate evolution = make computers, give them tasks to do, highest performers breed together (combine half half) to make smarter one, then go again (iterate!)
    - – make computer fihure it out = teach AI to research AI and coding and how to change itself so can learn and improve itself as it goes
17
Q

How is AGI gonna be way better than humans even at the same level of intelligence?

A

Not limited by:

  • size/storage
  • fatigue/memory (less/no deterioration and never gets tired!)

Will be:

  • easily upgradeable
  • faster (already much faster than 200hz human brain)
  • collective capability (can sync all computers so all automatically have the same knowledge AND no one argue about different opinions etc)
18
Q

What is the intelligence explosion?

A

Since Ai teaching itself most likely, it suddenly go from below human intelligence to ASI (accelerating returns!)