Changes between Version 4 and Version 5 of Other/Summer/2023/Inference
- Timestamp:
- Jul 5, 2023, 3:01:31 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Inference
v4 v5 10 10 11 11 12 **Objective:** The purpose of this project is to use ORBIT in order to 12 Objective: The purpose of this project is to use ORBIT in order to design and run experiments which will analyze the training and prediction of various ML models across multiple edge devices. Additionally, students will develop a latency profiling framework for MEC-assisted machine learning using cutting edge techniques such as splitting models across multiple orbit nodes and networks, as well as early exit. They will then analyze these models for latency and accuracy tradeoff analysis, along with measuring network delays. 13 13 14 Main objectives15 - learn how to design and run experiments on ORBIT16 - prototype a handoff scheme for ML prediction17 - develop a latency profiling framework for MEC-assisted machine learning18 19 – Split the network, early exit, simulate multiple CPU speeds, network delays20 14 21 15 **Progress