Questions tagged [google]

For questions related to Google in the context of AI (e.g. related to Google Translate). Google is an American multinational technology company specializing in internet-related services and products.

16 questions
20
votes
1 answer

Would Google's self-driving-car stop when it sees somebody with a T-shirt with a stop sign printed on it?

In Hidden Obstacles for Google’s Self-Driving Cars article we can read that: Google’s cars can detect and respond to stop signs that aren’t on its map, a feature that was introduced to deal with temporary signs used at construction sites. Google…
kenorb
  • 10,423
  • 3
  • 43
  • 91
8
votes
1 answer

What is an intuitive explanation of how Google's AutoML works?

I recently read that Google has developed a new AI that anyone can upload data to and it will instantly generate models, i.e. an image recognition model based on that data. Can someone explain to me in a detailed and intuitive manner how this AI…
Seth Simba
  • 1,176
  • 1
  • 11
  • 29
7
votes
1 answer

Who manufactures Google's Tensor Processing Units?

Does google manufacture TPUs? I know that google engineers are the ones responsible for the design, and that google is the one using them, but which company is responsible for the actual manufacturing of the chip?
Alecto Irene Perez
  • 599
  • 1
  • 6
  • 10
4
votes
2 answers

Why is it illegal for Google's autonomous car to drive on the road by itself?

If we have well designed autonomous AI vehicles, then why won't the USA government allow it to be witnessed in the public?
4
votes
2 answers

Why do self-driving cars use a radar?

The slideshow 10 astonishing technologies that power google’s self-driving cars documents some of the technologies used in Google's self-driving car. It mentions a radar. Why does Google use radar? Doesn't LIDAR do everything radar can do? In…
Crashalot
  • 149
  • 4
4
votes
1 answer

Can Google's patented ML algorithms be used commercially?

I just find that Google patents some of the widely used machine learning algorithms. For example: System and method for addressing overfitting in a neural network (Dropout?) Processing images using deep neural networks Methods and apparatus for…
malioboro
  • 2,729
  • 3
  • 20
  • 46
3
votes
1 answer

How does Google's search engine choose its autocomplete solution?

While writing a paper yesterday this strange thing happened to me. I was writing it in Word, and wasn't satisfied with the repeated usage of the word "release" in the last few sentences. So, I've decided to open up Google and started to enter the…
3
votes
0 answers

How did MuZero learn the rules of chess?

Google says that their new AI program MuZero learnt the rules of chess and some other board games without being told so. How is this even…
Siddhartha
  • 413
  • 2
  • 11
3
votes
0 answers

How to use TPU for real-time low-latency inference?

I use Google's Cloud TPU hardware extensively using Tensorflow for training models and inference, however, when I run inference I do it in large batches. The TPU takes about 3 minutes to warm up before it runs the inference. But when I read the…
3
votes
1 answer

How do Google cars recognize the traffic signs?

The paper Multi-column Deep Neural Networks for Image Classification (pages 7-8) shows an attempt at recognizing the traffic signs, with lower error rates, by using multi-column deep neural networks. Are Google cars using similar techniques of…
2
votes
1 answer

Does this diagram represent several LSTMs, or one through several timesteps?

I'm trying to read this paper describing Google's LSTM architecture for machine translation. It features this diagram on page 4: I'm interested in the encoder block, on the left. Apparently, the pink and green cells are LSTMs. However, I can't tell…
2
votes
1 answer

How is the reCaptcha useful for Google?

I am wondering where Google uses the result from deep learning of reCaptcha (how can a system that knows to recognize street signs is useful somewhere? how they profit from it?)
hyperscience
  • 123
  • 2
2
votes
1 answer

How does Google's self-driving car identify pedestrians?

Based on the article Google's self-driving cars can now spot cyclists: Sensors can read hand signals and predict rider's behaviour, Google's self-driving cars can spot cyclists, cars, road signs, markings, traffic lights, and pedestrians. How…
kenorb
  • 10,423
  • 3
  • 43
  • 91
2
votes
1 answer

Would you term Google's Captchas as Turing Test?

Quoting from Wikipedia page on Turing Test The Turing test, developed by Alan Turing in 1950, is a test of a machine's ability to exhibit intelligent behaviour equivalent to, or indistinguishable from, that of a human. Turing proposed that a human…
user79161
  • 359
  • 1
  • 12
1
vote
1 answer

Google's Principles of Artificial Intelligence

Earlier this month, Google released a set of principles governing their AI development initiatives. The stated principles are: Objectives for AI Applications: Be socially beneficial. Avoid creating or reinforcing unfair bias. Be built and tested…
DukeZhou
  • 6,237
  • 5
  • 25
  • 53
1
2