You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digitrace exhibits the process of machine learning in the context of recognising handwritten digits. It includes a GUI interface to display the samples used to train the model, takes handwritten samples from the user, shows the samples being used, and outputs digit predictions. It is intended purely to show an implementation of ML from scratch.