Viewing a single comment thread. View all comments

visarga t1_iwlxe03 wrote

About representing your features - I would not feed float values directly to a neural net. I think you either need to discretise the values or to embed them like absolute positional embeddings in transformers. Or try using a SIREN on your float values directly.

1

snairgit OP t1_iwnzie7 wrote

Okay, thanks. I'll keep that in mind and I'll look into it.

1