I want to train a model that will allow me to generat a LIST of tag related to certain text, my output list will have variable size depending in the context. In the examples that i found, the model return always one output. I am wondering if the Google prediction Api can help me and if there are any examples.
Google prediction api, Having the output as a list that have a variable size
241 Views Asked by Mohammed Ali Kachbouri At
1
There are 1 best solutions below
Related Questions in MACHINE-LEARNING
- How to cluster a set of strings?
- Enforcing that inputs sum to 1 and are contained in the unit interval in scikit-learn
- scikit-learn preperation
- Spark MLLib How to ignore features when training a classifier
- Increasing the efficiency of equipment using Amazon Machine Learning
- How to interpret scikit's learn confusion matrix and classification report?
- Amazon Machine Learning for sentiment analysis
- What Machine Learning algorithm would be appropriate?
- LDA generated topics
- Spectral clustering with Similarity matrix constructed by jaccard coefficient
- Speeding up Viterbi execution
- Memory Error with Classifier fit and partial_fit
- How to find algo type(regression,classification) in Caret in R for all algos at once?
- Difference between weka tool's correlation coefficient and scikit learn's coefficient of determination score
- What are the approaches to the Big-Data problems?
Related Questions in PREDICT
- R - avNNet - Predict function returns less number of rows than in test function
- Extracting r.squared values from an lmList object
- ROC curve in R using rpart package?
- Using predict for more complicated predictions
- Weka in Java - How to get predictions for IBk or KStar or LWL or
- Predicting with plm function in R
- Creating predict function in a Poisson regression
- OpenCV SVM - How to change Mat object to appropriate dimensions?
- "Intro to Statistical Learning" Chapter 5 - Resampling p.191
- Poisson predictions and constant means
- Constructing a predictive model for unbalanced panel data with positive discrete dependent variable in R
- Error ("variables with different types from the fit") when using the predict() function in R
- Poisson and prediction
- R-ARIMA parameters. How to determine arima (p,d,q) parameters?
- Error when replacing new factor levels in test dataset with `NA`
Related Questions in GOOGLE-PREDICTION
- How to access Google Prediction API with Python?
- Why does this model fail?
- "TypeError: cannot instantiate ctype 'EVP_MD_CTX' of unknown size" while trying to build google prediction api
- Error setting up environment on Google Cloud Shell to use Cloud ML
- Do Google API keys work for Prediction API?
- Getting error on ML-Engine predict but local predict works fine
- Getting a PrivateKey object from a .p12 file in Java
- Training Model for Sentiment Analysis with Google Prdection API
- Google Prediction API Service Authentication in .NET
- Connecting to Prediction API from Google API Consol using service account
- Python Google Prediction example
- Get only the top 10 results of Google Prediction instead of all results
- Latest version of Google Prediction API on Google Apps Script please
- Using app script to pass input from .csv file in Google Storage to Prediction API
- How to automatic classification of app user reviews?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It seems this is what you will get when using a CATEGORICAL rather than a REGRESSION model. From the Google documentation: https://developers.google.com/prediction/docs/developer-guide#examples
When you submit a query, the API tries to find the category that most closely describes your query. In the Hello World example, the query "mucho bueno" returns the result
...Most likely: Spanish, Full results: