ads

11 Julai 2024

Artificial Intelligence: Basic AI Theory

 

Question: What is the output of this Python code?
import matplotlib.pyplot as plt
plt.figure()
y = np.random.hypergeometric(ngood=5, nbad=5, nsample=6, size=100)
plt.plot(y)
plt.show()
  • A graph with the amount of good samples drawn 100 times from random hypergeometric distribution, 5 good and 5 bad options, and 6 samples drawn
Question
Place these events in the correct sequence.
  • Theoretical background for AI is created
  • First commercial AI system is developed
  • First Big Data AI system is developed
  • State-of-the-Art AI technology is developed
Question
Which of the following approaches enable ethical use of AI?
  • Using encryption to secure computations
  • Utilizing control structures to prevent undesired actions
  • Federated learning approach to anonymize data


Question

Match the qualities of overfitting and underfitting.

  • Underfitting - Connections between neurons do not form well enough - Low amount of repetitions (epochs) on data training
  • Overfitting - Large amount of repetitions (epochs) on data training - Dataset memorization - Model may perform well on training and validation data, but not on new data


Question

Identify features of a regular software system and an AI system.

  • Regular Software - Is a deterministic system - Execution of the product poses no uncertainty - Clear technical requirements
  • Artificial Intelligence - Performs differently based on input data - Processing steps are not directly programmed by the developer

Question

Which of these packages have databases included as a part of them?

  • TensorFlow
  • SK-Learn

Question

Rank these fields by their presence in AI research throughout history.

  • Text Processing AI
  • Computer Vision AI
  • Communication AI
  • Big Data AI
  • AI for Robotics


Question

Match the following AI tools with their functions.

  • Helps a machine learn from its mistakes
  • Helps a machine understand its objectives and possible dangers in its environment
  • Used to make quantifying predictions or identify objects
  • Developed based of neuron structure inside our brains and can be used for object detection, text understanding, and more

Question
Which of the following is a way Big Data benefits Artificial Intelligence
  • Use of Big Data AI gives businesses an opportunity for competitive advantage
  • New models can be trained with larger datasets
  • Internet increases data availability and makes it more accessible

Question

Match reliable and unreliable conditions of using AI.

  • Unreliable conditions - Fully automated marketing through AI technology - Self-driving technology during heavy snow - AI doctor with no human oversight
  • Reliable conditions - AI tested in a fully controlled laboratory environment - AI assistant used for data processing task

Question
Which of these are key mistakes to look for in AI development?
  • AI doing its own thing
  • User corruption
  • Disconnect between AI developers and their customers
  • Racial bias

Question
Match a particular research breakthrough with its description.
  • AlphaStar - AI agent which can play e-sports better than professionals
  • GAN - Neural networks utilized for data generation based on examples - Neural networks utilized for image generation based on examples
  • RF-Pose - Technology which allows to utilize signal strength to track object position

Related Posts:

  • Phoenix BIOS beep codes1-1-1-3Verify Real Mode.1-1-2-1Get CPU type.1-1-2-3Initialize system hardware.1-1-3-1Initialize chipset registers with initial POST values.1-1-3-2Set in POST flag.1-1-3-3Initialize CPU registers.1-1-4-1Initialize cache to ini… Read More
  • Netsh CommandWhat's Netsh?Netsh is a command-line scripting utility that allows you to, either locally or remotely, display, modify or script the network configuration of a computer that is currently running. The following examples based … Read More
  • AMI BIOS beep codes1 short ~ DRAM refresh failure2 short ~ Parity circuit failure3 short ~ Base 64K RAM failure4 short ~ System timer failure5 short ~ Process failure6 short ~ Keyboard controller Gate A20 error7 short ~ Virtual mode exception e… Read More
  • Apa itu RoutingDi dalam sesebuah rangkaian, data perlulah dihantar dan dikirim dengan tepat dan betul. Rangkaian komputer kompleks biasanya terdiri daripada koleksi LAN yang dijalinkan antara satu sama lain. Kerja-kerja mengirim ini dilaksa… Read More
  • IBM BIOS beep codesNo BeepsNo Power, Loose Card, or Short.1 Short BeepNormal POST, computer is ok. No problem2 Short BeepPOST error, review screen for error code.See screenContinuous BeepNo Power, Loose Card, or Short.Repeating Short BeepNo Pow… Read More