-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The question of model #8
Comments
Hi,
All the codes are very similar in structure and concept except for the model and its required data formatting. |
I'm very glad for your reply. I am pleasure to get your explanation why you still use Gaussian model before using svm classifier, and why choose Gaussian HMM model instead of Gaussian mixture model or something else. |
I get your confusion, the code is not clean enough and I am working on it. The only places where I mix GMMs with another model are in the NN (Neural Network) and the SVM (Support Vector Machines) code; In these 2 examples I used the means of the Gaussian Mixture Models as the input features for the NN or the SVM. |
Hi, thank you for sharing your code.I am using your code for my further research recently. And now I have a question in the process of practice. I am appreciation it if get your answer.
In the model training of the Code file, you used the Gaussian mixture model. But in the model training of the nnCode, svmCode, and hmmCode files, you used the Gaussian HMM. Why should it be set like this?
The text was updated successfully, but these errors were encountered: