Udemy Android Bootcamp projects
Movie Paging App
- Implementing the Paging 3 library to display movie data with images and ratings from an online big database.
- Query data with Retrofit.
- Utilized Dagger Hilt for dependency injection for cleaner and more maintainable code.
- You can view the code for this project and more projects such as Journal App using Firebase etc here: https://github.com/ellenatsu/Udemy_Android_projects.
AI school summer project
Optimizing Federated Learning with Lottery Tickets
- Designed a new federated learning framework on Pytorch.
- Created new algorithm based on deep reinforcement learning and identified a key model substructure which reduced the communication rounds by 64% on MNIST.