Goto

Collaborating Authors

 Country


Best Books To Learn Machine Learning For Beginners And Experts - GeeksforGeeks

#artificialintelligence

You want to learn Machine Learning but have no idea how? Well, before you embark on your epic journey into machine learning, there are some important theoretical and statistical principles you should know first. And that's where this book comes in! It is a practical and high-level introduction to Machine Learning for absolute beginners. Machine Learning For Absolute Beginners teaches you everything basic from learning how to download free datasets to the tools and machine learning libraries you will need. Topics like Data scrubbing techniques, Regression analysis, Clustering, Basics of Neural Networks, Bias/Variance, Decision Trees, etc. are also covered. So, if you haven't had that Lion King moment yet, where you proudly gaze on the expanse of ML-like Simba looks over the Pride Lands of Africa, then this is the best book to gently hoist you up and offer you a clear lay of the land.


iWorkers and AiWorkers

#artificialintelligence

Artificial Intelligence, or'AI' is the buzzword of the year. What does AI mean to us Independent Workers? Are we going to be replaced by an algorithm? I've been a computer programmer for almost fifty years now and all through my career I was told that a computer was going to replace me. No, it was a computer, I remember.


What Skills are AI Firms Expecting From its Employees? - SignitySolutions

#artificialintelligence

Artificial Intelligence (AI) also known as machine learning has come a long way in the recent few years. Instead of being a subject of discussion, it has become a reality. There has been ready integration of AI across a large number of industries. This has given rise to several AI development companies across the world. These AI consulting firms offer services to their clients and help with the integration of AI in their operations.


AI's Healthcare Promise Will Serve Patients -- and More

#artificialintelligence

Scanning today's headlines about Artificial Intelligence reveals an atmosphere of optimism tempered by caution. Artificial intelligence presents a huge opportunity for everyone in the value chain: health providers and organizations, vendors, regulatory agencies, and, perhaps most importantly, patients. It's driving stats like these: Sixty-two percent of respondents in a 2019 survey by OptumIQ report "having implemented an AI strategy--an increase of nearly 88% from 2018 (33%)--while 22% report being at late stages of implementation." But in these early days, the way forward can be unclear, muddied by too many choices, too many voices, and too much-sunk cost in legacy systems and thinking. To gauge how industry leaders are using or planning to deploy AI, and to collect the best thinking on the most urgent opportunities for AI in healthcare in the near term, we asked experts and influencers to weigh in.


Improving Confidence in the Estimation of Values and Norms

arXiv.org Artificial Intelligence

Autonomous agents (AA) will increasingly be interacting with us in our daily lives. While we want the benefits attached to AAs, it is essential that their behavior is aligned with our values and norms. Hence, an AA will need to estimate the values and norms of the humans it interacts with, which is not a straightforward task when solely observing an agent's behavior. This paper analyses to what extent an AA is able to estimate the values and norms of a simulated human agent (SHA) based on its actions in the ultimatum game. We present two methods to reduce ambiguity in profiling the SHAs: one based on search space exploration and another based on counterfactual analysis. We found that both methods are able to increase the confidence in estimating human values and norms, but differ in their applicability, the latter being more efficient when the number of interactions with the agent is to be minimized. These insights are useful to improve the alignment of AAs with human values and norms.


Predictive Bandits

arXiv.org Machine Learning

We introduce and study a new class of stochastic bandit problems, referred to as predictive bandits. In each round, the decision maker first decides whether to gather information about the rewards of particular arms (so that their rewards in this round can be predicted). These measurements are costly, and may be corrupted by noise. The decision maker then selects an arm to be actually played in the round. Predictive bandits find applications in many areas; e.g. they can be applied to channel selection problems in radio communication systems. In this paper, we provide the first theoretical results about predictive bandits, and focus on scenarios where the decision maker is allowed to measure at most one arm per round. We derive asymptotic instance-specific regret lower bounds for these problems, and develop algorithms whose regret match these fundamental limits. We illustrate the performance of our algorithms through numerical experiments. In particular, we highlight the gains that can be achieved by using reward predictions, and investigate the impact of the noise in the corresponding measurements.


