This is an example of multiple order modeling for accuracy improvement in deep neural networks. Different approaches are shown on how to use
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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
Citar como
Mohammad (2026). Multiple order modeling for deep learning (https://github.com/muquitMW/multiple_order_modeling/releases/tag/1.1), GitHub. Recuperado .
Información general
- Versión 1.1 (335 KB)
-
Ver licencia en GitHub
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.1 | See release notes for this release on GitHub: https://github.com/muquitMW/multiple_order_modeling/releases/tag/1.1 |
