18.1 Artificial Intelligence (AI) (3)

Resources | Revision Questions | Computer Science

Login to see all questions

Click on a question to view the answer

1.

Explain how graph data structures are beneficial in representing knowledge and relationships within Artificial Intelligence (AI) systems. Provide specific examples of AI applications where graph representations are commonly used.

2.

Consider a scenario where an AI system needs to identify fraudulent transactions in a financial network. How could a graph data structure and graph algorithms be used to address this problem? Explain the types of nodes and edges you would use, and describe the algorithm(s) you would apply. What are the potential advantages and disadvantages of this approach?

3.

Consider the application of artificial neural networks in image recognition. Describe how a convolutional neural network (CNN) architecture is specifically designed to address the challenges of processing image data. Include a discussion of convolutional layers, pooling layers, and the role of filters in feature extraction.