tmu icon indicating copy to clipboard operation
tmu copied to clipboard

No support for tracking results during training (tm.fit())

Open OleGunvaldsen opened this issue 2 years ago • 1 comments

There is no support for tracking loss/accuracy during training and testing of the tsetlin machine. The only data that is available is the end results. It would be helpful to see the data as the machine is training to gain insight in how the machine learns over time.

OleGunvaldsen avatar Jan 19 '23 20:01 OleGunvaldsen

Will look into implementing similar interface as seen in keras/pytorch

perara avatar Jan 19 '23 21:01 perara