GSoC 2023 Logging
Community Bonding Period
Week 1 (11 May - 18 May)
- Researched about optimizers and made a list of optimizers I plan to implement.
- Momentum Optimizer
- Root Mean Square Propagation (RMSprop)
- Adaptive Moment Estimation (Adam)
- Adagrad
- Adadelta
- Didn’t do much work due to ongoing final exams.
- Next week’s goals:
- Example of fitting a Quadratic function
- Start with Basic optimizer implementation