Goto

Collaborating Authors

 Genre


Deep Learning Outwits Cyber Attackers and Poachers, Google Releases Q1 Numbers, and More – This Week in Artificial Intelligence 04-22-16

#artificialintelligence

Researchers from MIT's Computer Science and Artificial Laboratory (CSAIL) alongside machine learning-startup PatternEx have created a new cybersecurity defense system that makes use of both unsupervised and supervised learning methods. Human analysts are then presented with the data and given an opportunity to identify actual attacks, which are then fed back into the machine. The system learns and refines its accuracy over time. CSAIL research scientist Kalyan Veeramachaneni, one of AI,2's co-creators, described it this way: "The more attacks the system detects, the more analyst feedback it receives, which, in turn, improves the accuracy of future predictions. That human-machine interaction creates a beautiful, cascading effect."


The Data Science Toolkit - My Boot Camp Ciriculum

@machinelearnbot

This is a compilation has everything you need to jumpstart your skills in the core tasks of data transformation, modeling, and visualization. MODELING Below is a list of popular analysis from Rexer's 2013 survey. The table is biased towards customer transaction, text, and social media data. CRAN has pages dedicated to each typical task of statistical computing http://cran.r-project.org/web/views/ Python has several packages tailored for statistical analysis including Pandas, Orange, PyBrain and Scikit-learn TRANSFORMATION OpenRefine is designed to help journalists and other non technical people organize incomplete data from different sources.


Machine learning rivals human skills in cancer detection

#artificialintelligence

Two announcements yesterday (April 21) suggest that deep learning algorithms rival human skills in detecting cancer from ultrasound images and in identifying cancer in pathology reports. Samsung Medison, a global medical equipment company and an affiliate of Samsung Electronics, has just updated its RS80A ultrasound imaging system with a deep learning algorithm for breast-lesion analysis. The "S-Detect for Breast" feature uses big data collected from breast-exam cases and recommends whether the selected lesion is benign or malignant. It's used in in lesion segmentation, characteristic analysis, and assessment processes, providing "more accurate results." "We saw a high level of conformity from analyzing and detecting lesion in various cases by using the S-Detect," said professor Han Boo Kyung, a radiologist at Samsung Medical Center.


The Last Frontiers of AI: Can Scientists Design Creativity and Self-Awareness?

#artificialintelligence

That's where hallucinations, reflexes, Post Traumatic Stress, Phobias, and most importantly, dreams come from. You are right, the mind doesn't deal with much external data. Sense organs are all processed elsewhere, however, some sections of processing overlap, autonomic vs. reflex, etc. The conscious portion of human beings is very tiny compared with all the subconscious and unconscious/automatic processes going on.


Are Manufacturers Ready for the Connected Industrial Workforce?

#artificialintelligence

Despite plans to invest in machines and artificial intelligence as part of their strategy to boost productivity, many automotive and industrial equipment companies are failing to implement the measures needed to harness these capabilities, according to a new report from Accenture. The report, "Machine dreams: Making the Most of the Connected Industrial Workforce," is based on interviews with more than 500 business executives in Asia, Europe and the United States involved in setting their company's strategy for the connected industrial workforce. According to the report, manufacturing and production are undergoing rapid change as machines and AI are becoming closely integrated with personnel, creating the connected industrial workforce. By combining mobile, safety and tracking technologies with analytics, companies are enhancing the activities of an industrial worker. The report concludes that the creation of a connected industrial workforce is already part of the business strategy of the majority of automotive and industrial equipment producers, cited by 94 percent of respondents.


Beyond smartphones: Google CEO says AI is the next big thing

#artificialintelligence

Artificial intelligence is nothing new at Google, but today we learned just how big a role top boss Sundar Pichai sees AI playing in our future. Answering an analyst query on Google-parent company Alphabet's Q1 2016 earnings call about how the company is leading innovation, rather than simply adapting to changes in technology, Pichai talked about his role in projecting where Alphabet is going in the next 10 years. He gave a shout out to VR as the hot new platform, and then wrapped up his comments by saying: "In the long run, I think we will evolve in computing from a mobile-first world to an AI-first world." Earlier in the call he cited Google's DeepMind AlphaGo super computer defeating a human champion as an extraordinary achievement. He also said the company is investing in AI and machine learning, areas that are taking off and beginning to bear real-world benefits.


