Genre
A robot has been teaching college students for 5 months
There are some human attributes robots could never replace - or at least that's what you might hope. But one university has brought that into question by replacing one of their teaching assistants with a machine. In February 2011, Watson appeared alongside two other contestants to compete for the cash prize. During the show, clues are given to contestants that'require analysis and understanding of subtle meaning, irony, riddles and other language complexities' that humans can perform naturally but computers, traditionally, do not. Watson had to be programmed to make decisions and conclusions in this way by a team of experts at IBM. Watson was given clues as electronic texts, as they were also asked to the human contestants.
Basic Concepts in Machine Learning - Machine Learning Mastery
I found that the best way to discover and get a handle on the basic concepts in machine learning is to review the introduction chapters to machine learning textbooks and to watch the videos from the first model in online courses. Pedro Domingos is a lecturer and professor on machine learning at the University of Washing and author of a new book titled "The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World". Domingos has a free course on machine learning online at courser titled appropriately "Machine Learning". The videos for each module can be previewed on Coursera any time. In this post you will discover the basic concepts of machine learning summarized from Week One of Domingos' Machine Learning course.
Accenture to Acquire OPS Rules to Expand Its Machine Learning and Operations Analytics Capabilities that Help Deliver Data-Driven Transformation
WIRE)--Accenture (NYSE:ACN) is expanding its machine learning and operations analytics capabilities by acquiring OPS Rules, a boutique analytics consulting company that specializes in the application of data science to create supply chain and operations analytics solutions. When the acquisition is completed, Accenture will add new operations analytics professionals to its team that apply machine learning and optimization techniques to develop fresh and innovative analytics approaches for clients across many industries. Terms of the transaction were not disclosed. Founded in 2012, OPS Rules has offices in Waltham, Massachusetts and Richardson, Texas. OPS Rules is led by David Simchi-Levi, a Professor of Engineering Systems at the Massachusetts Institute of Technology (MIT) and renowned supply chain and operations analytics expert.
Legal case for drone strikes 'unclear'
The legal case for using drone strikes outside of armed conflict needs "urgent clarification" from ministers, a cross-party parliamentary committee has said. The government insists it does not have a "targeted killing" policy, but the UK was clearly willing to use lethal force overseas for counter-terrorism, the Joint Committee on Human Rights said. It follows the killing of a UK citizen in Syria last year by an RAF drone. The government says it takes "lawful action" over direct threats to the UK. Reyaad Khan, a British member of the so-called Islamic State group, was killed by an RAF drone in Syria last August.
Context-Aware Adaptive Framework for e-Health Monitoring
Mshali, Haider, Lemlouma, Tayeb, Magoni, Damien
For improving e-health services, we propose a context-aware framework to monitor the activities of daily living of dependent persons. We define a strategy for generating long-term realistic scenarios and a framework containing an adaptive monitoring algorithm based on three approaches for optimizing resource usage. The used approaches provide a deep knowledge about the person's context by considering: the person's profile, the activities and the relationships between activities. We evaluate the performances of our framework and show its adaptability and significant reduction in network, energy and processing usage over a traditional monitoring implementation.
An efficient K-means algorithm for Massive Data
Capรณ, Marco, Pรฉrez, Aritz, Lozano, Josรฉ Antonio
Due to the progressive growth of the amount of data available in a wide variety of scientific fields, it has become more difficult to ma- nipulate and analyze such information. Even though datasets have grown in size, the K-means algorithm remains as one of the most popular clustering methods, in spite of its dependency on the initial settings and high computational cost, especially in terms of distance computations. In this work, we propose an efficient approximation to the K-means problem intended for massive data. Our approach recursively partitions the entire dataset into a small number of sub- sets, each of which is characterized by its representative (center of mass) and weight (cardinality), afterwards a weighted version of the K-means algorithm is applied over such local representation, which can drastically reduce the number of distances computed. In addition to some theoretical properties, experimental results indicate that our method outperforms well-known approaches, such as the K-means++ and the minibatch K-means, in terms of the relation between number of distance computations and the quality of the approximation.
A note on the statistical view of matrix completion
A very simple interpretation of matrix completion problem is introduced based on statistical models. Combined with the well-known results from missing data analysis, such interpretation indicates that matrix completion is still a valid and principled estimation procedure even without the missing completely at random (MCAR) assumption, which almost all of the current theoretical studies of matrix completion assume.
Destination Prediction by Trajectory Distribution Based Model
Besse, Philippe C., Guillouet, Brendan, Loubes, Jean-Michel, Royer, Francois
ONITORING and predicting road traffic is of great importance for traffic managers. With the increase of mobile sensors, such as GPS devices and smartphones, much information is at hand to understand urban traffic. In the last few years, a large amount of research has been conducted in order to use this data to model and analyze road traffic conditions. The aim of this paper is to tackle the issue of predicting the destination of vehicles given a prefix of their trajectory. This problem has been the subject of a Kaggle challenge entitled "ECML/PKDD 15: Taxi Trajectory Prediction (I)" [1]. The observations are time-stamped locations that correspond to the different positions of vehicles moving within a city monitored at different observation times. When dealing with a dataset composed of trajectories, the difficulty lies in the fact that the data convey both spatial information (locations of the vehicles on the map of the city) and temporal information (for each vehicle, the locations are indexed by time, which creates a sequence of locations that compose a full trajectory). Hence the data have a spatiotemporal structure that must be taken into account in order to model their evolution while the trajectories of the destination points to be predicted are unknown. Vehicle trajectories are also constrained to a road network which makes their time progression very irregular.
Learning theory estimates with observations from general stationary stochastic processes
Hang, Hanyuan, Feng, Yunlong, Steinwart, Ingo, Suykens, Johan A. K.
This paper investigates the supervised learning problem with observations drawn from certain general stationary stochastic processes. Here by \emph{general}, we mean that many stationary stochastic processes can be included. We show that when the stochastic processes satisfy a generalized Bernstein-type inequality, a unified treatment on analyzing the learning schemes with various mixing processes can be conducted and a sharp oracle inequality for generic regularized empirical risk minimization schemes can be established. The obtained oracle inequality is then applied to derive convergence rates for several learning schemes such as empirical risk minimization (ERM), least squares support vector machines (LS-SVMs) using given generic kernels, and SVMs using Gaussian kernels for both least squares and quantile regression. It turns out that for i.i.d.~processes, our learning rates for ERM recover the optimal rates. On the other hand, for non-i.i.d.~processes including geometrically $\alpha$-mixing Markov processes, geometrically $\alpha$-mixing processes with restricted decay, $\phi$-mixing processes, and (time-reversed) geometrically $\mathcal{C}$-mixing processes, our learning rates for SVMs with Gaussian kernels match, up to some arbitrarily small extra term in the exponent, the optimal rates. For the remaining cases, our rates are at least close to the optimal rates. As a by-product, the assumed generalized Bernstein-type inequality also provides an interpretation of the so-called "effective number of observations" for various mixing processes.
Clustering subgaussian mixtures by semidefinite programming
Mixon, Dustin G., Villar, Soledad, Ward, Rachel
We introduce a model-free relax-and-round algorithm for k-means clustering based on a semidefinite relaxation due to Peng and Wei. The algorithm interprets the SDP output as a denoised version of the original data and then rounds this output to a hard clustering. We provide a generic method for proving performance guarantees for this algorithm, and we analyze the algorithm in the context of subgaussian mixture models. We also study the fundamental limits of estimating Gaussian centers by k-means clustering in order to compare our approximation guarantee to the theoretically optimal k-means clustering solution.