Replies: 1 comment 7 replies
-
If you have tabular metadta, you can try concating those features at the end of the neural network with a You can try to add the Gradient Blending callback to that learner and see if that improves learning better from each modality. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I have categorical metadata (let`s assume federal states or similar attributes) how can I feed this additionally to Tsai?
One I.e. how can I ideally have Tsai calculate an embedding for the categories and concatenate the embeddings with the slide time-series data and then finally feed the whole data matrix to the neural network.
Beta Was this translation helpful? Give feedback.
All reactions