Submitted by snairgit t3_ywu1vf in MachineLearning
visarga t1_iwlxe03 wrote
Reply to comment by snairgit in [P] Thoughts on representing a Real world data by snairgit
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.
snairgit OP t1_iwnzie7 wrote
Okay, thanks. I'll keep that in mind and I'll look into it.
Viewing a single comment thread. View all comments