Discover how artificial intelligence concepts such as machine learning, deep learning, and computer vision are transforming industries, introducing new capabilities, and raising unique challenges.
Which of the following accurately describes the difference between Narrow AI and General AI?
Explanation: Narrow AI specializes in single tasks, like image recognition, while General AI encompasses full human cognitive abilities. The other options incorrectly state the capabilities and features of these AI types; language and image processing are not exclusive to either, and neural networks can be used in both. Human supervision is not a defining trait distinguishing Narrow from General AI.
What is the main purpose of machine learning algorithms?
Explanation: Machine learning algorithms learn from data, enabling them to identify patterns and improve in their tasks. The other selections misrepresent machine learning: following static instructions or generating random outputs are not characteristics of ML, and simply storing data does not involve learning or adapting.
How does deep learning differ from traditional machine learning approaches?
Explanation: Deep learning leverages artificial neural networks with multiple layers, enabling advanced pattern recognition and interpretation inspired by human brain structures. Unlike claims among the distractors, deep learning requires large datasets, is applied to various data types like images, text, and sound, and does not disregard all prior learning for new inputs.
Which application is a common use of natural language processing in AI systems?
Explanation: NLP enables machines to understand and generate human language, making technologies like chatbots and voice assistants possible. Object detection is related to computer vision, hardware monitoring is unrelated to language processing, and random number generation is not specific to NLP.
What is the key distinction between supervised and unsupervised learning techniques?
Explanation: Supervised learning relies on labeled data to guide the model, while unsupervised learning uncovers patterns without labeled outcomes. The other options confuse the techniques' applications or data needs and inaccurately assign specific tasks only to one method.