Autoencoders learn to copy input data to output. The key metric is Reconstruction Loss. It measures how close the output is to the input. Lower loss means the model is better at capturing important features.
Common losses are Mean Squared Error (MSE) or Binary Cross-Entropy (BCE) depending on data type. Accuracy is not used because autoencoders do not classify but reconstruct.