How can I join a machine learning model and an LSTM model into a single neural net?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Nagasai Bharat
2021-5-27
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!