Graph Convolutional Networks
Jan 2020 - Jul 2020 (7 months)
Designed a Recommender System utilizing P-GNNs (ICML'19), for product recommendation, modelling users and items as nodes in a graph Implemented Neural Network, Decision Tree, Random Forest and SVM from scratch. Attained an accuracy exceeding 75% by deploying a Deep Learning model (ResNet51) using TensorFlow, executed on Google Colab Developed an efficient Nearest-Neighbour Classifier that can classify each object in O(log S) time using VP-Trees