I have ARFF(Attribute-Relation File Format)that use in weka this file contain binary features (0,1) and the class label also binary (0,1) . I want to make classification for this file with Convolutional neural network . How can I write code for my model , all tutorialwrite about classification for image . Can you help me