Goto

Collaborating Authors

 Education


Structure-mapping engine enables computers to reason and learn like humans, including solving moral dilemmas

#artificialintelligence

Northwestern University's Ken Forbus is closing the gap between humans and machines. Using cognitive science theories, Forbus and his collaborators have developed a model that could give computers the ability to reason more like humans and even make moral decisions. Called the structure-mapping engine (SME), the new model is capable of analogical problem solving, including capturing the way humans spontaneously use analogies between situations to solve moral dilemmas. "In terms of thinking like humans, analogies are where it's at," said Forbus, Walter P. Murphy Professor of Electrical Engineering and Computer Science in Northwestern's McCormick School of Engineering. "Humans use relational statements fluidly to describe things, solve problems, indicate causality, and weigh moral dilemmas."


Lighting the way to deep machine learning

#artificialintelligence

The most important subpackages provide implementations of boilerplate code that is relevant to machine-learning problems. These include computer vision, natural language processing, and speech processing. Other subpackages may be smaller and focus on more specific problems or even specific data sets.


What's Next for Artificial Intelligence

#artificialintelligence

The traditional definition of artificial intelligence is the ability of machines to execute tasks and solve problems in ways normally attributed to humans. Some tasks that we consider simple--recognizing an object in a photo, driving a car--are incredibly complex for AI. Machines can surpass us when it comes to things like playing chess, but those machines are limited by the manual nature of their programming; a 30 gadget can beat us at a board game, but it can't do--or learn to do--anything else. This is where machine learning comes in. Show millions of cat photos to a machine, and it will hone its algorithms to improve at recognizing pictures of cats.


Post-Doctor in Informatics with Specialization in Machine Learning, HS 2016/600, application deadline August 12th 2016 - University of Skรถvde

#artificialintelligence

University of Skรถvde is seeking a post-doc in machine learning for a project where the main application scenario will be text analytics. The post-doc will have an unique opportunity to develop new machine learning algorithms, e.g., from the field of deep learning, to detect and predict how text flows from the internet evolve over time based on over 700 000 different sources on the open web (through an API provided by our partner company Recorded Future). The post-doc will be affiliated with the Skรถvde Artificial Intelligence Lab (SAIL), which is one of the oldest and most prominent research groups in artificial intelligence (AI) in Sweden. At the University of Skรถvde Informatics is defined as the science that addresses how information is represented, processed and communicated in artificial and natural systems, and how such systems are used and developed in order to achieve usable and effective applications and solutions for individuals, organizations or society. The post-doc is positioned at the School of Informatics, which is a school in expansion.


What's Next for Artificial Intelligence

#artificialintelligence

The traditional definition of artificial intelligence is the ability of machines to execute tasks and solve problems in ways normally attributed to humans. Some tasks that we consider simple--recognizing an object in a photo, driving a car--are incredibly complex for AI. Machines can surpass us when it comes to things like playing chess, but those machines are limited by the manual nature of their programming; a 30 gadget can beat us at a board game, but it can't do--or learn to do--anything else. This is where machine learning comes in. Show millions of cat photos to a machine, and it will hone its algorithms to improve at recognizing pictures of cats.


NYC Data Science Academy

#artificialintelligence

They are currently in the NYC Data Science Academy 12 week full time Data Science Bootcamp program taking place between January 11th to April 1st, 2016. This post is based on their fourth class project - Machine learning(due on the 8th week of the program). The Higgs Boson Challenge, hosted by Kaggle, asked the data scientist community to utilize machine learning to accurately predict if a particle was a Higgs-Boson particle or not; more specifically if a signal detected was either a'tau tau decay of a Higgs boson' or just'background'. The datasets provided were the training and test set with 250,000 and 550,000 observations, respectively. The training set contained all the same features as the test with two additional columns of'Label' and'Weight' that gave the accurate classifiers to help train our models.


Interactive Semantic Featuring for Text Classification

arXiv.org Machine Learning

In text classification, dictionaries can be used to define human-comprehensible features. We propose an improvement to dictionary features called smoothed dictionary features. These features recognize document contexts instead of n-grams. We describe a principled methodology to solicit dictionary features from a teacher, and present results showing that models built using these human-comprehensible features are competitive with models trained with Bag of Words features.


3 good resources for humans who want to learn more about machine learning

#artificialintelligence

If you're a child of the '80s like me, you might recognize this famous line from the movie WarGames. This innocent-sounding question comes not from one of the movie's human stars, but from a military super-computer named Joshua, after a bored high school student, played by Matthew Broderick, accesses the computer's hard drive. Thinking he's hacked into a video game company, Broderick's character accepts Joshua's challenge and chooses the most intriguing game he can find: global thermonuclear war. Joshua is an intelligent computer programmed to learn through simulations like the one Broderick's character initiates. And because the computer actually does control the arsenal of U.S. nuclear weapons, it's a "game" that puts the planet on the brink of World War III.


What's Next for Artificial Intelligence

#artificialintelligence

The traditional definition of artificial intelligence is the ability of machines to execute tasks and solve problems in ways normally attributed to humans. Some tasks that we consider simple--recognizing an object in a photo, driving a car--are incredibly complex for AI. Machines can surpass us when it comes to things like playing chess, but those machines are limited by the manual nature of their programming; a 30 gadget can beat us at a board game, but it can't do--or learn to do--anything else. This is where machine learning comes in. Show millions of cat photos to a machine, and it will hone its algorithms to improve at recognizing pictures of cats.


Making Computers Reason and Learn by Analogy

#artificialintelligence

Analogy and similarity are central phenomena in human cognition, involved in processes ranging from visual perception to conceptual change. To capture this centrality requires that a model of comparison must be able to integrate with other processes and handle the size and complexity of the representations required by the tasks being modeled. This paper describes extensions to Structure-Mapping Engine (SME) since its inception in 1986 that have increased its scope of operation. We first review the basic SME algorithm, describe psychological evidence for SME as a process model, and summarize its role in simulating similarity-based retrieval and generalization. Then we describe five techniques now incorporated into the SME that have enabled it to tackle large-scale modeling tasks: (a) Greedy merging rapidly constructs one or more best interpretations of a match in polynomial time: O(n2log(n)); (b) Incremental operation enables mappings to be extended as new information is retrieved or derived about the base or target, to model situations where information in a task is updated over time; (c) Ubiquitous predicates model the varying degrees to which items may suggest alignment; (d) Structural evaluation of analogical inferences models aspects of plausibility judgments; (e) Match filters enable large-scale task models to communicate constraints to SME to influence the mapping process.