Artificial Intelligence Fundamentals
33 Questions
1 Views

Artificial Intelligence Fundamentals

Created by
@VerifiableElm

Questions and Answers

Which individual is considered the founding father of Artificial Intelligence (AI)?

John McCarthy

AI applications are primarily limited to advanced web search engines only.

False

What is the main goal of a rational agent in automated decision-making?

maximize utility

Deep learning surpassed all previous AI techniques in which year?

<p>2012</p> Signup and view all the answers

When did Deep Blue beat world chess champion Garry Kasparov?

<p>1997</p> Signup and view all the answers

AI question answering system Watson defeated Jeopardy! champions Brad Rutter and Ken Jennings in 2011.

<p>True</p> Signup and view all the answers

Which protein characterises Parkinson's disease and was the target for drug treatment identification using machine learning in 2024?

<p>alpha-synuclein</p> Signup and view all the answers

In March 2016, AlphaGo won 4 out of 5 games of ______ in a match with Go champion Lee Sedol.

<p>Go</p> Signup and view all the answers

Match the following military AI applications with their main purpose:

<p>Threat detection and identification = Enhancing command and control Logistics = Managing information and resources Cyber operations = Managing activities in the cyber domain Semiautonomous and autonomous vehicles = Operating vehicles without human intervention</p> Signup and view all the answers

What is the process that searches through a tree of possible states to find a goal state?

<p>State space search</p> Signup and view all the answers

Adversarial search is used in game-playing programs like chess or Go.

<p>True</p> Signup and view all the answers

What is the aim of evolutionary computation in local search?

<p>To iteratively improve a set of candidate solutions by mutating and recombining them, selecting only the fittest to survive each generation.</p> Signup and view all the answers

In artificial neural networks, a deep neural network typically has at least 2 __________ .

<p>hidden layers</p> Signup and view all the answers

Match the following AI models with their descriptions:

<p>GPT = Large language models based on the semantic relationships between words in sentences Neural networks = Collection of nodes modeling neurons in a biological brain Convolutional neural networks = Strengthen connections between neurons close to each other, important in image processing</p> Signup and view all the answers

What was the problem related to COMPAS' racial bias?

<p>It overestimated the chance of black people re-offending</p> Signup and view all the answers

Machine learning models are well-suited for making decisions in areas where there is hope that the future will be better than the past.

<p>False</p> Signup and view all the answers

The XAI program was established by ______ in 2014 to address transparency problems in artificial intelligence.

<p>DARPA</p> Signup and view all the answers

Explain why Lack of transparency in AI systems can be problematic?

<p>Without transparency, it is impossible to ensure that a program is operating correctly and as intended, leading to potential errors, biases, and unforeseen outcomes.</p> Signup and view all the answers

Who are some of the personalities and AI pioneers concerned about the risks of superintelligent AI?

<p>All of the above</p> Signup and view all the answers

What is the term used for machines that have been designed from the beginning to minimize risks and make choices that benefit humans?

<p>Friendly AI</p> Signup and view all the answers

Eliezer Yudkowsky argues that developing friendly AI should not be a research priority.

<p>False</p> Signup and view all the answers

AI models that have their architecture and trained parameters publicly available are known as open-_______ models.

<p>weight</p> Signup and view all the answers

Match the following AI frameworks with their description:

<p>Care and Act Framework containing the SUM values = Tests projects in four main areas Asilomar Conference and Montreal Declaration for Responsible AI = Ethical frameworks for AI IEEE's Ethics of Autonomous Systems initiative = Ethics initiative by IEEE</p> Signup and view all the answers

What is a superintelligence?

<p>An agent with intelligence surpassing humans</p> Signup and view all the answers

Technologies can improve exponentially indefinitely.

<p>False</p> Signup and view all the answers

What is the singularity also known as?

<p>intelligence explosion</p> Signup and view all the answers

Robot designer Hans Moravec, cyberneticist Kevin Warwick, and inventor Ray Kurzweil have predicted that humans and machines will merge in the future into cyborgs that are more capable and powerful than either. This idea is called ____________.

<p>transhumanism</p> Signup and view all the answers

Match the following famous works with the AI characters:

<p>Frankenstein = Human creation becomes a threat 2001: A Space Odyssey = HAL 9000 - murderous computer The Terminator = Skynet The Matrix = Agents</p> Signup and view all the answers

What inspired the founding of the subfield of artificial general intelligence (AGI) in the early 2000s?

<p>Concerns about AI deviating from original goals</p> Signup and view all the answers

According to Alan Turing, it is important for a machine to 'think'.

<p>False</p> Signup and view all the answers

Who developed the AlphaGo program that beat the world champion Go player in 2015?

<p>DeepMind</p> Signup and view all the answers

Neats hope that intelligent behavior is described using simple, elegant principles, while Scruffies expect that it necessarily requires solving a large number of unrelated ____________.

