Skip to content

Jack Nguyen log

SimpleArt edited this page Dec 3, 2021 · 10 revisions

9/17/21: Implemented improved structure compared to the book. Merged with main branch.

9/18/21: Implemented abstract loss. Improved type-hints.

9/22/21: Cleaned up imports.

9/27/21: Worked with Dan on implementing pickle functionalities.

10/8/21 - 10/10/21: Implemented optimizer/model training.

10/12/21: Started working on making trained models.

10/15/21: Worked on making models saveable.

10/20/21: Worked on making models saveable with pickle.

10/25/21: Helped redesign the examples structure.

10/27/21: Implemented learning rate tuning and improved momentum features.

11/4/21: Refactored printing, plotting, and termination callbacks as builtin functions.

11/17/21: Refactored printing, plotting, and termination callbacks so that they are more cohesive as classes.

11/30/21: Fixed bugs during model saving.

12/1/21: Reduced likelihood of overflow warnings.