Read Full Article
A blog about how-to, internet, social-networks, windows, linux, blogging, tips and tricks.
12 January 2018
Peak Design’s Everyday Backpack was my surprise hit of CES 2018
Read Full Article
Is Your Chromebook Protected Against Meltdown?
Google has published a list of all known Chrome OS devices, detailing which are currently vulnerable to Meltdown, and which require patching. The good news is most Chromebooks are either already safe from attack or have a fix on the way. However, a handful of devices are at risk. Meltdown and Spectre are two new CPU exploits that have emerged recently. Tech companies are scrambling to release patches fixing these issues, but these updates could affect performance on Windows PCs. And before you Chrome OS users start acting smug, Chromebooks are affected too. The Majority of Chromebooks Are OK Unlike...
Read the full article: Is Your Chromebook Protected Against Meltdown?
Read Full Article
Nintendo announces raft of new and retro titles for Switch (plus new Mario outfits)
Read Full Article
CES 2018: Sony Wants to Replace Your Dog Again
The 2018 Consumer Electronics Show (CES) is in full swing and we’ve been browsing the exhibition to find and test cool products for you. On day 2 (here’s CES 2018 day 1 coverage), we toured Sony’s booth. Among state-of-the-art TV screens, cameras, speakers, and headphones, the smart pet dog Aibo was the highlight of Sony’s booth. Unfortunately, it’s also one of the few items not yet available (outside of Japan). Aibo, the Robotic Dog First launched in 1999 and discontinued in 2006, Sony’s robot dog Aibo is making a comeback this year. Powered by artificial intelligence and with cameras in his nose and tail,...
Read the full article: CES 2018: Sony Wants to Replace Your Dog Again
Read Full Article
The Zeeq smart pillow tracks sleep, plays music and more
Read Full Article
Apple Slows Down Old iPhones: How to Check Yours, and Everything Else You Need to Know
Apple has finally confirmed what more and more people are thinking: It is deliberately slowing down the processors of older iPhones after the new one was released. But before you bring out your pitchforks, read more to know the full story and whether you’re affected. It all started with a viral Reddit post that showed lower CPU performance than advertised. Performance analysis app Geekbench collected data from several iPhones, which showed it is a recurring pattern with older models. Finally, Apple had to break its silence on this subject and confess. Why Does Apple Slow Down Old iPhones? Apple’s logic for this move...
Read the full article: Apple Slows Down Old iPhones: How to Check Yours, and Everything Else You Need to Know
Read Full Article
I Went to CES 2018 And It Was Quite Underwhelming
For the first time in its long history, MakeUseOf has made the journey to the Consumer Electronics Show (CES). We brought three of our finest (and me) along for the trip. Now, while this might be the company’s first trip to CES, it’s not mine. I was blown away by what I saw when I first came to CES in 2013. It was the year where VR, wearables, and smart homes really started gaining traction. However, my view of 2017 is less positive. Mainly because not much has changed — it’s still all smart homes, wearables, and virtual reality. I’m...
Read the full article: I Went to CES 2018 And It Was Quite Underwhelming
Read Full Article
11 January 2018
Intel details performance hit for Meltdown fix on affected processors
Read Full Article
9 Great Third-Party Amazon Alexa and Google Assistant Smart Speakers
The smart speaker concept has come a long way since 2014 when the first Amazon Echo arrived. Today, the online retailer offers no less than six Amazon Alexa-based speakers, including a second-generation Echo, premium Echo Plus, and fashionable Echo Show. Thanks to Amazon’s success, Google now also offers smart speakers powered by Google Assistant. These speakers include the 2016 Google Home, 2017 Google Home Mini, and 2017 Google Home Max. But these aren’t the only Amazon Alexa- and Google Assistant-based speakers on the market. Thanks to public SDKs, other hardware companies are also getting in on the game. As such,...
Read the full article: 9 Great Third-Party Amazon Alexa and Google Assistant Smart Speakers
Read Full Article
The Google Brain Team — Looking Back on 2017 (Part 1 of 2)
Posted by Jeff Dean, Google Senior Fellow, on behalf of the entire Google Brain Team
The Google Brain team works to advance the state of the art in artificial intelligence by research and systems engineering, as one part of the overall Google AI effort. Last year we shared a summary of our work in 2016. Since then, we’ve continued to make progress on our long-term research agenda of making machines intelligent, and have collaborated with a number of teams across Google and Alphabet to use the results of our research to improve people’s lives. This first of two posts will highlight some of our work in 2017, including some of our basic research work, as well as updates on open source software, datasets, and new hardware for machine learning. In the second post we’ll dive into the research we do in specific domains where machine learning can have a large impact, such as healthcare, robotics, and some areas of basic science, as well as cover our work on creativity, fairness and inclusion and tell you a bit more about who we are.
Core Research
A significant focus of our team is pursuing research that advances our understanding and improves our ability to solve new problems in the field of machine learning. Below are several themes from our research last year.
AutoML
The goal of automating machine learning is to develop techniques for computers to solve new machine learning problems automatically, without the need for human machine learning experts to intervene on every new problem. If we’re ever going to have truly intelligent systems, this is a fundamental capability that we will need. We developed new approaches for designing neural network architectures using both reinforcement learning and evolutionary algorithms, scaled this work to state-of-the-art results on ImageNet classification and detection, and also showed how to learn new optimization algorithms and effective activation functions automatically. We are actively working with our Cloud AI team to bring this technology into the hands of Google customers, as well as continuing to push the research in many directions.
| Convolutional architecture discovered by Neural Architecture Search |
| Object detection with a network discovered by AutoML |
Another theme is on developing new techniques that improve the ability of our computing systems to understand and generate human speech, including our collaboration with the speech team at Google to develop a number of improvements for an end-to-end approach to speech recognition, which reduces the relative word error rate over Google’s production speech recognition system by 16%. One nice aspect of this work is that it required many separate threads of research to come together (which you can find on Arxiv: 1, 2, 3, 4, 5, 6, 7, 8, 9).
| Components of the Listen-Attend-Spell end-to-end model for speech recognition |
| Tacotron 2’s model architecture |
We continued to develop novel machine learning algorithms and approaches, including work on capsules (which explicitly look for agreement in activated features as a way of evaluating many different noisy hypotheses when performing visual tasks), sparsely-gated mixtures of experts (which enable very large models that are still computational efficient), hypernetworks (which use the weights of one model to generate weights for another model), new kinds of multi-modal models (which perform multi-task learning across audio, visual, and textual inputs in the same model), attention-based mechanisms (as an alternative to convolutional and recurrent models), symbolic and non-symbolic learned optimization methods, a technique to back-propagate through discrete variables, and a few new reinforcement learning algorithmic improvements.
Machine Learning for Computer Systems
The use of machine learning to replace traditional heuristics in computer systems also greatly interests us. We have shown how to use reinforcement learning to make placement decisions for mapping computational graphs onto a set of computational devices that are better than human experts. With other colleagues in Google Research, we have shown in “The Case for Learned Index Structures” that neural networks can be both faster and much smaller than traditional data structures such as B-trees, hash tables, and Bloom filters. We believe that we are just scratching the surface in terms of the use of machine learning in core computer systems, as outlined in a NIPS workshop talk on Machine Learning for Systems and Systems for Machine Learning.
| Learned Models as Index Structures |
Machine learning and its interactions with security and privacy continue to be major research foci for us. We showed that machine learning techniques can be applied in a way that provides differential privacy guarantees, in a paper that received one of the best paper awards at ICLR 2017. We also continued our investigation into the properties of adversarial examples, including demonstrating adversarial examples in the physical world, and how to harness adversarial examples at scale during the training process to make models more robust to adversarial examples.
Understanding Machine Learning Systems
While we have seen impressive results with deep learning, it is important to understand why it works, and when it won’t. In another one of the best paper awards of ICLR 2017, we showed that current machine learning theoretical frameworks fail to explain the impressive results of deep learning approaches. We also showed that the “flatness” of minima found by optimization methods is not as closely linked to good generalization as initially thought. In order to better understand how training proceeds in deep architectures, we published a series of papers analyzing random matrices, as they are the starting point of most training approaches. Another important avenue to understand deep learning is to better measure their performance. We showed the importance of good experimental design and statistical rigor in a recent study comparing many GAN approaches that found many popular enhancements to generative models do not actually improve performance. We hope this study will give an example for other researchers to follow in making robust experimental studies.
We are developing methods that allow better interpretability of machine learning systems. And in March, in collaboration with OpenAI, DeepMind, YC Research and others, we announced the launch of Distill, a new online open science journal dedicated to supporting human understanding of machine learning. It has gained a reputation for clear exposition of machine learning concepts and for excellent interactive visualization tools in its articles. In its first year, Distill has published many illuminating articles aimed at understanding the inner working of various machine learning techniques, and we look forward to the many more sure to come in 2018.
| Feature Visualization |
| How to Use t-SNE effectively |
Open datasets like MNIST, CIFAR-10, ImageNet, SVHN, and WMT have pushed the field of machine learning forward tremendously. Our team and Google Research as a whole have been active in open-sourcing interesting new datasets for open machine learning research over the past year or so, by providing access to more large labeled datasets including:
- YouTube-8M: >7 million YouTube videos annotated with 4,716 different classes
- YouTube-Bounding Boxes: 5 million bounding boxes from 210,000 YouTube videos
- Speech Commands Dataset: thousands of speakers saying short command words
- AudioSet: 2 million 10-second YouTube clips labeled with 527 different sound events
- Atomic Visual Actions (AVA): 210,000 action labels across 57,000 video clips
- Open Images: 9M creative-commons licensed images labeled with 6000 classes
- Open Images with Bounding Boxes: 1.2M bounding boxes for 600 classes
| Examples from the YouTube-Bounding Boxes dataset: Video segments sampled at 1 frame per second, with bounding boxes successfully identified around the items of interest. |
| A map showing the broad distribution of TensorFlow users (source) |
In February, we hosted the first ever TensorFlow Developer Summit, with over 450 people attending live in Mountain View and more than 6,500 watching on live streams around the world, including at more than 85 local viewing events in 35 countries. All talks were recorded, with topics ranging from new features, techniques for using TensorFlow, or detailed looks under the hoods at low-level TensorFlow abstractions. We’ll be hosting another TensorFlow Developer Summit on March 30, 2018 in the Bay Area. Sign up now to save the date and stay updated on the latest news.
| This rock-paper-scissors science experiment is a novel use of TensorFlow. We’ve been excited by the wide variety of uses of TensorFlow we saw in 2017, including automating cucumber sorting, finding sea cows in aerial imagery, sorting diced potatoes to make safer baby food, identifying skin cancer, helping to interpret bird call recordings in a New Zealand bird sanctuary, and identifying diseased plants in the most popular root crop on Earth in Tanzania! |
TensorFlow has also benefited from other Google Research teams open-sourcing related work, including TF-GAN, a lightweight library for generative adversarial models in TensorFlow, TensorFlow Lattice, a set of estimators for working with lattice models, as well as the TensorFlow Object Detection API. The TensorFlow model repository continues to grow with an ever-widening set of models.
In addition to TensorFlow, we released deeplearn.js, an open-source hardware-accelerated implementation of deep learning APIs right in the browser (with no need to download or install anything). The deeplearn.js homepage has a number of great examples, including Teachable Machine, a computer vision model you train using your webcam, and Performance RNN, a real-time neural-network based piano composition and performance demonstration. We’ll be working in 2018 to make it possible to deploy TensorFlow models directly into the deeplearn.js environment.
TPUs
| Cloud TPUs deliver up to 180 teraflops of machine learning acceleration |
| Cloud TPU Pods deliver up to 11.5 petaflops of machine learning acceleration |
| Experiments with ResNet-50 training on ImageNet show near-perfect speed-up as the number of TPU devices used increases. |
Thanks for reading!
(In part 2 we’ll discuss our research in the application of machine learning to domains like healthcare, robotics, different fields of science, and creativity, as well as cover our work on fairness and inclusion.)
Boeing’s prototype drone can carry 500 lbs of cargo
Read Full Article
Avoid IRS Scams: 7 Warning Signs to Watch Out For
Now that we’ve entered the new year, U.S. residents are starting to think about their taxes. Scammers know this, and they’re out to cheat you out of money. IRS scams are commonplace, because scammers know how nervous people are to deal with the IRS. But if you know how to recognize tax scams, you can stay safe throughout tax season. There are a few things you need to watch out for. Here’s how to avoid being fooled by a scammer impersonating the IRS. 1. The IRS Won’t Call First How the IRS contacts you depends on a few different factors,...
Read the full article: Avoid IRS Scams: 7 Warning Signs to Watch Out For
Read Full Article
LiveMap shows off latest prototype of augmented reality motorcycle helmet
Read Full Article
7 Ways You Can Help Save YouTube From Itself
YouTube is the internet’s home for videos, but it had rather a rough 2017. After a scare concerning their ads being seen before inappropriate content, advertisers removed their commercials from videos en masse. This was known as the “adpocalypse” and meant that creators everywhere lost money. Loads of videos are now flagged as ineligible for monetization for seemingly no reason. The YouTube Kids app has been inundated with creepy videos masquerading as children’s cartoons. What start out as videos featuring characters from Peppa Pig, Frozen, and other popular kid shows turn into violent, inappropriate, and terrifying scenes. And many YouTube...
Read the full article: 7 Ways You Can Help Save YouTube From Itself
Read Full Article
Google acquired Redux, a U.K. startup focused on audio and haptics
Read Full Article
These 30-Day Learning Challenges Can Completely Change Your Year
Starts with a bang. Ends with a whimper. That’s the story of most new year resolutions. But, challenge yourself to learn a new skill this year. One of the solutions to your new year resolution woes according to the American Psychological Association is to start small. They also say: Change one behavior at a time Learn a new skill one at a time. Maybe, don’t set the horizon too far away. Combine the three tenets of small starts, short time frames, and one new skill or habit at a time into brief challenges of 30 days or less. A month can be just the...
Read the full article: These 30-Day Learning Challenges Can Completely Change Your Year
Read Full Article
Voice Dictation – Type with your Voice
Introducing the all-new Voice Dictation v2.0, a speech recognition app that lets you type with your voice. There’s no software to install, there’s no training required and all you need is Google Chrome on your Windows PC, Mac OS or Linux.
Dictation can recognize spoken words in English, Hindi, Español, Italiano, Deutsch, Français, and all the other popular languages. Another unique feature of Dictation is support for voice commands that let you do more with your voice. For instance, you can say a command like new line or nueva lÃnea for inserting lines. You can add punctuations, special symbols and even smileys using simple commands in most languages.
This YouTube video will walk you through the Dictation app.
How to use Dictation for Speech Recognition
Dictation stores everything in your browser locally and not a byte of your data is uploaded anywhere. Speech recognition will be more accurate in a quiet environment and the built-in microphone of your computer should be good enough.
Open dictation.io in Google Chrome and choose your native language from the drop-down. Then click the microphone icon (or tap the Start button) to activate web speech and start speaking.
The first time you use Dictation, you would need to allow permissions to the website to access your microphone. Also, make sure that no other browser tab is using Speech Recognition at the same time.
As you speak, your voice is continuously converted into text in real time. There are no limits o and when you are done with dictation, you can click the “Stop” button or say “Go to Sleep” to turn off speech recognition.
Speech to Text with Dictation
Dictation supports speech to text as well so you can listen to the transcribed audio in any of the available voices. You can alter the speed and pitch of the playback with simple controls.
Publish to the Web
Dictation includes a WYSIWYG editor to help you format the transcribed text. You can copy the rich-text to the clipboard with a click and paste into other apps like Gmail or Microsoft Word with the formatting.
You also have the “Publish” button to anonymously publish your note to the Internet and this page can only be accessed by users who know the link.
Convert Recorded Audio to Text
If you have an MP3 file that you would like to transcribe to text, Dictation can help you do that well. Choose the language on dictation.io, click the start button, then play the audio file on your mobile and watch as the words are converted into text in real time. See demo.
Dictation – The Technical Stuff
Dictation uses the HTML5 Web Speech API that is currently implemented only in Google Chrome on the desktop. For Text to Speech, it uses the SpeechSynthesis interface of the Web Speech API that is available in Chrome, Microsoft Edget and Firefox.
The rich-text editor is built with Quill while the voice command interface is made possible with Annyang. Dictation uses the Github API to publish dictated notes online as anonymous gists.