Logistic regression and Keras for classification
14 October 2019
Today I would like to present an example of using logistic regression and Keras for the binary classification. I know that this previous sentence does not sound very encouraging ;-) , so maybe let's start from the basics. We divide machine learning into supervised and unsupervised (and reinforced learning, but let's...