A Tutorial on Principal Component Analysis |
> Principal component analysis (PCA) is a mainstay of modern data analysis - a black box that is widely used but (sometimes) poorly understood. The goal of this paper is to dispel the magic behind this black box. |
Differentially Private Federated Learning: A Client Level Perspective |
> Federated learning is a recent advance in privacy protection. In this context, a trusted curator aggregates parameters optimized in decentralized fashion by multiple clients. |
Neural Turing Machine |
> We extend the capabilities of neural networks by coupling them to external memory resources, which they can interact with by attentional processes. |
Gradient-Based learning applied to document recognition |
> Multilayer Neural Netoworks trained with the backpropagation algorithm constitude the best example of a succesful Gradient-Based Learning technique. |
"Why Should I Trust You?": Explaining the Predictions of Any Classifier |
> Despite widespread adoption, machine learning models remain mostly black boxes. Understanding the reasons behind predictions is, however, quite important in assessing trust, which is fundamental if one plans to take action based on a prediction, or when choosing whether to deploy a new model. |
Quantitative Testing with Concept Activation Vectors (TCAV) |
> In addition, many systems, such as image classifiers, operate on low-level features rather than high-level concepts. To address these challenges, we introduce Concept Activation Vectors (CAVs), which provide an interpretation of a neural net’s internal state in terms of human-friendly concepts. |
An Efficient Two-Layer Mechanism for Privacy-Preserving Truth Discovery |
> Soliciting answers from online users is an efficient and effective solution to many challenging tasks. Due to the variety in the quality of users, it is important to infer their ability to provide correct answers during aggregation. |
Deep Bidirectional Transformers for Language Understanding |
> We introduce a new language representation model called BERT, which stands for Bidirectional Encoder Representations from Transformers. |
Efficient Estimation of Word Representations in Vector Space |
> We propose two novel model architectures for computing continuous vector representations of words from very large data sets. |
A fast learning algorithm for deep belief nets* |
> We show how to use “complementary priors” to eliminate the explaining away effects that make inference difficult in densely-connected belief nets that have many hidden layers. |
Reducing the dimensionality of data with neural networks |
|
Deep Learning for Sentiment Analysis: A Survey |
> Deep learning has emerged as a powerful machine learning technique that learns multiple layers of representations or features of the data and produces state-of-the-art prediction results. |
Understanding Batch Normalization |
> Batch normalization (BN) is a technique to normalize activations in intermediate layers of deep neural networks. Its tendency to improve accuracy and speed up training have established BN as a favorite technique in deep learning. |
Study of Twitter Sentiment Analysis using Machine Learning Algorithms on Python |
> Twitter is a platform widely used by people to express their opinions and display sentiments on different occasions. Sentiment analysis is an approach to analyze data and retrieve sentiment that it embodies. |
SEMI-SUPERVISED KNOWLEDGE TRANSFER FOR DEEP LEARNING FROM PRIVATE TRAINING DATA |
> 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. |
A generic framework for privacy preserving deep learning |
> We detail a new framework for privacy preserving deep learning and discuss its assets. The framework puts a premium on ownership and secure processing of data and introduces a valuable representation based on chains of commands and tensors. |
Robust De-anonymization of Large Sparse Datasets |
> We present a new class of statistical deanonymization attacks against high-dimensional micro-data, such as individual preferences, recommendations, transaction records and so on. Our techniques are robust to perturbation in the data and tolerate some mistakes in the adversary’s background knowledge. |
Differential Privacy |
> In 1977 Dalenius articulated a desideratum for statistical databases: nothing about an individual should be learnable from the database that cannot be learned without access to the database. |
Image Super-Resolution Using Deep Convolutional Networks |
> We propose a deep learning method for single image super-resolution (SR). Our method directly learns an end-to-end mapping between the low/high-resolution images. |
SecureNN: 3-Party Secure Computation for Neural Network Training |
> Neural Networks (NN) provide a powerful method for machine learning training and inference. To effectively train, it is desirable for multiple parties to combine their data – however, doing so conflicts with data privacy. |
DeepChain: Auditable and Privacy-Preserving Deep Learning with Blockchain-based Incentive |
> Recently, privacy-preserving deep learning has drawn tremendous attention from information security community, in which neither training data nor the training model is expected to be exposed. |
Decoding individual differences in STEM learning from functional MRI data |
> Here, we investigated whether patterns of brain activity collected during a concept knowledge task could be used to compute a neural ‘score’ to complement traditional scores of an individual’s conceptual understanding. |
Generative Adversarial Nets |
> We propose a new framework for estimating generative models via an adversarial process, in which we simultaneously train two models: a generative model G that captures the data distribution, and a discriminative model D that estimates the probability that a sample came from the training data rather than G. |
A Unified Approach to Interpreting Model Predictions |
> Understanding why a model makes a certain prediction can be as crucial as the prediction’s accuracy in many applications. However, the highest accuracy for large modern datasets is often achieved by complex models that even experts struggle to interpret, such as ensemble or deep learning models, creating a tension between accuracy and interpretability. |