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
+6k Golang : Debug with Godebug
+11.9k Golang : Sort and reverse sort a slice of runes
+9.9k Golang : Read file and convert content to string
+12k Linux : How to install driver for 600Mbps Dual Band Wifi USB Adapter
+4.7k Golang : A program that contain another program and executes it during run-time
+13.7k Golang : convert(cast) string to float value
+5.3k Javascript : How to loop over and parse JSON data?
+31.4k Golang : How to convert(cast) string to IP address?
+16.1k Golang : convert string or integer to big.Int type
+13.9k Golang : Reverse IP address for reverse DNS lookup example
+25.7k Golang : Convert IP address string to long ( unsigned 32-bit integer )
+11.2k Golang : How to use if, eq and print properly in html template