DLextras

Versione 0.2 (19,3 KB) da Jeremy Lea
Matlab Deep Learning custom layers and other helpers
8 download
Aggiornato 7 giu 2024

Extra Layers and helpers for the Matlab Deep Learning and Reinforcement Learning Toolkits

onehotLayer

Converts integer index values into "one hot" encoded (i.e. indicator) variables within the network so you don't have to do it in the data. Particularly helpful for discrete action spaces when not using the rlVectorQValueFunction.

PositionEncode

The "Attention is all you need" fixed position encoding scheme. Slightly modified to support non-contigous positions.

extractTime

Extract one time from a sequential input, like LSTM layer OutputMode='last', but without the LSTM part. Also modified to allow you select a particular item in the sequence.

Cita come

Jeremy Lea (2024). DLextras (https://github.com/jeremylea/DLextras/releases/tag/v0.2), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2022b
Compatibile con R2022a e release successive
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
0.2

See release notes for this release on GitHub: https://github.com/jeremylea/DLextras/releases/tag/v0.2

0.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.