Differences between Java1.7 and Java1.8 neyral net libraries
hsuvarna opened this issue · 0 comments
hsuvarna commented
Hi Ivan,
- Is there any difference between 1.7 version of NN lib and the current one?
- Can you please explain how to map the output layer of autoencoder to lables? You mentioned that common practice is to extend the autoencoder with another fully connected layer (which matches the number of units with input layer). That means we know the output layer neuron values. How to tanslate them to labels?
- I am trying the 1.7ver library with some other data sets related to spam detection. But the accuracies are lower than what I get from NB or linear-svm lib logic regression. The training error itself I am getting is around 26%.