Genre
News Highlights : Top Company News of the Day
Baidu says it will share software technology it is developing for self-driving cars in a bid to catch up with competitors including General Motors and Waymo, the self-driving unit of Google-parent Alphabet Inc. Fox News is preparing to cut ties with its biggest star, Bill O'Reilly, according to people close to the situation. The New York attorney general's office said it reached a $40 million settlement with an Alabama investment firm over the failure of members of an investment management company it sponsored to pay millions in New York state taxes. A consortium of investors including private-equity firm KKR and Australian bank Macquarie Group made an all-cash offer to buy Australian wagering firm Tatts Group, which already agreed to merge with rival Tabcorp Holdings. PetSmart agreed to buy pet products site Chewy.com. Private-equity firms KKR & Co. and Stone Point Capital, in a bet that more investors will want advice from independent financial advisers and less from Wall Street's traditional brokers, will pay $2 billion for a majority stake in Focus Financial Partners.
What Are The Best Intelligent Chatbots or AI Chatbots Available Online?
How do we define the intelligence of a chatbot? You can see a lot of articles about what would make a chatbot "appear intelligent." A chatbot is intelligent when it becomes aware of user needs. Its intelligence is what gives the chatbot the ability to handle any scenario of a conversation with ease. Are the travel bots or the weather bots that have buttons that you click and give you some query, artificially intelligent?
AI to Become Key Competitive Factor by 2020, Says Tata - InformationWeek
Eighty-four percent of large companies around the world say they are using artificial intelligence, and 62% say AI is important to remaining competitive in the year 2020. Tata Consultancy Services polled 835 executives and IT managers in North America, Europe, Asia Pacific and South America at companies that averaged $20 billion in revenues. It found AI to be almost universally important, but the average investment in it was one-third of one percent of revenues, or $67 million. Only 7% said they spent $250 million or more in 2016. The average was $67 million; the median for the whole group, only $3 million.
The Famine of Forte: Few Search Problems Greatly Favor Your Algorithm
Casting machine learning as a type of search, we demonstrate that the proportion of problems that are favorable for a fixed algorithm is strictly bounded, such that no single algorithm can perform well over a large fraction of them. Our results explain why we must either continue to develop new learning methods year after year or move towards highly parameterized models that are both flexible and sensitive to their hyperparameters. We further give an upper bound on the expected performance for a search algorithm as a function of the mutual information between the target and the information resource (e.g., training dataset), proving the importance of certain types of dependence for machine learning. Lastly, we show that the expected per-query probability of success for an algorithm is mathematically equivalent to a single-query probability of success under a distribution (called a search strategy), and prove that the proportion of favorable strategies is also strictly bounded. Thus, whether one holds fixed the search algorithm and considers all possible problems or one fixes the search problem and looks at all possible search strategies, favorable matches are exceedingly rare. The forte (strength) of any algorithm is quantifiably restricted.
On interestingness measures of formal concepts
Kuznetsov, Sergei O., Makhalova, Tatiana
Formal concepts and closed itemsets proved to be of big importance for knowledge discovery, both as a tool for concise representation of association rules and a tool for clustering and constructing domain taxonomies and ontologies. Exponential explosion makes it difficult to consider the whole concept lattice arising from data, one needs to select most useful and interesting concepts. In this paper interestingness measures of concepts are considered and compared with respect to various aspects, such as efficiency of computation and applicability to noisy data and performing ranking correlation.
Surprising properties of dropout in deep networks
Helmbold, David P., Long, Philip M.
We analyze dropout in deep networks with rectified linear units and the quadratic loss. Our results expose surprising differences between the behavior of dropout and more traditional regularizers like weight decay. For example, on some simple data sets dropout training produces negative weights even though the output is the sum of the inputs. This provides a counterpoint to the suggestion that dropout discourages co-adaptation of weights. We also show that the dropout penalty can grow exponentially in the depth of the network while the weight-decay penalty remains essentially linear, and that dropout is insensitive to various re-scalings of the input features, outputs, and network weights. This last insensitivity implies that there are no isolated local minima of the dropout training criterion. Our work uncovers new properties of dropout, extends our understanding of why dropout succeeds, and lays the foundation for further progress.
SAFS: A Deep Feature Selection Approach for Precision Medicine
Nezhad, Milad Zafar, Zhu, Dongxiao, Li, Xiangrui, Yang, Kai, Levy, Phillip
In this paper, we propose a new deep feature selection method based on deep architecture. Our method uses stacked auto-encoders for feature representation in higher-level abstraction. We developed and applied a novel feature learning approach to a specific precision medicine problem, which focuses on assessing and prioritizing risk factors for hypertension (HTN) in a vulnerable demographic subgroup (African-American). Our approach is to use deep learning to identify significant risk factors affecting left ventricular mass indexed to body surface area (LVMI) as an indicator of heart damage risk. The results show that our feature learning and representation approach leads to better results in comparison with others.
O$^2$TD: (Near)-Optimal Off-Policy TD Learning
Liu, Bo, Lyu, Daoming, Dong, Wen, Biaz, Saad
Temporal difference learning and Residual Gradient methods are the most widely used temporal difference based learning algorithms; however, it has been shown that none of their objective functions is optimal w.r.t approximating the true value function $V$. Two novel algorithms are proposed to approximate the true value function $V$. This paper makes the following contributions: (1) A batch algorithm that can help find the approximate optimal off-policy prediction of the true value function $V$. (2) A linear computational cost (per step) near-optimal algorithm that can learn from a collection of off-policy samples. (3) A new perspective of the emphatic temporal difference learning which bridges the gap between off-policy optimality and off-policy stability.
Recurrent Environment Simulators
Chiappa, Silvia, Racaniere, Sรฉbastien, Wierstra, Daan, Mohamed, Shakir
Models that can simulate how environments change in response to actions can be used by agents to plan and act efficiently. We improve on previous environment simulators from high-dimensional pixel observations by introducing recurrent neural networks that are able to make temporally and spatially coherent predictions for hundreds of time-steps into the future. We present an in-depth analysis of the factors affecting performance, providing the most extensive attempt to advance the understanding of the properties of these models. We address the issue of computationally inefficiency with a model that does not need to generate a high-dimensional image at each time-step. We show that our approach can be used to improve exploration and is adaptable to many diverse environments, namely 10 Atari games, a 3D car racing environment, and complex 3D mazes.
Fast Kronecker product kernel methods via generalized vec trick
Airola, Antti, Pahikkala, Tapio
Kronecker product kernel provides the standard approach in the kernel methods literature for learning from graph data, where edges are labeled and both start and end vertices have their own feature representations. The methods allow generalization to such new edges, whose start and end vertices do not appear in the training data, a setting known as zero-shot or zero-data learning. Such a setting occurs in numerous applications, including drug-target interaction prediction, collaborative filtering and information retrieval. Efficient training algorithms based on the so-called vec trick, that makes use of the special structure of the Kronecker product, are known for the case where the training data is a complete bipartite graph. In this work we generalize these results to non-complete training graphs. This allows us to derive a general framework for training Kronecker product kernel methods, as specific examples we implement Kronecker ridge regression and support vector machine algorithms. Experimental results demonstrate that the proposed approach leads to accurate models, while allowing order of magnitude improvements in training and prediction time.