Goto

Collaborating Authors

 Education


Alexa, when's my next class? This university is giving out Amazon Echo Dots

USATODAY - Tech Top Stories

Starting this fall, some students at Northeastern University in Boston will be given the option of getting an Echo Dot smart speaker linked to their university accounts. They'll be able to ask Amazon's Alexa what time their classes are, how much money's left on their food card and even how much they owe the bursar's office. The program gives students instant access to information they would have to call or go online for, as well as taking pressure off the school's offices. It also makes Amazon's digital assistant a go-to source for a generation who will inhabit a world in which talking to computers is commonplace and who will soon have paychecks to spend. At the same time, it raises questions about security and privacy for young adults living in close quarters, often on their own for the first time.


AI architect will be the hottest role in the future of work

#artificialintelligence

As AI continues to advance, what future jobs are just over the horizon? Despite fears of automation taking away jobs, the need for skilled humans to operate, utilise and advance technologies will remain unequivocally necessary. While there are plenty of people who fear robots taking over their jobs, there are also many important positives to automation. This starts with having robots in the workplace to treat like robots, and revaluing human employees as actual humans with a need for purpose and work-life balance. Automation, and augmented and virtual reality (AR/VR) all lead to the idea that human workers will be valued for their uniquely human skills, such as creativity and innovative thinking.


Autonomous Vehicles Might Drive Cities to Financial Ruin

WIRED

In Ann Arbor, Michigan, last week, 125 mostly white, mostly male, business-card-bearing attendees crowded into a brightly lit ballroom to consider "mobility." That's the buzzword for a hazy vision of how tech in all forms--including smartphones, credit cards, and autonomous vehicles-- will combine with the remains of traditional public transit to get urbanites where they need to go. There was a fizz in the air at the Meeting of the Minds session, advertised as a summit to prepare cities for the "autonomous revolution." In the US, most automotive research happens within an hour of that ballroom, and attendees knew that development of "level 4" autonomous vehicles--designed to operate in limited locations, but without a human driver intervening--is accelerating. Susan Crawford (@scrawford) is an Ideas contributor for WIRED, a professor at Harvard Law School, and the author of Captive Audience: The Telecom Industry and Monopoly Power in the New Gilded Age.


Embracing machine learning in education

#artificialintelligence

What is this so called machine learning that has everyone in the market adopting? Machine learning has varying definitions, depending on the authors of books and articles or one's understanding. I like to define machine learning as a branch of artificial intelligence that provides systems with the ability to learn and act like humans, while also improving their learning over time through observations and real-world interactions without being explicitly programmed. In technical terms, it is simply a set of algorithms with the ability to learn, act and adapt autonomously without being explicitly programmed. Machine learning can be applied in various areas in our day-to-day lives.


IIT-BHU signs MoU with Amazon Internet Services

#artificialintelligence

The Indian Institute of Technology โ€“ Banaras Hindu University (IIT-BHU) and Amazon Internet Services have signed a Memorandum of Understanding (MoU) to develop cloud-ready job skills by providing access to the Amazon Web Services (AWS) Educate program, and to help establish an Artificial Intelligence (AI) and Machine Learning (ML) Cloud Research Lab. The Cloud Research Lab will provide students with opportunities to use AWS Cloud technology to pursue research initiatives that focus on AI and ML innovation for India. Under the MoU agreement, IIT-BHU gains access to the resources in the Amazon Web Services (AWS) Educate program and curriculum designed for higher education institutions to incorporate in to their courses. This collaboration will help accelerate cloud-related technical expertise for students and boost their readiness as they prepare to undertake the industry-recognized certification. "As Chairman of the Committee on Leveraging AI for National Missions in Key Sectors, I am acutely aware of the critical need to develop a proficient and robust talent base in the country in core areas such as cloud computing, artificial intelligence, and machine learning applied to problems in various sectors. As IITs are the premier engineering institutes in India, we have an obligation to ensure that our brightest and the most talented students in the country have easy access to best-in-class technology," said Professor Rajeev Sangal, Director, IIT-BHU.


Artificial Intelligence Has Companies' Interest, But Not Their Cash

#artificialintelligence

