Goto

Collaborating Authors

 Education


Do Deep Convolutional Nets Really Need to be Deep and Convolutional?

arXiv.org Machine Learning

Yes, they do. This paper provides the first empirical demonstration that deep convolutional models really need to be both deep and convolutional, even when trained with methods such as distillation that allow small or shallow models of high accuracy to be trained. Although previous research showed that shallow feed-forward nets sometimes can learn the complex functions previously learned by deep nets while using the same number of parameters as the deep models they mimic, in this paper we demonstrate that the same methods cannot be used to train accurate models on CIFAR-10 unless the student models contain multiple layers of convolution. Although the student models do not have to be as deep as the teacher model they mimic, the students need multiple convolutional layers to learn functions of comparable accuracy as the deep convolutional teacher.


Semi-supervised Knowledge Transfer for Deep Learning from Private Training Data

arXiv.org Machine Learning

Some machine learning applications involve training data that is sensitive, such as the medical histories of patients in a clinical trial. A model may inadvertently and implicitly store some of its training data; careful analysis of the model may therefore reveal sensitive information. To address this problem, we demonstrate a generally applicable approach to providing strong privacy guarantees for training data: Private Aggregation of Teacher Ensembles (PATE). The approach combines, in a black-box fashion, multiple models trained with disjoint datasets, such as records from different subsets of users. Because they rely directly on sensitive data, these models are not published, but instead used as "teachers" for a "student" model. The student learns to predict an output chosen by noisy voting among all of the teachers, and cannot directly access an individual teacher or the underlying data or parameters. The student's privacy properties can be understood both intuitively (since no single teacher and thus no single dataset dictates the student's training) and formally, in terms of differential privacy. These properties hold even if an adversary can not only query the student but also inspect its internal workings. Compared with previous work, the approach imposes only weak assumptions on how teachers are trained: it applies to any model, including non-convex models like DNNs. We achieve state-of-the-art privacy/utility trade-offs on MNIST and SVHN thanks to an improved privacy analysis and semi-supervised learning.


Students feel most concentrated when reading print books

Daily Mail - Science & tech

Do students learn as much when they read digitally as they do in print? For both parents and teachers, knowing whether computer-based media are improving or compromising education is a question of concern. With the surge in popularity of e-books, online learning and open educational resources, investigators have been trying to determine whether students do as well when reading an assigned text on a digital screen as on paper. The answer to the question, however, needs far more than a yes-no response. In my research, I have compared the ways in which we read in print and onscreen.


Towards artificial intelligence-based assessment systems

#artificialintelligence

The application of AI to education has been the subject of academic research for more than 30 years, with the aim of making "computationally precise and explicit forms of educational, psychological and social knowledge which are often left implicit"3. The evidence from existing AI systems that assess learning as well as provide tutoring is positive with respect to their assessment accuracy4. AI is a powerful tool to open up the'black box of learning', by providing a deep, fine-grained understanding of when and how learning actually happens. In order to open this black box of learning, AI assessment systems need information about: (1) the curriculum, subject area and learning activities that each student is completing; (2) the details of the steps each student takes as they complete these activities; and (3) what counts as success within each of these activities and within each of the steps towards the completion of each activity. AI techniques, such as computer modelling and machine learning, are applied to this information and the AI assessment system forms an evaluation of the student's knowledge of the subject area being studied.


Deep Learning For Beginners

#artificialintelligence

If you work in the tech sector or have interest in the tech scene, you've probably heard the term "deep learning" floating around quite a bit. It's the emerging area of computer science that is revolutionizing artificial intelligence, allowing us to build machines and systems of the future. Although deep learning is making our lives easier, understanding how it works can be hard. Having spent quite some time exploring the world of deep learning, mostly for computer vision applications, I learned a thing or two on what it's all about and therefore I'm here to share what I learned. Firstly, before you understand deep learning, it's important that you know what machine learning is.


News site makes readers answer questions to prove they understand story before posting comments

The Independent - Tech

People trying to comment on articles will now be forced to prove they understand what it's about. That's at least at Norwegian broadcaster NRK's website, which will present people who want to leave comments with a quiz that asks them about what the story is actually about. The creators of the quiz hope that asking people the questions will make sure that everyone on the comment actually understands it. The giant human-like robot bears a striking resemblance to the military robots starring in the movie'Avatar' and is claimed as a world first by its creators from a South Korean robotic company Waseda University's saxophonist robot WAS-5, developed by professor Atsuo Takanishi and Kaptain Rock playing one string light saber guitar perform jam session A man looks at an exhibit entitled'Mimus' a giant industrial robot which has been reprogrammed to interact with humans during a photocall at the new Design Museum in South Kensington, London Electrification Guru Dr. Wolfgang Ziebart talks about the electric Jaguar I-PACE concept SUV before it was unveiled before the Los Angeles Auto Show in Los Angeles, California, U.S The Jaguar I-PACE Concept car is the start of a new era for Jaguar. Japan's On-Art Corp's CEO Kazuya Kanemaru poses with his company's eight metre tall dinosaur-shaped mechanical suit robot'TRX03' and other robots during a demonstration in Tokyo, Japan Japan's On-Art Corp's eight metre tall dinosaur-shaped mechanical suit robot'TRX03' performs during its unveiling in Tokyo, Japan Singulato Motors co-founder and CEO Shen Haiyin poses in his company's concept car Tigercar P0 at a workshop in Beijing, China A picture shows Singulato Motors' concept car Tigercar P0 at a workshop in Beijing, China Connected company president Shigeki Tomoyama addresses a press briefing as he elaborates on Toyota's "connected strategy" in Tokyo.


Multi-Task Multiple Kernel Relationship Learning

arXiv.org Machine Learning

This paper presents a novel multitask multiple kernel learning framework that efficiently learns the kernel weights leveraging the relationship across multiple tasks. The idea is to automatically infer this task relationship in the \textit{RKHS} space corresponding to the given base kernels. The problem is formulated as a regularization-based approach called \textit{Multi-Task Multiple Kernel Relationship Learning} (\textit{MK-MTRL}), which models the task relationship matrix from the weights learned from latent feature spaces of task-specific base kernels. Unlike in previous work, the proposed formulation allows one to incorporate prior knowledge for simultaneously learning several related tasks. We propose an alternating minimization algorithm to learn the model parameters, kernel weights and task relationship matrix. In order to tackle large-scale problems, we further propose a two-stage \textit{MK-MTRL} online learning algorithm and show that it significantly reduces the computational time, and also achieves performance comparable to that of the joint learning framework. Experimental results on benchmark datasets show that the proposed formulations outperform several state-of-the-art multitask learning methods.


The Future Of Work: The Intersection Of Artificial Intelligence And Human Resources

#artificialintelligence

Artificial intelligence is transforming our lives at home and at work. At home, you may be one of the 1.8 million people who use Amazon's Alexa to control the lights, unlock your car, and receive the latest stock quotes for the companies in your portfolio. In total, Alexa is touted as having more than 3,000 skills and growing daily. In the workplace, artificial intelligence is evolving into an intelligent assistant to help us work smarter. Artificial intelligence is not the future of the workplace, it is the present and happening today.


New Book: Time Series Forecasting With Python

@machinelearnbot

Time series forecasting is different from other machine learning problems. The key difference is the fixed sequence of observations and the constraints and additional structure this provides. In this mega Ebook written in the friendly Machine Learning Mastery style that you're used to, finally cut through the math and specialized methods for time series forecasting. Using clear explanations, standard Python libraries and step-by-step tutorials you will discover how to load and prepare data, evaluate model skill, and implement forecasting models for time series data.


O'Reilly Artificial Intelligence Conference in New York 2017

#artificialintelligence

Underneath all the hype, real breakthroughs in AI are happening, transforming how we do business. Intelligence engineers and developers are creating software that doesn't just do what it's told, but has the ability to anticipate the needs of its users and customers through a combination of pattern recognition, knowledge, planning, and reasoning. The O'Reilly AI Conference brings the growing AI community together to explore some of the most promising applied deep learning and edge intelligence topics, including: If you're looking for groundbreaking research, compelling use cases, rock-solid technical skills, teardowns of successful AI projects--and maybe one or two truly crazy ideas that just might change the world--make plans to join us June 26–29 in New York for the O'Reilly AI Conference. Take a look at the schedule and start making your plans today. Need help convincing your manager?