using CNN for classification for cancer prediction

108 Views Asked by At

I have a dataset (CVS) with 1000 samples and 12 features. I want to use CNN for its binary classification. all the examples that I find are related to images or time series and I don't know how to describe input and layer for this purpose. Is anyone has any example?

1

There are 1 best solutions below

1
On

I found this really helpful link. it's the classification of iris dataset which convolutional neuron network. https://www.datatechnotes.com/2020/02/classification-example-with-keras-cnn.html