44 total
By the end of this topic, you should be able to:
Artificial Intelligence (AI) means making computers do tasks that normally need human intelligence. These tasks include learning from examples, spotting patterns, making decisions, and solving problems.
A simple way to think about AI is this: a normal program follows fixed instructions written by a human, but an AI system can often improve its behaviour by using data.
AI is a very broad field. Inside AI, there are smaller areas such as machine learning and deep learning. This means:
So, deep learning is a special type of machine learning, and machine learning is a special type of AI.
AI is used in many real situations, such as route planning, smart assistants, search engines, face recognition, spam filtering, and translation systems.
A graph is a structure made of nodes and edges.
A graph is useful because it can represent a real problem in a simple form. For example:
This is why graphs are helpful in AI. Many AI problems can be turned into a pathfinding problem, where the system must find the best path from one node to another.
For example, if a map is turned into a graph:
Then an AI system can search the graph to find the shortest route.
Graphs help AI because they:
Graphs are also important in machine learning because an artificial neural network can be pictured as a graph. In that graph, the nodes are artificial neurons and the edges are the weighted connections between them.
Sign in to view full notes