dotnet / dotnet/machinelearning-samples
Add Simple Feature Vector TensorFlow Example
- Dominant language
- PowerShell
- Stars
- 4.7k
- Forks
- 2.7k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.