OpenCV Neural Network Sigmoid Output
问题 I have been using OpenCV for a quite time. I decided to check its power for Machine Learning lately. So I ended up with implementing a neural network for face recognition. To summarize my strategy for face recognition : Read images from a csv of some face database. Roll images to a Mat array row wise. Apply PCA for dimensionality reduction. Use projections of PCA to train the network. Predict the test data using the trained network. So everything was OK until the prediction stage. I was using