DLextras

Version 0.2 (19,3 KB) von Jeremy Lea
Matlab Deep Learning custom layers and other helpers
11 Downloads
Aktualisiert 7. Jun 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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2022b
Kompatibel mit R2022a und späteren Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen
Version Veröffentlicht Versionshinweise
0.2

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

0.1

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.