How can I join a machine learning model and an LSTM model into a single neural net?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I'm training an LSTM network on a series of music chords to classify the piece of music; however, the results are not really good at all. I have previously used the machine learning tool box to analyse the piece of music soely based on the ratios of different chords, and I have achieved significantly better results with the conventional machine learning models than I have with the LSTM. My thesis advisor told me to maybe consider combining the two techniques, ie. to use the output of the machine learning model, in this case an SVM, and feed it into a neural networ. However, I don't know how to do that in the Deep Learning Application.
0 Commenti
Risposte (1)
Nagasai Bharat
il 27 Mag 2021
Hi,
For getting the started with Deep learning using MATLAB you can use this documentation of deep learning toolbox
For using both neural networks and SVMs you could take the average of both prediction metrics to have a final prediction.
0 Commenti
Vedere anche
Categorie
Scopri di più su Sequence and Numeric Feature Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!