Accuracy in machine learning measures the proportion of correct predictions a model makes out of all predictions, providing a straightforward assessment of overall performance. It is calculated by dividing the number of correct predictions by the total number of predictions. While useful, accuracy can be misleading for imbalanced datasets, where other metrics like precision and recall might give a clearer performance picture.