Introduction to Deep Learning Business Application for Developers – Armando Vieira & Bernardete Ribeiro

Deep learning has taken artificial intelligence by storm and has infiltrated almost every business application. Because almost all content and transactions are now being recorded in a digital format, a vast amount of data is available for exploration by machine learning algorithms. However, traditional machine learning techniques struggle to explore the intricate relationships presented in this so-called Big Data. This is particularly acute for unstructured data such as images, voice, and text.

Deep learning algorithms can cope with the challenges in analyzing this immense data flow because they have a very high learning capacity. Also, deep neural networks require little, if any, feature engineering and can be trained from end to end. Another advantage of the deep learning approach is that it relies on architectures that require minimal supervision (in other words, these architectures learn automatically from data and need little human intervention). These architectures are the so-called “unsupervised” of weakly supervised learning. Last, but not least, they can be trained as generative processes. Instead of mapping inputs to outputs, the algorithms learn how to generate both inputs and outputs from pure noise (i.e., generative adversarial networks). Imagine generating Van Gogh paintings, cars, or even human faces from a combination of a few hundred random numbers.

Google language translation services, Alexa voice recognition, and self-driving cars all run on deep learning algorithms. Other emergent areas are heavily dependent on deep learning, such as voice synthesis, drug discovery, and facial identification and recognition. Even creative areas, such as music, painting, and writing, are beginning to be disrupted by this technology. In fact, deep learning has the potential to create such a profound transformation in the economy that it will probably trigger one of the biggest revolutions that humanity has ever seen.

Related posts:

Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Pro Deep Learning with TensorFlow - Santunu Pattanayak
TensorFlow for Deep Learning - Bharath Ramsundar & Reza Bosagh Zadeh
Deep Learning Illustrated - A visual, Interactive Guide to Arficial Intelligence First Edition - Jon...
Machine Learning with Python for everyone - Mark E.Fenner
Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper
Artificial Intelligence - A Very Short Introduction - Margaret A.Boden
Machine Learning with spark and python - Michael Bowles
Artificial Intelligence by example - Denis Rothman
Hands-on Machine Learning with Scikit-Learn, Keras & TensorFlow - Aurelien Geron
Deep Learning with Theano - Christopher Bourez
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Deep Learning with Applications Using Python - Navin Kumar Manaswi
Pattern recognition and machine learning - Christopher M.Bishop
Deep Learning dummies first edition - John Paul Mueller & Luca Massaron
Deep Learning for Natural Language Processing - Jason Brownlee
Deep Learning with Python - A Hands-on Introduction - Nikhil Ketkar
Understanding Machine Learning from theory to algorithms - Shai Shalev-Shwartz & Shai Ben-David
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Coding Theory - Algorithms, Architectures and Application
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Machine Learning Mastery with Python - Understand your data, create accurate models and work project...
Python Deep Learning Cookbook - Indra den Bakker
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
Fundamentals of Deep Learning - Nikhil Bubuma
Building Chatbots with Python Using Natural Language Processing and Machine Learning - Sumit Raj
Deep Learning with Python - Francois Chollet
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Deep Learning in Python - LazyProgrammer