Certified Information Privacy Technologist (CIPT) — Question 150
In the realm of artificial intelligence, how has deep learning enabled greater implementation of machine learning?
Answer options
- A. By using hand-coded classifiers like edge detection filters so that a program can identify where an object starts and stops.
- B. By increasing the size of neural networks and running massive amounts of data through the network to train it.
- C. By using algorithmic approaches such as decision tree learning and inductive logic programming.
- D. By hand coding software routines with a specific set of instructions to accomplish a task.
Correct answer: B
Explanation
The correct answer, B, highlights that deep learning utilizes larger neural networks and massive datasets to improve training effectiveness. Other options, such as A, C, and D, involve traditional programming techniques or simpler machine learning methods that do not leverage the full capabilities of deep learning.