Goto

Collaborating Authors

 Deep Learning


Machine Learning Requires Big Data - DZone Big Data

#artificialintelligence

During the Deep Learning Summit at AWS re:Invent 2017, Terrence Sejnowski (a pioneer of deep learning) succinctly said, "Whoever has more data wins." He was echoing a premise that has been repeated many times in many ways by many people: machine learning requires big data to work. That's why here at Qubole we believe that enabling data scientists starts with giving them a platform to quickly select, clean, and aggregate datasets on a massive scale. The recent surge in impactful applications of deep learning algorithms has misled many people to believe that there has been a corresponding upswell in innovation in this field. Although there are indeed new bleeding-edge algorithms being released (most recently, Geoffrey Hinton's milestone capsule networks), most of the deep learning algorithms used in innovative technologies are actually decades old.


MIT expert on the future of AI: A key hurdle stands on the path of innovation

#artificialintelligence

These are two of the greatest challenges people face when deploying deep learning solutions. Fact is, while highly accurate, deep learning algorithms are complex and require more computation than other approaches. The analysis of massive data sets can lead to high power and heat dissipation in data centers which limits processing speeds; always-on applications can quickly drain power and memory resources in portable devices, such as smartphones and wearables. That limits real-world applications, particularly on mobile and handheld devices. One of the greatest limitations of progress in deep learning is the amount of computation available.


Smells Like Crypto Spirit โ€“ Good Audience

#artificialintelligence

Ryan and Brian have worked together in the tax and accounting software industry together for nearly three years. Brian is going on with nearly six years of experience to bring this knowledge and consultation to every day traders. In crypto currency the world is murky for those that make thousands of transactions on exchanges and within other ecosystems. This experience helps leverage solutions for Vega into an industry that has many possibilities in technology and convenience. Implementing a free tool to users and our community conveys the message we have supported all along as a team which is deliver and deliver again sophisticated useful software.


When Machine Learning Started To Sense The World

#artificialintelligence

This week's milestone in the history of technology is the patent that launched the ongoing quest to get machines to help us and them know more about our world, from tabulating machines to machine learning to deep learning (or today's "artificial intelligence"). On January 8, 1889, Herman Hollerith was granted a patent titled the "Art of Compiling Statistics." The patent described a punched card tabulating machine which launched a new industry and the fruitful marriage of statistics and computer engineering--called "machine learning" since the late 1950s, and reincarnated today as "deep learning" (also popularly known today as "artificial intelligence"). Commemorating IBM's 100th anniversary in 2011, The Economist wrote: In 1886, Herman Hollerith, a statistician, started a business to rent out the tabulating machines he had originally invented for America's census. Taking a page from train conductors, who then punched holes in tickets to denote passengers' observable traits (e.g., that they were tall, or female) to prevent fraud, he developed a punch card that held a person's data and an electric contraption to read it.


Transforming financial services with AI technologies

#artificialintelligence

The financial services industry is undergoing one of the largest transformational shifts in decades, driven by the development of new digital products and services, broadening availability of powerful computing solutions, and increased customer adoption of cloud, mobile, web-based and AI technologies. As the financial industry increasingly realizes the impact of faster analytical insights on overall business strategy, AI techniques like machine learning are permeating nearly every industry. Deep learning, the fastest-growing field in machine learning, leverages many-layered deep neural networks (DNNs) to learn levels of representation and abstraction that make sense of data such as images, sound, and text. This technique is showing great promise for automating a variety of operational processes and ushering in disruptive new business models for the industry. However, these newfound capabilities are quickly pushing conventional computing architectures to their limits.


Ultimate Guide to Leveraging NLP & Machine Learning for your Chatbot

#artificialintelligence

Chatbots, are a hot topic and many companies are hoping to develop bots to have natural conversations indistinguishable from human ones, and many are claiming to be using NLP and Deep Learning techniques to make this possible. But with all the hype around AI it's sometimes difficult to tell fact from fiction. In this series I want to go over some of the Deep Learning techniques that are used to build conversational agents, starting off by explaining where we are right now, what's possible, and what will stay nearly impossible for at least a little while. Retrieval-based models (easier) use a repository of predefined responses and some kind of heuristic to pick an appropriate response based on the input and context. The heuristic could be as simple as a rule-based expression match, or as complex as an ensemble of Machine Learning classifiers.


The AI revolution comes to finance

#artificialintelligence

Shiraz Khota, SAP SAThe use of artificial intelligence techniques is revolutionising a number of technologies today, including internet search, game theory, business intelligence and medicine. What's not as well known is how it's changing finance for the better. AI is making finance faster, more efficient and more innovative. Plugging large amounts of historical data into deep learning systems can yield surprising โ€“ and profitable โ€“ results, but there are also the more run-of-the-mill benefits such as reducing the day-to-day grind of repetitive tasks. Where could AI make a difference in financial work right now? Shiraz Khota, head of S/4 Hana Cloud at SAP South Africa: A lot of the technology that is out there right now already has AI technology in it, even if it's rudimentary.


The 10 Deep Learning Methods AI Practitioners Need to Apply

#artificialintelligence

Interest in machine learning has exploded over the past decade. You see machine learning in computer science programs, industry conferences, and the Wall Street Journal almost daily. For all the talk about machine learning, many conflate what it can do with what they wish it could do. Fundamentally, machine learning is using algorithms to extract information from raw data and represent it in some type of model. We use this model to infer things about other data we have not yet modeled. Neural networks are one type of model for machine learning; they have been around for at least 50 years.


Weighted Contrastive Divergence

arXiv.org Machine Learning

Learning algorithms for energy based Boltzmann architectures that rely on gradient descent are in general computationally prohibitive, typically due to the exponential number of terms involved in computing the partition function. In this way one has to resort to approximation schemes for the evaluation of the gradient. This is the case of Restricted Boltzmann Machines (RBM) and its learning algorithm Contrastive Divergence (CD). It is well-known that CD has a number of shortcomings, and its approximation to the gradient has several drawbacks. Overcoming these defects has been the basis of much research and new algorithms have been devised, such as persistent CD. In this manuscript we propose a new algorithm that we call Weighted CD (WCD), built from small modifications of the negative phase in standard CD. However small these modifications may be, experimental work reported in this paper suggest that WCD provides a significant improvement over standard CD and persistent CD at a small additional computational cost.


Deep Nearest Class Mean Model for Incremental Odor Classification

arXiv.org Machine Learning

In recent years, more and more machine learning algorithms have been applied to odor recognition. These odor recognition algorithms usually assume that the training dataset is static. However, for some odor recognition tasks, the odor dataset is dynamically growing where not only the training samples but also the number of classes increase over time. Motivated by this concern, we proposed a deep nearest class mean (DNCM) model which combines the deep learning framework and nearest class mean (NCM) method. DNCM not only can leverage deep neural network to extract deep features, but also well suited for integrating new classes. Experiments demonstrate that the proposed DNCM model is effective and efficient for incremental odor classification, especially for new classes with only a small number of training examples.