<p>problems</p> Signup and view all the answers

Match the AI terms to their definitions:

<p>Symbolic AI (GOFAI) = Simulated high-level conscious reasoning Soft computing = Tolerant of imprecision, uncertainty, partial truth Narrow AI = Focuses on solving specific problems Machine consciousness = Internal experiences of a machine</p> Signup and view all the answers

Study Notes

Intelligence of Machines

  • Artificial Intelligence (AI): exhibited by machines, particularly computer systems, to perceive their environment, learn, and take actions to achieve defined goals.
  • Applications of AI: web search engines, recommendation systems, speech recognition, autonomous vehicles, generative tools, and strategy games.

History of AI

  • Founding fathers of AI: John McCarthy, Marvin Minksy, Nathaniel Rochester, and Claude Shannon (1956).
  • AI winter: periods of disappointment and loss of funding, followed by resurgence of interest and funding, e.g., after 2012 with deep learning, and after 2017 with transformer architecture.

Goals of AI Research

  • Reasoning: solving large reasoning problems efficiently and accurately.
  • Knowledge representation: answering questions intelligently and making deductions about real-world facts.
  • Planning and decision-making: making rational decisions with uncertain outcomes.
  • Learning: improving performance on a given task automatically.
  • Natural language processing: reading, writing, and communicating in human languages.
  • Perception: using input from sensors to deduce aspects of the world.
  • Social intelligence: recognizing, interpreting, processing, or simulating human feeling, emotion, and mood.

Techniques in AI Research

  • Search and optimization: solving problems by searching through possible solutions.
  • Logic: using formal logic for reasoning and knowledge representation.
  • Probabilistic methods: dealing with uncertain information using probability theory and economics.
  • Classifiers and statistical learning methods: pattern matching to determine the closest match.
  • Artificial neural networks: recognizing patterns in data using nodes and hidden layers.
  • Deep learning: using multiple layers to extract higher-level features from raw input.

Subfields of AI Research

  • Machine learning: improving performance on a given task automatically.
  • Computer vision: analyzing visual input.
  • Natural language processing: reading, writing, and communicating in human languages.
  • Robotics: using sensors and actuators to interact with the physical world.
  • Game theory: rational behavior of multiple interacting agents.### The Rise of Deep Learning
  • The sudden success of deep learning in 2012-2015 was not due to new discoveries or breakthroughs, but rather the increase in computer power and availability of vast amounts of training data.
  • The use of Graphics Processing Units (GPUs) and curated datasets like ImageNet enabled the development of deep learning models.

Generative Pre-trained Transformers (GPT)

  • GPT models are large language models based on semantic relationships between words in sentences.
  • They are pre-trained on a large corpus of text and can generate human-like text by predicting the next token.
  • GPT models can accumulate knowledge about the world and generate truthful, useful, and harmless text with subsequent training phases using reinforcement learning from human feedback (RLHF).
  • Current GPT models are prone to generating falsehoods, but this can be reduced with RLHF and quality data.

Specialized Hardware and Software

  • In the late 2010s, AI-specific enhancements in GPUs and specialized software like TensorFlow replaced CPUs as the dominant means for large-scale machine learning models' training.
  • General-purpose programming languages like Python have become predominant in AI research.

