machinelearning-samples icon indicating copy to clipboard operation
machinelearning-samples copied to clipboard

Add Simple Feature Vector TensorFlow Example

Open Bonifatius94 opened this issue 3 years ago • 1 comments
trafficstars

Hello everyone,

I think I've finally figured out how to send a simple float feature vector down to a TensorFlow model, do some predictions on it and retrieve it back. It doesn't seem to be be very complex, but there's no example for such a basic use-case (like the house price estimator).

Also for data pipelines, you only outline very specific examples like training on images, text or csv spreadsheets. But it would be nice to add a more general example that loads a list of float feature vectors. That way, people can learn how to implement much more generic algorithms like reinforcement learning.

Wouldn't it be nice to provide an example like I mentioned? Let me know what you think about it.

Best wishes, Marco

Bonifatius94 avatar Sep 23 '22 13:09 Bonifatius94

Hi @Bonifatius94

Thanks for this suggestion. It sounds like you already have a solution and are familiar with the scenario. We'd welcome contributions to this repo, or if you'd like to do it in a separate repo, we'd be happy to link to it in the community samples page.

luisquintanilla avatar Oct 11 '22 14:10 luisquintanilla