TensorFlow.NET
TensorFlow.NET copied to clipboard
Does Tensorflow.NET support Estimators?
TensorFlow implements several pre-made Estimators and I need some of them (listed below) for my project in .NET
- tf.compat.v1.estimator.LinearRegressor
- tf.compat.v1.estimator.DNNRegressor
- tf.compat.v1.estimator.DNNLinearCombinedRegressor
But it seems estimator is not implemented in Tensorflow.NET. Is there any way for me to implement these high level API's I need in .NET?