Education
The future of AI research is in Africa
Sitting in a hotel lobby in Tangier, Morocco, Charity Wayua laughs as she recounts her journey to the city for a conference on technology and innovation. After starting her trip in Nairobi, Kenya, where she leads one of IBM's two research centers in Africa, she had to fly past her destination for a layover in Dubai, double back to Casablanca, and then take a three-and-a-half-hour drive to Tangier. What would have been a seven- to eight-hour direct flight was instead a nearly 24-hour odyssey. This is not unusual, she says. The hassle of traveling within the region isn't the only thing making things difficult for Africa's research community: the difficulty of traveling out of the region has often left its researchers out of the international conversation.
How former Navy SEALs use artificial intelligence to make schools safer Video NJTV News
Dustin is posing as an active shooter armed with an assault rifle. If he thinks he's undetected looking to prey on the unsuspecting, he'd be completely wrong. We've tested a couple different model architectures and we use that over existing security cameras using different types of GPUs to be able to digest those video feeds, run analytics over it looking for a weapon and then sending the alert out," said Mike Lahiff, CEO of ZeroEyes. The alert goes out in a flash to law enforcers and administrators with video of Dustin's movements and location. "Instantly, I would get on my police radio and notify first responders that I have a possible threat on location.
Human Capital Management Technology May Be 'Demo Candy' - InformationWeek
AI is finding its way to more places in organizations, including human resources. Human capital management providers are building AI into their solutions, but depending on the details, it may be wiser to build your own application than buy something off-the-shelf. Earlier this year, Gartner issued a research note exploring AI use cases in human capital management (HCM). Its author, VP Analyst Helen Poitevin, concluded that many of these applications were still in the "demo candy" stage, mainly to demonstrate product roadmaps. In other words, AI-related expectations are outpacing reality.
Teen Inventor Designs Noninvasive Allergy Screen Using Genetics and Machine Learning
One of Ayush Alag's earliest memories is of biting into a chocolate bar with cashew nuts and suddenly feeling his throat get itchy. For most of his childhood, the Santa Clara, California resident avoided eating anything with cashews and other nuts that caused irritation as best as he could. By his middle school years, he and his parents wanted to know for sure: did he have a serious food allergy, like 32 million other Americans, or was it just a food sensitivity? They sought the help of an allergist, Joseph Hernandez of Stanford University. Hernandez told them that the difference between an allergy and a food sensitivity is huge.
Taking the lead on digital and AI - Education Technology
From TED Talk speakers, to a futurologist's keynote at an event, those who make predictions about the future usually live safe in the knowledge they won't retrospectively be pulled up on forecasts that don't come to pass. The picture is very different for those in government, who must ensure citizens and businesses are adequately prepared for challenges. Government predictions must convert to real-world planning that puts building blocks for future success and prosperity in place – it can't be a'finger in the air'. Education is at the foundations of preparation. Governments and educators must identify trends early enough to update curriculums, develop the right courses, and equip people with skills that put us in a strong position to compete on the world stage.
What's wrong with the approach to Data Science?
Data science is the application of statistics, programming and domain knowledge to generate insights into a problem that needs to be solved. The Harvard Business Review said Data Scientist is the sexiest job of the 21st century. How often has that article been referenced to convince people? The job'Data Scientist' has been around for decades, it was just not called "Data Scientist". Statisticians have used their knowledge and skills using machine learning techniques such as Logistic Regression and Random Forest for prediction and insights for decades.
Addressing Delayed Feedback for Continuous Training with Neural Networks in CTR prediction
Ktena, Sofia Ira, Tejani, Alykhan, Theis, Lucas, Myana, Pranay Kumar, Dilipkumar, Deepak, Huszar, Ferenc, Yoo, Steven, Shi, Wenzhe
One of the challenges in display advertising is that the distribution of features and click through rate (CTR) can exhibit large shifts over time due to seasonality, changes to ad campaigns and other factors. The predominant strategy to keep up with these shifts is to train predictive models continuously, on fresh data, in order to prevent them from becoming stale. However, in many ad systems positive labels are only observed after a possibly long and random delay. These delayed labels pose a challenge to data freshness in continuous training: fresh data may not have complete label information at the time they are ingested by the training algorithm. Naive strategies which consider any data point a negative example until a positive label becomes available tend to underestimate CTR, resulting in inferior user experience and suboptimal performance for advertisers. The focus of this paper is to identify the best combination of loss functions and models that enable large-scale learning from a continuous stream of data in the presence of delayed labels. In this work, we compare 5 different loss functions, 3 of them applied to this problem for the first time. We benchmark their performance in offline settings on both public and proprietary datasets in conjunction with shallow and deep model architectures. We also discuss the engineering cost associated with implementing each loss function in a production environment. Finally, we carried out online experiments with the top performing methods, in order to validate their performance in a continuous training scheme. While training on 668 million in-house data points offline, our proposed methods outperform previous state-of-the-art by 3% relative cross entropy (RCE). During online experiments, we observed 55% gain in revenue per thousand requests (RPMq) against naive log loss.
A semi-holographic hyperdimensional representation system for hardware-friendly cognitive computing
Serb, A., Kobyzev, I., Wang, J., Prodromakis, T.
One of the main, long-term objectives of artificial intelligence is the creation of thinking machines. To that end, substantial effort has been placed into designing cognitive systems; i.e. systems that can manipulate semantic-level information. A substantial part of that effort is oriented towards designing the mathematical machinery underlying cognition in a way that is very efficiently implementable in hardware. In this work we propose a 'semi-holographic' representation system that can be implemented in hardware using only multiplexing and addition operations, thus avoiding the need for expensive multiplication. The resulting architecture can be readily constructed by recycling standard microprocessor elements and is capable of performing two key mathematical operations frequently used in cognition, superposition and binding, within a budget of below 6 pJ for 64- bit operands. Our proposed 'cognitive processing unit' (CoPU) is intended as just one (albeit crucial) part of much larger cognitive systems where artificial neural networks of all kinds and associative memories work in concord to give rise to intelligence.
ParaFIS:A new online fuzzy inference system based on parallel drift anticipation
Leroy, Clement, Anquetil, Eric, Girard, Nathalie
This paper proposes a new architecture of incremen-tal fuzzy inference system (also called Evolving Fuzzy System-EFS). In the context of classifying data stream in non stationary environment, concept drifts problems must be addressed. Several studies have shown that EFS can deal with such environment thanks to their high structural flexibility. These EFS perform well with smooth drift (or incremental drift). The new architecture we propose is focused on improving the processing of brutal changes in the data distribution (often called brutal concept drift). More precisely, a generalized EFS is paired with a module of anticipation to improve the adaptation of new rules after a brutal drift. The proposed architecture is evaluated on three datasets from UCI repository where artificial brutal drifts have been applied. A fit model is also proposed to get a "reactivity time" needed to converge to the steady-state and the score at end. Both characteristics are compared between the same system with and without anticipation and with a similar EFS from state-of-the-art. The experiments demonstrates improvements in both cases.
A Neural Turing~Machine for Conditional Transition Graph Modeling
Lazreg, Mehdi Ben, Goodwin, Morten, Granmo, Ole-Christoffer
Graphs are an essential part of many machine learning problems such as analysis of parse trees, social networks, knowledge graphs, transportation systems, and molecular structures. Applying machine learning in these areas typically involves learning the graph structure and the relationship between the nodes of the graph. However, learning the graph structure is often complex, particularly when the graph is cyclic, and the transitions from one node to another are conditioned such as graphs used to represent a finite state machine. To solve this problem, we propose to extend the memory based Neural Turing Machine (NTM) with two novel additions. We allow for transitions between nodes to be influenced by information received from external environments, and we let the NTM learn the context of those transitions. We refer to this extension as the Conditional Neural Turing Machine (CNTM). We show that the CNTM can infer conditional transition graphs by empirically verifiying the model on two data sets: a large set of randomly generated graphs, and a graph modeling the information retrieval process during certain crisis situations. The results show that the CNTM is able to reproduce the paths inside the graph with accuracy ranging from 82,12% for 10 nodes graphs to 65,25% for 100 nodes graphs.