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
+20.6k Golang : Convert PNG transparent background image to JPG or JPEG image
+11.3k Swift : Convert (cast) Float to String
+8.5k Golang : Find duplicate files with filepath.Walk
+7.2k Golang : Check to see if *File is a file or directory
+5.2k Golang : Pad file extension automagically
+8.3k Android Studio : Import third-party library or package into Gradle Scripts
+8.6k Golang : Take screen shot of browser with JQuery example
+42.9k Golang : Get hardware information such as disk, memory and CPU usage
+12.8k Golang : Convert(cast) uintptr to string example
+8.8k Golang : How to capture return values from goroutines?
+17.8k Golang : Put UTF8 text on OpenCV video capture image frame
+17.4k Convert JSON to CSV in Golang