Data matrices , training iterations , batch size , autoencoder , , , with weights , learning rate , loss weight tuning parameters , , OT update frequency . |
Initialize all , matrices with zero matrices. |
for
do
|
Sample cells where each subset has cells. |
Compute , ,
|
Compute
|
Perform gradient descent step on autoencoder weights
|
if
then
|
Update , , using current embeddings. |
end if
|
end for
|