Goto

Collaborating Authors

 Deep Learning



Real-Time Ingesting and Transforming Sensor Data and Social Data with…

@machinelearnbot

In this talk I will show data engineers and architects how to run real-time TensorFlow Inception Image Recognition on images captured by remote sensors and images in tweets and facebook posts. In the same flow I will also demonstrate how to apply real-time sentiment analysis and intelligent routing of data to Phoenix, Email and Slack. I will elaborate on a number of different sentiment analysis frameworks available for use within Apache NiFi including Python NLTK, Stanford CoreNLP, Python SpaCy and Python TextBlob. This talk will be a deep dive into how to manage complex dataflow pipelines ingesting from multiple streaming sources including social, public open data feeds, logs, drones, RDBMS and IoT with transformations, deep learning, machine learning and business rules. Data engineers will be shown the power of Apache NiFi for loading diverse sources of data, applying transformations in-stream, routing based on attributes, adding sentiment data to workflows, running deep learning algorithms in stream and storing data into Apache Phoenix on HBase and Apache Hive as ORC tables.


AWS and Microsoft double down on deep learning with Gluon, a simplified ML model builder

#artificialintelligence

AWS and Microsoft may be arch rivals when it comes to competing for business in cloud storage and services, but when it comes to breaking ground in newer areas where volumes of data make a difference to how well the services work and creating systems that are easier to use, collaboration is key. Today, the two companies announced a new deep learning interface called Gluon, designed for developers of all abilities (not just AI specialists) to build and run machine learning models for their apps and other services. Gluon is one of the big steps ahead in taking out some of the grunt work in developing AI systems by bringing together training algorithms and neural network models, two of the key components in a deep learning system. "The potential of machine learning can only be realized if it is accessible to all developers. Today's reality is that building and training machine learning models requires a great deal of heavy lifting and specialized expertise," said Swami Sivasubramanian, VP of Amazon AI, in a statement.


Hyperparameter Tuning of Deep Learning Algorithm

#artificialintelligence

There is no hard and fast role towards importance of hyperparameters. Grid Method: Impose a grid on possible space of a hyperparameter and then go over each cell of grid one by one and evaluate your model against values from that cell. Grid method tends to vast resources in trying out parameter values which would not make sense at all. Random Sampling Method: In random method, we have high probability of finding good set of params quickly. Random sampling allows efficient search in hyperparameter space.


Introduction to Deep Learning 2: Parameters and Configuration

@machinelearnbot

In the first session of our Deep Learning series, we described the basis of our approach to Deep Learning: the classical theory of neural networks. In this second we will try to focus on more practical aspects, such as the use of hyperparameters. One of the most fascinating ideas about Deep Learning is that each layer gets a data representation focused on the objective of the problem to be solved. So, the network as a whole generates an idea of each concept, derived from data. Some questions arise: "how are networks different from each other?" and "how can we build one that represents exactly what we want?"


Introducing Gluon: a new library for machine learning from AWS and Microsoft Amazon Web Services

#artificialintelligence

Today, AWS and Microsoft announced Gluon, a new open source deep learning interface which allows developers to more easily and quickly build machine learning models, without compromising performance. Gluon provides a clear, concise API for defining machine learning models using a collection of pre-built, optimized neural network components. Developers who are new to machine learning will find this interface more familiar to traditional code, since machine learning models can be defined and manipulated just like any other data structure. More seasoned data scientists and researchers will value the ability to build prototypes quickly and utilize dynamic neural network graphs for entirely new model architectures, all without sacrificing training speed. Gluon is available in Apache MXNet today, a forthcoming Microsoft Cognitive Toolkit release, and in more frameworks over time.


Digging into big data: how deep learning can unlock marketing insights

@machinelearnbot

There are many different aspects of artificial intelligence (AI), but the field that is arguably having the biggest impact right now is machine learning. These algorithms can learn to recognise patterns and perform tasks simply from the data we feed them, without being explicitly programmed. There are a huge range of potential applications, because they are able to find the hidden insights in big data without even being told where to look. Deep learning is a specific type of machine learning that employs multiple'layers' of learning; decisions and data classifications are refined at each layer to produce a more accurate output. As you can imagine, the technical explanation goes much deeper (sorry) than this, but the important takeaways are the two main reasons why deep learning in particular is so powerful.


The Difference Between Artificial Intelligence, Machine Learning, and Deep Learning IoT For All

#artificialintelligence

Listen to the audio version of this article! After all, it's been a popular focus in movies such as The Terminator, The Matrix, and Ex Machina (a personal favorite of mine). But you may have recently been hearing about other terms like "Machine Learning" and "Deep Learning," sometimes used interchangeably with artificial intelligence. As a result, the difference between artificial intelligence, machine learning, and deep learning can be very unclear. I'll begin by giving a quick explanation of what Artificial Intelligence (AI), Machine Learning (ML), and Deep Learning (DL) actually mean and how they're different.


AI deep learning system helps keep lawn cat poop-free

#artificialintelligence

The cat-chaser is quite clever. A Foscam IP camera keeps watch over the yard, and when it detects motion it takes a photo once every second for seven seconds. These are sent to an Nvidia Jetson TX1, a development module designed to run this kind of prototypical hardware system. The Jetson is running a "fully-convolutional neural network for semantic segmentation", or FCN, which has been fed as many images of cats as Bond could get his hands on – which if the internet's love of cats is anything to go by is sure to be a lot.


[R] 2 Hr. Talk "Information Theory of Deep Learning" (Naftali Tishby) • r/MachineLearning

@machinelearnbot

This 2 hour long talk clarifies and goes over in detail many of the details people were interested in from his original talk. Questions in order; what is the difference between the noise in SGD and the typical Langevin dynamics, how does the theory deal with saturated gradients, is it a reasonable strategy to perform early stopping specifically before the compression phase, have you tried the framework on ResNets, what is the message for practitioners, how does the performance of dropout/regularizers relate to the theory, have you considered the connection to a fermi gas equilibrium.