PackingSolver: a solver for Packing Problems

arXiv.org Artificial Intelligence

In this article, we introduce PackingSolver, a new solver for two-dimensional two- and three-staged guillotine Packing Problems. It relies on a simple yet powerful anytime tree search algorithm called Memory Bounded A* (MBA*). This algorithm was first introduced in libralesso2020 for the 2018 ROADEF/EURO challenge glass cutting problem (https://www.roadef.org/challenge/2018/en/index.php), for which it had been ranked first during the final phase. In this article, we generalize it for a large variety of Cutting and Packing problems. The resulting program can tackle two-dimensional Bin Packing, Multiple Knapsack, and Strip Packing Problems, with two- or three-staged exact or non-exact guillotine cuts, the orientation of the first cut being imposed or not, and with or without item rotation. Despite its simplicity and genericity, computational experiments show that this approach is competitive compared to the other dedicated algorithms from the literature. It even returns state-of-the-art solutions on several variants. The combination of efficiency, ability to provide good solutions fast, simplicity and versatility makes it particularly suited for industrial applications, which require quickly developing algorithms implementing several business-specific constraints.


Value Driven Representation for Human-in-the-Loop Reinforcement Learning

arXiv.org Artificial Intelligence

Interactive adaptive systems powered by Reinforcement Learning (RL) have many potential applications, such as intelligent tutoring systems. In such systems there is typically an external human system designer that is creating, monitoring and modifying the interactive adaptive system, trying to improve its performance on the target outcomes. In this paper we focus on algorithmic foundation of how to help the system designer choose the set of sensors or features to define the observation space used by reinforcement learning agent. We present an algorithm, value driven representation (VDR), that can iteratively and adaptively augment the observation space of a reinforcement learning agent so that is sufficient to capture a (near) optimal policy. To do so we introduce a new method to optimistically estimate the value of a policy using offline simulated Monte Carlo rollouts. We evaluate the performance of our approach on standard RL benchmarks with simulated humans and demonstrate significant improvement over prior baselines.


Information State Embedding in Partially Observable Cooperative Multi-Agent Reinforcement Learning

arXiv.org Artificial Intelligence

Multi-agent reinforcement learning (MARL) under partial observability has long been considered challenging, primarily due to the requirement for each agent to maintain a belief over all other agents' local histories -- a domain that generally grows exponentially over time. In this work, we investigate a partially observable MARL problem in which agents are cooperative. To enable the development of tractable algorithms, we introduce the concept of an information state embedding that serves to compress agents' histories. We quantify how the compression error influences the resulting value functions for decentralized control. Furthermore, we propose three natural embeddings, based on finite-memory truncation, principal component analysis, and recurrent neural networks. The output of these embeddings are then used as the information state, and can be fed into any MARL algorithm. The proposed embed-then-learn pipeline opens the black-box of existing MARL algorithms, allowing us to establish some theoretical guarantees (error bounds of value functions) while still achieving competitive performance with many end-to-end approaches.


Hierarchical Image Classification using Entailment Cone Embeddings

arXiv.org Machine Learning

Image classification has been studied extensively, but there has been limited work in using unconventional, external guidance other than traditional image-label pairs for training. We present a set of methods for leveraging information about the semantic hierarchy embedded in class labels. We first inject label-hierarchy knowledge into an arbitrary CNN-based classifier and empirically show that availability of such external semantic information in conjunction with the visual semantics from images boosts overall performance. Taking a step further in this direction, we model more explicitly the label-label and label-image interactions using order-preserving embeddings governed by both Euclidean and hyperbolic geometries, prevalent in natural language, and tailor them to hierarchical image classification and representation learning. We empirically validate all the models on the hierarchical ETHEC dataset.