What Neural Networks, Artificial Intelligence, and Machine Learning Actually Do In Your Apps

http://ift.tt/2gyiAjI…

report error

What Neural Networks, Artificial Intelligence, and Machine Learning Actually Do In Your Apps

Eric Ravenscraft

7 minutes ago

Filed to: Explainer

machine learning

Neural networks

artificial intelligence

apps

google

microsoft

android

ios

feature

editor’s picks

3

Edit

Promote

Dismiss
Undismiss

Share to Kinja

Toggle Conversation tools

Go to permalink

When an app claims to be powered by “artificial intelligence” it feels like you’re in the future. What does that really mean, though? We’re taking a look at what buzzwords like AI, machine learning, and neural networks really mean and whether they actually help improve your apps.

Advertisement

Just recently, Google and Microsoft both added neural network learning to their translation apps. Google said it’s using machine learning to suggest playlists. Todoist says it’s using AI to suggest when you should finish a task. Any.do claims its AI-powered bot can do some tasks for you. All that’s just from last week. Some of it is marketing fluff to make new features sound impressive, but sometimes the changes are legitimately useful. “Artificial intelligence,” “machine learning,” and “neural networks” all describe ways for computers to do more advanced tasks and learn from their environment. While you may hear them used interchangeably by app developers, they can be very different in practice.

Neural Networks Analyze Complex Data By Simulating the Human Brain

Artificial neural networks (ANNs or simply “neural networks” for short) refer to a specific type of learning model that emulates the way synapses work in your brain. Traditional computing uses a series of logic statements to perform a task. Neural networks, on the other hand, use a network of nodes (which act like neurons) and edges (which act like synapses) to process data. Inputs are then run through the system and a series of outputs are generated.

Learn to Code Part III: Arrays and Logic Statements Learn to Code Part III: Arrays and Logic Statements Learn to Code Part III: Arrays and Logic…

You’ve mastered the basics of variables and made it half way through our course, but are you… Read more Read more

That output is then compared to known data. For example, say you want to train a computer to recognize a picture of a dog. You’d run millions of pictures of a dog through the network to see what images it decided looked like dogs. A human would then confirm which images are actually dogs. The system then favors the pathways through the neural network that led to the correct answer. Over time and millions of iterations, the network will eventually improve the accuracy of its results.

Advertisement

To see how this works in action, you can try out Google’s Quick, Draw! experiment here. In this case, Google is training a network to recognize doodles. It compares the doodle you draw to examples drawn by other people. The network is told what the doodles are and then trained to recognize future doodles based on what the past ones look like. Even if your drawing skills suck (like mine do), the network is pretty good at recognizing basic shapes like submarines, house plants, and ducks.

Neural networks aren’t the right solution for everything, but they excel at dealing with complex data. Google and Microsoft using neural networks to power their translation apps is legitimately exciting because translating languages is hard. We’ve all seen broken translations, but neural network learning could let the system learn from correct translations to get better over time. We’ve seen a similar thing happen with voice transcription. After introducing neural network learning to Google Voice, transcription errors were reduced by 49%. You may not notice it right away and it won’t be perfect, but this type of learning genuinely makes complex data analysis better which can lead to more natural features in your apps.

Translation Tool Showdown: Google Translate vs. Microsoft Translator Translation Tool Showdown: Google Translate vs. Microsoft Translator Translation Tool Showdown: Google Translate vs.…

Whether you’re a globetrotter, language student, or business owner, tools like Google Translate and … Read more Read more

Machine Learning Teaches Computers to Improve With Practice

Machine learning is a broad term that encompasses anything where you teach a machine to improve at a task on its own. More specifically, it refers to any system where a machine’s performance at completing a task gets better solely through more experience performing that task. Neural networks are an example of machine learning, but they are not the only way a machine can learn.

Advertisement

Sponsored

For example, one alternative method of machine learning is called reinforcement learning. In this method, a computer performs a task and then it’s graded on the result. The video above from Android Authority uses a chess game as an example. A computer plays a complete game of chess and then it either wins or loses. If it wins, then it assigns a winning value to the series of moves it used during that game. After playing millions of games, the system can determine which moves are most likely to win based on the results of those games.

