Intern
● Worked on Social Activity Matching using Graph Neural Networks to match users with relevant social events.● Developed feature vectors using dimensionality reduction techniques (PCA) for GNN model input.● Trained the GNN model with Adam Optimizer and negative log-likelihood loss function.● Utilized tqdm for progress tracking during model training.● Implemented a GraphSAGE-based GNN with SAGEConv layers using PyTorch and torch geometric.