Algorithm 1: Auto-encoder training algorithm. |
Input: Sets of data to train Output: encoder , decoder Initialize network parameters repeat Compute mean squared error Update parameters by SGD until convergence of parameters () |
Algorithm 1: Auto-encoder training algorithm. |
Input: Sets of data to train Output: encoder , decoder Initialize network parameters repeat Compute mean squared error Update parameters by SGD until convergence of parameters () |