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
+4.3k Java : Generate multiplication table example
+4.4k Adding Skype actions such as call and chat into web page examples
+34.7k Golang : Upload and download file to/from AWS S3
+11.2k Golang : Format numbers to nearest thousands such as kilos millions billions and trillions
+36k Golang : Validate IP address
+15k Golang : Find location by IP address and display with Google Map
+7.9k Golang : Multiplexer with net/http and map
+14.6k Golang : Basic authentication with .htpasswd file
+42.7k Golang : Convert []byte to image
+5.8k Linux/MacOSX : Search for files by filename and extension with find command
+10.1k Golang : Wait and sync.WaitGroup example
+19.6k Golang : Accept input from user with fmt.Scanf skipped white spaces and how to fix it