a distributed deep learning platform
Role in this project:
ML Engineer Contributions:63 commits, 27 PRs, 53 comments in 1 year 5 months
Contributions summary:Wanqi implemented and tested a Multi-Layer Perceptron (MLP) example, incorporating autograd functionality within the distributed deep learning platform. They updated the platform's tensor structure to support autograd, creating an Operation class for forward and backward functions. The user also added and modified code for a convolutional neural network (CNN) example, integrating and testing various layer operations based on the platform's autograd engine. The overall goal of the work was to enable autograd support for CNN and RNN within the distributed deep learning platform.
learning-platformdeep-learningmachine-learningdistributed-deep-learningdistributed
Contributions:13 commits, 5 PRs, 130 pushes in 10 months
javaapache