Artificial Intelligence (AI) is the field of building systems that perform tasks which normally require human intelligence: understanding language, recognizing images, making decisions, and solving problems. Modern AI is not explicitly programmed with rules; it learns patterns from data.
Types of AI by Capability -
- Narrow AI (ANI) : AI built for a specific task, such as spam filtering, face recognition, route navigation, or chatbots. All AI in use today is narrow AI, even the most capable systems.
- General AI (AGI) : A hypothetical system that matches human intelligence across any task, able to learn and reason about anything a person can. Not achieved yet; it is the stated goal of major AI labs.
- Super AI (ASI) : A hypothetical system that surpasses human intelligence in all fields. Purely theoretical.
Major Subfields -
- Machine Learning (ML) : Systems that learn from data instead of hand-written rules. The engine behind almost all modern AI.
- Natural Language Processing (NLP) : Understanding and generating human language: translation, summarization, chatbots.
- Computer Vision : Understanding images and video: object detection, face recognition, medical imaging.
- Speech : Converting speech to text (recognition) and text to speech (synthesis).
- Robotics : Combining perception, planning, and control so machines can act in the physical world.