-
Notifications
You must be signed in to change notification settings - Fork 5
Classifier Training
Hervé Bitteur edited this page May 5, 2017
·
3 revisions
We use a Convolutional Neural Network (CNN) very similar to the one in use within Audiveris V5.
It is implemented on top of the Java library DeepLearning4J, and consists in 6 layers:
- ConvolutionLayer
- SubsamplingLayer
- ConvolutionLayer
- SubsamplingLayer
- DenseLayer
- OutputLayer
We plug the DeepLearning4J Training UI so that we can monitor the training of the network via a browser window opened on http://localhost:9000