Thursday, 26 January 2017
Instant Apps now on Android™
Thursday, 26 November 2015
Google Launched Latest Version Android Studio 2.0 Emulator
With this overhaul, Google enormously quickened arrangement speeds, for instance. Cuthbertson lets me know that a full form is presently 2x to 2.5x quicker than in past discharges. That is a colossal stride forward, however, what designers will probably significantly more acknowledge in this new form is the expansion of another component called “Moment Run.”
This very nearly mirrors the experience of composing HTML, where you compose your code, reload your program and see what changed. On portable, that procedure regularly takes a very bit longer, even with the enhanced form speeds.
Moment Run lets designers assemble and send their applications once (both to the emulator or to a physical gadget) and after that as they change their code and convey it, it’ll just take a second or two preceding they can see those adjustments in the running application.
Source: Google Tech Blog and TechViral
Friday, 25 September 2015
Google has got a revolution in voice thing
Google has built a new technology to power its voice search, which the company says will make it even faster and more accurate. The new technology uses Connectionist Temporal Classification (CTC) and sequence discriminative training techniques. In 2012, Google switched from Gaussian Mixture Model (GMM) to Deep Neural Networks (DNNs), which allowed the company to better assess which sound a user was producing at that time, and delivered an increased speech recognition accuracy.
Our improved acoustic models rely on Recurrent Neural Networks (RNN). RNNs have feedback loops in their topology, allowing them to model temporal dependencies: when the user speaks /u/ in the previous example, their articulatory apparatus is coming from a /j/ sound and from an /m/ sound before. Try saying it out loud - "museum" - it flows very naturally in one breath, and RNNs can capture that. The type of RNN used here is a Long Short-Term Memory (LSTM) RNN which, through memory cells and a sophisticated gating mechanism, memorizes information better than other RNNs. Adopting such models already improved the quality of our recognizer significantly.
The change in technology has been made by Google, and is now being used to power voice searches in the Google app on both iOS and Android, as well as dictation on Android devices.
Source: Google Research Blog
