Questions tagged [google-prediction-api]

7 questions
4
votes
1 answer

Creating training data

My task is to classify free text originated from customer complaints about our product. I have created a Taxonomy and have around 10 different categories. I've realized that these categories include keywords. Example: "Customer doesn't understand…
gogasca
  • 749
  • 2
  • 8
  • 17
3
votes
1 answer

Analyzing customer response

I'm new to ML. I'm taking over a Classification project which involves analyzing data for customers which returned a product and I need to determine the return reason (~10 categories). This data was captured at the counter, and could include words…
2
votes
1 answer

Can I install Tensorflow and Keras on Cloud?

I will like to install Tensorflow and Keras on my PC. I use 32 bits OS. I learnt Tensorflow is not compatible with 32 bits. I cannot upgrade my OS to 64 bits since my hardware does not support it. I have learnt one or two things about cloud…
Mr Prof
  • 171
  • 6
2
votes
1 answer

How to train models using Google ML ( keras & tenserflow)

Do I need to change my existing code I used to train neural network from my PC. here is my current code. Model = Sequential() Model.add(Convolution2D(32,3,3,…
Noob Coder
  • 23
  • 4
2
votes
0 answers

Tag categorizer

I'm using Google prediction API and I need to perform tag categorization for free text. So when I receive a text like "Cant update application" is tagged with #Apps #General #CantUpdate. My categories exist in 3 different levels. Level1 Level2 …
gogasca
  • 749
  • 2
  • 8
  • 17
1
vote
1 answer

Which cloud platform to maximize my impact as a data scientist?

I am looking to pick up the knowledge/software skills to move towards becoming an end to end deep learning engineer. By this I mean handling the following on my own: preprocess big data at low latency design & train deep learning models on massive…
0
votes
1 answer

Understanding ConfusionMatrix for Google Prediction API

I'm trying to analyze my training model, Google Prediction API provides analyze method to get insights for the model. Currently I want to improve confidence levels, for my predictions, I haven't found any documentation in how to read this…
gogasca
  • 749
  • 2
  • 8
  • 17