- 
                
                    Implementing a Siamese Network for Similarity LearningBuild and train a **Siamese network** on a dataset like MNIST. The network takes pairs of images as input and learns to determine if they belong to the same class (a positive pair) or different... 
- 
                
                    Implementing a Graph Neural Network (GNN) LayerImplement a simple **Graph Neural Network (GNN) layer** for node classification on a small graph. The layer should aggregate features from a node's neighbors and combine them with the node's own... 
            
            
                
                    1