Im trying to build an app to detect images which are advertisements from the webpages. Once I detect those I
ll not be allowing those to be displayed on the client side.
Basically I`m using Back-propagation algorithm to train the neural network using the dataset given here. http://archive.ics.uci.edu/ml/datasets/Internet+Advertisements
But in that dataset no. of attributes are very high. In fact one of mentors of the project told me that If u train the Neural Network with that much attributes, it`ll take lots of time to get trained. So is there a way to optimize the input dataset? Or I just have to use that many attributes?
Cheers.