Tagged Questions
0
votes
2answers
59 views
Can I use the output of one neural network as labelled training data?
Is there a term for using the best and worst results of a neural network classifier as labelled input for another neural network? Or isn't this approach valid at all?
E.g. I train a neural network ...
1
vote
0answers
65 views
Is it a problem when scale normalization yields lot of zeros?
I use scale normalization for the features of my neural network. As many of the values occur very infrequently, i.e. the minimum count within all samples is often also the count of the feature within ...