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
+16.7k Golang : Generate QR codes for Google Authenticator App and fix "Cannot interpret QR code" error
+15.3k nginx: [emerg] unknown directive "ssl"
+5.4k Swift : Convert string array to array example
+6.9k Golang : Pat multiplexer routing example
+7.5k Golang : Gorrila set route name and get the current route name
+8.9k Golang : Gaussian blur on image and camera video feed examples
+5.3k Javascript : Change page title to get viewer attention
+8.3k Golang : Check if integer is power of four example
+6.3k Apt-get to install and uninstall Golang
+12.3k Golang : How to display image file or expose CSS, JS files from localhost?
+19.3k Golang : Check if directory exist and create if does not exist