Some 70 percent of companies claim they're using a form of artificial intelligence (A.I.), according to a new report by Constellation Research. That includes machine learning, deep learning, natural language processing, and cognitive computing. But while companies are interested in what A.I. can potentially do for them, many aren't willing to invest massive amounts of money in the endeavor. Some 92 percent of respondents reported overall A.I. budgets of less than $5 million, with 52 percent paying less than $1 million. However, most plan to increase their A.I.-related spending over the next year.


Embracing machine learning in education

#artificialintelligence

What is this so called machine learning that has everyone in the market adopting? Machine learning has varying definitions, depending on the authors of books and articles or one's understanding. I like to define machine learning as a branch of artificial intelligence that provides systems with the ability to learn and act like humans, while also improving their learning over time through observations and real-world interactions without being explicitly programmed. In technical terms, it is simply a set of algorithms with the ability to learn, act and adapt autonomously without being explicitly programmed. Machine learning can be applied in various areas in our day-to-day lives.


Gradient Adversarial Training of Neural Networks

arXiv.org Machine Learning

We propose gradient adversarial training, an auxiliary deep learning framework applicable to different machine learning problems. In gradient adversarial training, we leverage a prior belief that in many contexts, simultaneous gradient updates should be statistically indistinguishable from each other. We enforce this consistency using an auxiliary network that classifies the origin of the gradient tensor, and the main network serves as an adversary to the auxiliary network in addition to performing standard task-based training. We demonstrate gradient adversarial training for three different scenarios: (1) as a defense to adversarial examples we classify gradient tensors and tune them to be agnostic to the class of their corresponding example, (2) for knowledge distillation, we do binary classification of gradient tensors derived from the student or teacher network and tune the student gradient tensor to mimic the teacher's gradient tensor; and (3) for multi-task learning we classify the gradient tensors derived from different task loss functions and tune them to be statistically indistinguishable. For each of the three scenarios we show the potential of gradient adversarial training procedure. Specifically, gradient adversarial training increases the robustness of a network to adversarial attacks, is able to better distill the knowledge from a teacher network to a student network compared to soft targets, and boosts multi-task learning by aligning the gradient tensors derived from the task specific loss functions. Overall, our experiments demonstrate that gradient tensors contain latent information about whatever tasks are being trained, and can support diverse machine learning problems when intelligently guided through adversarialization using a auxiliary network.


Learning Neural Parsers with Deterministic Differentiable Imitation Learning

arXiv.org Artificial Intelligence

We address the problem of spatial segmentation of a 2D object in the context of a robotic system for painting, where an optimal segmentation depends on both the appearance of the object and the size of each segment. Since each segment must take into account appearance features at several scales, we take a hierarchical grammar-based parsing approach to decompose the object into 2D segments for painting. Since there are many ways to segment an object the solution space is extremely large and it is very challenging to utilize an exploration based optimization approach like reinforcement learning. Instead, we pose the segmentation problem as an imitation learning problem by using a segmentation algorithm in the place of an expert, that has access to a small dataset with known foreground-background segmentations. During the imitation learning process, we learn to imitate the oracle (segmentation algorithm) using only the image of the object, without the use of the known foreground-background segmentations. We introduce a novel deterministic policy gradient update, DRAG, in the form of a deterministic actor-critic variant of AggreVaTeD, to train our neural network based object parser. We will also show that our approach can be seen as extending DDPG to the Imitation Learning scenario. Training our neural parser to imitate the oracle via DRAG allow our neural parser to outperform several existing imitation learning approaches.


Machine learning may be a game-changer for climate prediction

#artificialintelligence

New York, NY--June 19, 2018--A major challenge in current climate prediction models is how to accurately represent clouds and their atmospheric heating and moistening. This challenge is behind the wide spread in climate prediction. Yet accurate predictions of global warming in response to increased greenhouse gas concentrations are essential for policy-makers (e.g. the Paris climate agreement). In a paper recently published online in Geophysical Research Letters (May 23), researchers led by Pierre Gentine, associate professor of earth and environmental engineering at Columbia Engineering, demonstrate that machine learning techniques can be used to tackle this issue and better represent clouds in coarse resolution ( 100km) climate models, with the potential to narrow the range of prediction. "This could be a real game-changer for climate prediction," says Gentine, lead author of the paper, and a member of the Earth Institute and the Data Science Institute.