Artificial Intelligence Mind Map

This page will definitely be updated over time.


Artificial Intelligence Mind Map


In this article, I will provide an AI mind map, which some of you will find quite useful because it combines the visual clarity of mind mapping.

I want to clarify some points that will be discussed in a further chapter.

Artificial intelligence (AI) is a broad field that uses technology to create machines and computers that can imitate human thinking. This includes abilities like understanding spoken or written language, analysing data, and making suggestions.

Machine learning (ML) is a subset of artificial intelligence that automatically enables a machine or system to learn and improve from experience.
There are 4 types of machine learning:

  • Supervised Learning: learns from labeled data.
  • Unsupervised Learning: learn from unlabeled data, learns to find hidden patterns.
  • Semi-Supervised Learning: learns from both labeled and unlabeled data.
  • Reinforcement Learning: learns from a series of reinforcements: rewards and punishments.
Something important: Reinforcement learning is not the same as semi-supervised learning, but they can be combined.