Role in this project:
Data Scientist Contributions:1 release, 34 commits, 12 PRs in 9 months
Contributions summary:Bethany's primary contribution involves developing a notebook focused on MNIST handwritten digit classification using Multi-Layer Perceptrons (MLPs). The user implemented a linear model and then explored improvements by implementing sigmoid and softmax activations, and also the creation of a full network for a multi-layer perceptron. The user is also working on implementing regularizations, and evaluating performance with accuracy metrics and visualized plots of losses.