Efficient multi-objective peer-to-peer federated learning

Machine learning (ML) had proliferated in recent years, leading to higher scrutiny of how the training dataset is collated from multiple sources. Due to privacy concerns, Federated Learning is implemented to ensure that users’ privacy is not violated in the process of using their data for ML model...

وصف كامل

محفوظ في:
التفاصيل البيبلوغرافية
المؤلف الرئيسي: Pok, Jin Hwee
مؤلفون آخرون: Anupam Chattopadhyay
التنسيق: Final Year Project
اللغة:English
منشور في: Nanyang Technological University 2023
الموضوعات:
الوصول للمادة أونلاين:https://hdl.handle.net/10356/165873
الوسوم: إضافة وسم
لا توجد وسوم, كن أول من يضع وسما على هذه التسجيلة!
المؤسسة: Nanyang Technological University
اللغة: English
الوصف
الملخص:Machine learning (ML) had proliferated in recent years, leading to higher scrutiny of how the training dataset is collated from multiple sources. Due to privacy concerns, Federated Learning is implemented to ensure that users’ privacy is not violated in the process of using their data for ML model training. However, datasets collected from different users or devices are not identically and independently distributed. Furthermore, training on datasets that are irrelevant to the ML model’s objective is detrimental to the model’s performance in the long run. As such, the contributions for this report are as follows: 1. implementing a modified version of Floyd Warshall algorithm to include the vertex’s objective for path retrieval, 2. modifying from existing peer-to-peer federated learning algorithm to factor in vertices’ objective when ML model is transmitted from source to destination vertex.