Multiple order modeling for deep learning

Versione 1.1 (335 KB) da Mohammad
This is an example of multiple order modeling for accuracy improvement in deep neural networks. Different approaches are shown on how to use
95 download
Aggiornato 13 ago 2020

Introduction
This is an example of multiple order modeling for accuracy improvement in deep neural networks.
Different approaches are shown on how to use the outputs of a category prediction model as predictors for a second model.
Time series instances of samples are used as multiple inputs (for example N frames of a video is used as N image inputs) for model,
and those N number of predicted output (probability density) is used as predictors for the second model.

Data
We attach a set of simulated data for testing this approach.
Details regarding the data is available in comment section of FE_DataLoad.m

Supporting function
A function (trainClassifier.m) attached here for training data with SVM algorithm is called by the scripts.
This function is generated using MATLAB's CalssifierLearner App's code generation functionality

Cita come

Mohammad (2024). Multiple order modeling for deep learning (https://github.com/muquitMW/multiple_order_modeling/releases/tag/1.1), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2019b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1

See release notes for this release on GitHub: https://github.com/muquitMW/multiple_order_modeling/releases/tag/1.1

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.