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.
Tags : artificial-intelligence brainwave microsoft google technologyBy 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
+1.4k Linux/MacOSX : Search and delete files by extension
+5k Golang : How to reverse elements order in map ?
+1.3k Golang : Rot13 and Rot5 algorithms example
+29.1k Golang : How to iterate over a []string(array)
+11.4k Golang : Delete duplicate items from a slice/array
+1.2k Mac/Linux/Windows : Get CPU information from command line
+3.1k Golang : Validate IPv6 example
+2.4k Golang : Detect variable or constant type
+8.1k Golang : Check if a file exist or not
+1.9k Golang : Missing Subversion command
+13.5k Upload multiple files with Go
+14.6k Golang : Read directory content with filepath.Walk()