wwang2
wwang2
I am here to reporting some dubious results from the derivative of a matrix inversion for the diagonal matrix. Package version: [f6369f11] ForwardDiff v0.10.14 `A = [0.5 0 0 ;...
Hi! Thanks for the implementation I think there might be some problem when implementing the conv1d layer here: https://github.com/cxhernandez/molencoder/blob/1d7e208713d8e97683650b1bbc37a9fa298b4ce0/molencoder/models.py#L56 I think the definition of `o' and `i' are swapped. The...
Thanks for the nice work. We are trying to make your work into an ML problem set for our class. I have a question about one-hot encoding code here https://github.com/MedChaabane/deepRAM/blob/87014f400d9bdeb96f04f7ae977071188deaebeb/deepRAM.py#L35...