Use PyCNN to do binary classification
alianoroozi opened this issue · 2 comments
alianoroozi commented
Hi. I want to thank you for the code. I have a question, though. Can PyCNN be used for binary classification of numerical data?
ankitaggarwal011 commented
Hey @alianoroozi, not directly. PyCNN is designed for image processing. In order to do classification of numerical data, you would need something like this https://ieeexplore.ieee.org/document/7926973.
shifaniadriani commented
Hi. Thank you for the code. I have a question. Can PyCNN be used for images classification? thank you.