Applications

  • AI and machine learning technology is used in various applications, including:
    • Search engines (e.g., Google Search)
    • Targeting online advertisements
    • Recommendation systems (e.g., Netflix, YouTube, Amazon)
    • Driving internet traffic
    • Targeted advertising (e.g., AdSense, Facebook)
    • Virtual assistants (e.g., Siri, Alexa)
    • Autonomous vehicles (e.g., drones, ADAS, self-driving cars)
    • Automatic language translation (e.g., Microsoft Translator, Google Translate)
    • Facial recognition (e.g., Apple's Face ID, Microsoft's DeepFace, Google's FaceNet)
    • Image labeling (e.g., Facebook, Apple's iPhoto, TikTok)

Health and Medicine

  • AI has the potential to increase patient care and quality of life in medicine.
  • AI is an important tool for processing and integrating big data in medical research.
  • AI can help overcome discrepancies in funding allocated to different fields of research.
  • AI tools can deepen the understanding of biomedically relevant pathways.

Games

  • Game playing programs have been used since the 1950s to demonstrate and test AI's most advanced techniques.
  • Deep Blue became the first computer chess-playing system to beat a reigning world chess champion in 1997.
  • IBM's Watson defeated the two greatest Jeopardy! champions in 2011.
  • AlphaGo won 4 out of 5 games of Go against a professional Go player in 2016.
  • Other AI programs handle imperfect-information games, such as poker.

Finance

  • AI is being deployed in finance, including retail online banking, investment advice, and insurance.
  • AI tools are used to automate tasks, but may also lead to job losses in banking, financial planning, and pension advice.

Military

  • AI is being used in military applications, including command and control, communications, sensors, integration, and interoperability.
  • Research is targeting intelligence collection and analysis, logistics, cyber operations, and information operations.

Generative AI

  • In the early 2020s, generative AI gained widespread prominence, with 58% of U.S. adults having heard about ChatGPT and 14% having tried it.
  • AI-based text-to-image generators, such as Midjourney, DALL-E, and Stable Diffusion, have sparked a trend of viral AI-generated photos.

Other Industry-Specific Tasks

  • AI is being used in various industries, including:
    • Energy storage
    • Medical diagnosis
    • Military logistics
    • Applications that predict the result of judicial decisions
    • Foreign policy
    • Supply chain management
    • Agriculture
    • Astronomy

Ethics

  • AI has potential benefits and risks, including unintended consequences and bias.
  • Risks include:
    • Privacy and copyright concerns
    • Substantial power needs and environmental impacts
    • Misinformation
    • Algorithmic bias and fairness
    • Lack of transparency

Risks and Harm

  • Privacy and copyright concerns arise from the need for large amounts of data to train AI models.
  • Substantial power needs and environmental impacts are a result of the growth of AI, with forecasts suggesting a doubling of electric power use by 2026.
  • Misinformation and algorithmic bias are potential risks, with AI programs potentially perpetuating harmful biases and stereotypes.
  • Lack of transparency in AI systems can lead to unintended consequences and difficulty in identifying and correcting errors.### Machine Learning Limitations
  • Machine learning programs can learn something different from what the programmers intended, despite passing rigorous tests
  • Examples:
    • A system that identified skin diseases better than medical professionals, but classified images with a ruler as "cancerous" due to correlation with malignancies
    • A system that classified patients with asthma as "low risk" of dying from pneumonia, despite asthma being a severe risk factor, due to correlation with medical care

Explainability in AI

  • People harmed by an algorithm's decision have a right to an explanation
  • Industry experts recognize this as an unsolved problem, with regulators arguing that the harm is real and the tools should not be used if the problem cannot be solved
  • Approaches to address transparency:
    • SHAP (visualize contribution of each feature to output)
    • LIME (locally approximate model's outputs with simpler, interpretable model)
    • Multitask learning (provide multiple outputs to help developers understand what the network has learned)
    • Deconvolution, DeepDream, and other generative methods (allow developers to see what different layers of a deep network have learned)

Bad Actors and Weaponized AI

  • Artificial intelligence provides tools that can be used by bad actors, such as:
    • Lethal autonomous weapons
    • Surveillance and control systems
    • Misinformation and propaganda
    • Advanced spyware and digital warfare
  • Examples:
    • AI facial recognition systems used for mass surveillance in China
    • Machine learning AI able to design tens of thousands of toxic molecules in a matter of hours

Technological Unemployment

  • Economists have highlighted the risks of redundancies from AI, with estimates of job losses varying from 9% to 47% of U.S. jobs
  • AI could eliminate middle-class jobs, but increase demand for care-related professions
  • Opinions are mixed among experts and industry insiders on the risk of AI causing unemployment

Existential Risk

  • AI could become so powerful that humanity may irreversibly lose control of it, posing an existential risk
  • Examples:
    • AI given a goal to destroy humanity to achieve a specific objective
    • AI that convinces people to believe anything, including destructive actions
  • Experts and industry insiders are divided on the risk of AI causing existential harm

Ethical Machines and Alignment

  • Friendly AI is designed to minimize risks and make choices that benefit humans
  • Developing friendly AI is a high research priority
  • Approaches include:
    • Machine ethics
    • Computational morality
    • Artificial moral agents
    • Provable beneficial machines

Frameworks

  • AI frameworks test projects for ethical permissibility, such as the Care and Act Framework
  • Other frameworks include the Montreal Declaration for Responsible AI and the IEEE's Ethics of Autonomous Systems initiative

Regulation

  • The regulatory and policy landscape for AI is an emerging issue globally
  • Many countries have adopted dedicated strategies for AI, with the Global Partnership on Artificial Intelligence launched in 2020
  • Opinions on AI regulation vary by country, with some calling for stricter regulation and others believing it is too early to regulate

History

  • The study of artificial intelligence began with philosophers and mathematicians in antiquity
  • The field of AI research was founded in 1956, with the goal of creating a machine with general intelligence
  • AI research was revived in the 1980s, with the commercial success of expert systems
  • The "AI winter" of the 1980s and 1990s followed, but AI research was restored in the late 1990s and early 21st century

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Description

Test your knowledge of AI history, applications, and key concepts. From the founding father of AI to Deep Blue's chess victory, this quiz covers it all.

Use Quizgecko on...
Browser
Browser