Since CNN(Convolutional Neural Networks) have achieved a tremendous success in various challenging applications, e.g. image or digit recognitions, one might wonder how to employ CNNs in classification problems with binary outcomes. Below is an example showing how to use a simple 1D convolutional neural network to predict credit card defaults. Considering that 1D is the …