Artificial Intelligence (AI) is a field of computing that develops systems capable of performing tasks that would normally require human intelligence. This includes learning, reasoning, perception, pattern recognition, and decision-making. It uses mathematical models to analyze data and learn from it. The existing models are:
- Machine Learning (ML) = Models that allow computers to learn from data and make predictions or decisions without being explicitly programmed to perform these tasks
- Deep Learning (DL) = Models that use Neural Networks with multiple layers (models inspired by the structure and functioning of the human brain, to model and solve complex problems.
- Generative AI = The intelligence, capable of creating new content, such as text, images, music and even videos, based on patterns learned from existing data.
- Supervised = In supervised learning, the model is trained with data that already has the associated responses (labels). In other words, you provide the model with input examples and the respective desired outputs
- Unsupervised = The model works with data that does not have labels. The goal is to discover hidden patterns or structures (classification) within the data without knowing in advance what the correct outputs are, that is, "no output"
- Reinforcement Learning = In reinforcement learning, the model learns by trial and error, that is, it makes decisions in a dynamic environment, and learns from the feedback it receives, indicating errors, but not providing solutions