Faster A.I with Microsoft's Brainwave
Alright, after Google announced the TPU(Tensor Processing Unit) to accelerates artificial intelligence systems (by accelerating neural network computations behind the scene). Microsoft not wanting to left behind recently announced Brainwave.
According to reports, the aim of Brainwave is to focus on deep neural nets computing via FPGA (field-programmable gate array) technology. This allows Microsoft to adapt its infrastructure more effectively to cater for the growing demands for artificial intelligence system and also near real-time processing of massive amount of data instead of batch processing.
Rather than harnessing the power of GPU, it seems obvious now that the competitions have driven cloud service providers such as Microsoft and Google to build their own dedicated custom computing chips for machine learning purpose. No news yet on when Brainwave will be available for developers to build machine learning system on. Perhaps soon it will be available as a tier package on Microsoft Azure Cloud.
Image credit: https://www.youtube.com/watch?v=U00HkW3WmRs
See also : Consciousness for artificial intelligence? Insert brain with soul here.
By Jennifer Loh
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+7.1k Golang : Gorrila mux.Vars() function example
+18.9k Golang : Display list of time zones with GMT
+6.2k Golang : Calculate US Dollar Index (DXY)
+32.1k Golang : Convert []string to []byte examples
+7.3k Golang : Fixing Gorilla mux http.FileServer() 404 problem
+11.5k Android Studio : Create custom icons for your application example
+7.9k Javascript : Put image into Chrome browser's console
+14.5k Golang : How to check if your program is running in a terminal
+4.6k Chrome : How to block socketloop.com links in Google SERP?
+8.1k Golang : Qt splash screen with delay example
+6.8k Unix/Linux : How to fix CentOS yum duplicate glibc or device-mapper-libs dependency error?
+7.8k Golang : Get today's weekday name and calculate target day distance example