Search code examples
deep-learningweka

How to make classification with deep learning?


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


Solution

  • I knew that CNN used for 3D like images so I can't use it on my file another algorithm from deep learning like Deep Belief network can use