Tutorial: Analyze sentiment of movie reviews using a pre-trained TensorFlow model - ML.NET
Once the model is loaded, you can extract its input and output schema. The schemas are displayed for interest and learning only. The input schema is the fixed-length array of integer encoded words. The output schema is a float array of probabilities indicating whether a review's sentiment is negative, or positive . These values sum to 1, as the probability of being positive is the complement of the probability of the sentiment being negative.
Dec-19-2019, 00:05:34 GMT