While neural networks are good for things like pattern recognition in images, other types of machine learning may be more useful for different tasks like determining what kind of music you like. To wit, Google says its music app will find you the music you want when you want it. It does this by selecting playlists for you based on your past behavior. If you ignore its suggestions, that would (presumably) be labeled as a failure. However, if you choose one of the suggestions, the process it used to give that suggestion is labeled as a success, so it reinforces the process that led to that suggestion.

Advertisement

In cases like this, you might not get the full benefit of machine learning if you don’t use the feature a lot. The first time you open Google’s music app, your recommendations will probably be pretty scattershot. The more you use it, the better the suggestions get. In theory, anyway. Machine learning isn’t a silver bullet, so you could still get junk recommendations. However, you’ll definitely get junk recommendations if you only open the music app once every six months. Without regular use to help it learn, machine learning suggestions aren’t much better than regular “smart” suggestions. As a buzzword, “machine learning” is vaguer than neural networks, but it still implies that the software you’re using will use your feedback to improve its performance.

Artificial Intelligence Just Means Anything That’s “Smart”

Just like neural networks are a form of machine learning, machine learning is a form of artificial intelligence. However, the category of what else counts as “artificial intelligence” is so poorly defined that it’s almost meaningless. While it conjures the mental image of futuristic sci-fi, in reality, we’ve already reached milestones that were previously considered the realm of future AI. For example, optical character recognition was once considered too complex for a machine, but now an app on your phone can scan documents and turn them into text. Describing such a now-basic task as AI would make it sound more impressive than it is.

Five Best Mobile Document Scanning Apps Five Best Mobile Document Scanning Apps Five Best Mobile Document Scanning Apps

Scanning receipts while you travel, notes on a whiteboard, or sketches on an envelope can be easy.… Read more Read more

The reason that basic phone tasks can be considered AI is because there are actually two very different categories of artificial intelligence. Weak or narrow AI describes any system that’s designed for a narrow task or set of tasks. For example, Google Assistant and Siri—while powerful—are designed to do a very narrow set of tasks. Namely, take specifics series of voice commands and return answers or launch apps. Research into artificial intelligence powers those features, but it’s still considered “weak.”

Advertisement

Advertisement

In contrast, strong AI—otherwise known as artificial general intelligence or “full aI”—is a system that can perform any task that a human can. It also doesn’t exist. If you were hoping that your to-do list app would be powered by a cute robot voiced by Alan Tudyk, that’s a long way off. Since virtually any AI you’d actually use is considered weak AI, the phrase “artificial intelligence” in an app description really just means “it’s a smart app.” You might get some cool suggestions, but don’t expect it to rival the intelligence of a human.

While the semantics may be muddy, the practical research in AI fields is so useful you’ve probably already incorporated it into your daily life. Every time your phone automatically remembers where you parked, recognizes faces in your photos, get search suggestions, or automatically groups all your vacation pictures together, you’re benefitting either directly or indirectly from AI research. To a certain extent, “artificial intelligence” really just means apps getting smarter, which is what you’d expect anyway. However, machine learning and neural networks are uniquely suited to improving certain kinds of tasks. If an app just says it’s using “AI” it’s less meaningful than any type of machine learning.

It’s also worth pointing out that neural networks and machine learning are not all created equal. Saying that an app uses machine learning to do something better is a bit like saying a camera is better because it’s “digital.” Yes, digital cameras can do some things that film cameras can’t, but that doesn’t mean that every digital photograph is better than every film photograph. It’s all in how you use it. Some companies will be able to develop powerful neural networks that do really complicated things that make your life better. Others will slap a machine learning label on a feature that already offered “smart” suggestions and you’ll ignore it just the same.

Advertisement

From a behind-the-scenes standpoint, machine learning and neural networks are very exciting. However, if you’re reading an app description that uses these phrases, you can just read it as “This feature is slightly smarter, probably” and continue doing what you’ve always done: judging apps by how useful they are to you.

Illustration by Sam Woolley.

Eric Ravenscraft

eric@lifehacker.com
@lordravenscraft

Senior Writer for Lifehacker.

Make Your Tech Even Smarter

How Predictive Keyboards Work (and How You Can Train Yours Better)

​How to Train Google Now to Give You Better Suggestions

How to Turn Your Phone Into a Mind-Reading Personal Assistant

Gear from Kinja Deals

The Best Black Friday Deals

Your Pick For Best External Hard Drive: Western Digital My Passport Ultra

This DYMO Label Maker Is Back In Stock For $10, If You Hurry

Reply

Leave a reply

generated by uKeeper – from link to full page