Google believes artificial intelligence will be bigger than virtual reality

#artificialintelligence

I too believe AI could be bigger in the future once the under pinning technology and infrastructure moves to Quantum Technology so that hacking is under control and performance is where it needs to be. When Mark Zuckerberg thinks about the future, he sees a world that's dominated by mobile devices and virtual reality, but when Google CEO Sundar Pichai thinks about the future, all he sees is artificial intelligence. He suggested as much during Alphabet's quarterly earnings call on Thursday, saying that mobile devices and virtual reality will dominate the immediate future, but that they'll eventually be surpassed in importance by artificial intelligence. However, he didn't go into detail about what this future will look like. Artificial intelligence is nothing new at Google, but today we learned just how big a role top boss Sundar Pichai sees AI playing in our future.


Optimization as Estimation with Gaussian Processes in Bandit Settings

arXiv.org Machine Learning

Recently, there has been rising interest in Bayesian optimization -- the optimization of an unknown function with assumptions usually expressed by a Gaussian Process (GP) prior. We study an optimization strategy that directly uses an estimate of the argmax of the function. This strategy offers both practical and theoretical advantages: no tradeoff parameter needs to be selected, and, moreover, we establish close connections to the popular GP-UCB and GP-PI strategies. Our approach can be understood as automatically and adaptively trading off exploration and exploitation in GP-UCB and GP-PI. We illustrate the effects of this adaptive tuning via bounds on the regret as well as an extensive empirical evaluation on robotics and vision tasks, demonstrating the robustness of this strategy for a range of performance criteria.


Learning Concept Graphs from Online Educational Data

Journal of Artificial Intelligence Research

This paper addresses an open challenge in educational data mining, i.e., the problem of automatically mapping online courses from different providers (universities, MOOCs, etc.) onto a universal space of concepts, and predicting latent prerequisite dependencies (directed links) among both concepts and courses. We propose a novel approach for inference within and across course-level and concept-level directed graphs. In the training phase, our system projects partially observed course-level prerequisite links onto directed concept-level links; in the testing phase, the induced concept-level links are used to infer the unknown course-level prerequisite links. Whereas courses may be specific to one institution, concepts are shared across different providers. The bi-directional mappings enable our system to perform interlingua-style transfer learning, e.g. treating the concept graph as the interlingua and transferring the prerequisite relations across universities via the interlingua. Experiments on our newly collected datasets of courses from MIT, Caltech, Princeton and CMU show promising results.


Matrix completion with column manipulation: Near-optimal sample-robustness-rank tradeoffs

arXiv.org Machine Learning

This paper considers the problem of matrix completion when some number of the columns are completely and arbitrarily corrupted, potentially by a malicious adversary. It is well-known that standard algorithms for matrix completion can return arbitrarily poor results, if even a single column is corrupted. One direct application comes from robust collaborative filtering. Here, some number of users are so-called manipulators who try to skew the predictions of the algorithm by calibrating their inputs to the system. In this paper, we develop an efficient algorithm for this problem based on a combination of a trimming procedure and a convex program that minimizes the nuclear norm and the $\ell_{1,2}$ norm. Our theoretical results show that given a vanishing fraction of observed entries, it is nevertheless possible to complete the underlying matrix even when the number of corrupted columns grows. Significantly, our results hold without any assumptions on the locations or values of the observed entries of the manipulated columns. Moreover, we show by an information-theoretic argument that our guarantees are nearly optimal in terms of the fraction of sampled entries on the authentic columns, the fraction of corrupted columns, and the rank of the underlying matrix. Our results therefore sharply characterize the tradeoffs between sample, robustness and rank in matrix completion.