Now this is really interesting. I've been asking myself why this hadn't happened before. Its been all software, software, software for the last decade or so. But now I get it. We are at a point in time where it makes sense to adjust the hardware to the software. Funny how things work. It used to be the other way around.
This is known as the Wheel of Reincarnation. Functionality moves to special-purpose hardware then back to software, and the cycle repeats. (The computer term is from 1968 so this has been happening for a long time.) http://www.catb.org/jargon/html/W/wheel-of-reincarnation.htm...
Google supercharges machine learning tasks with TPU custom chip
81–90 of 283 posts
Re: Google supercharges machine learning tasks with TPU custom chip
#82I wouldn't be surprised if Google is looking to build (or done so already) a highly dense and parallel analog computer with limited precision ADC/DACs. I mean that's simplifying things quite a bit, but it would probably map pretty well to the Tensorflow application.
Re: Google supercharges machine learning tasks with TPU custom chip
#83Re: Google supercharges machine learning tasks with TPU custom chip
#84Re: Google supercharges machine learning tasks with TPU custom chip
#85Earlier quoted context omitted.
to start a REAL business you SHOULD act boring. for everything else there is google.
...are you saying Google isn't a real business?
Re: Google supercharges machine learning tasks with TPU custom chip
#86Re: Google supercharges machine learning tasks with TPU custom chip
#87I think this shows a fundamental difference between Amazon (AWS) and Google Cloud. AWSs offerings seem fairly vanilla and boring. Google are offering more and more really useful stuff: - cloud machine learning - custom hardware - live migration of hosts without downtime - Cold storage with access in seconds - bigquery - dataflow
Vanilla? Boring? I read "Vanilla" and "Boring" as "Horray, I don't have to spend time rewriting all this complicated code I already have!" If I'm just dipping my toes into (say) Caffe or Theano, I don't have to rewrite it from scratch. That is a huge advantage---not a disadvantage!---of AWS over google.
Google does boring stuff very well too.. and one can argue much better than AWS as well.. take a look at Quizlet's story: https://quizlet.com/blog/whats-the-best-cloud-probably-gcp
(shamelessly biased Googler)
Re: Google supercharges machine learning tasks with TPU custom chip
#88Earlier quoted context omitted.
I don't see any mention of offering these chips for sale. You can rent them it seems via cloud offerings & that's it.
Sure, but that's the deal. I'll buy the latest nVidia 1080 card as soon as I can but renting these custom chips per minute would be a way better option for me.
Re: Google supercharges machine learning tasks with TPU custom chip
#89Earlier quoted context omitted.
This is known as the Wheel of Reincarnation. Functionality moves to special-purpose hardware then back to software, and the cycle repeats. (The computer term is from 1968 so this has been happening for a long time.) http://www.catb.org/jargon/html/W/wheel-of-reincarnation.htm...
Wonder what it will do the the industry term Full Stack Developer . Will people who call themselves that will now need to know about chip design? OT: Cool blog! :)
Re: Google supercharges machine learning tasks with TPU custom chip
#90Earlier quoted context omitted.
From the article: "TPU is tailored to machine learning applications, allowing the chip to be more tolerant of reduced computational precision, which means it requires fewer transistors per operation."
Do you reckon that means it's using small floats?
For example -> https://petewarden.com/2016/05/03/how-to-quantize-neural-net...