ankitaggarwal011/PyCNN

Use PyCNN to do binary classification

alianoroozi opened this issue · 2 comments

Hi. I want to thank you for the code. I have a question, though. Can PyCNN be used for binary classification of numerical data?

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.

Hi. Thank you for the code. I have a question. Can PyCNN be used for images classification? thank you.