Dimensionality reduction is the task of reducing the dimensionality of a dataset.
( Image credit: openTSNE )
TensorFlow is an interface for expressing machine learning algorithms, and an implementation for executing such algorithms.
Scikit-learn is a Python module integrating a wide range of state-of-the-art machine learning algorithms for medium-scale supervised and unsupervised problems.
In this article, we describe an automatic differentiation module of PyTorch — a library designed to enable rapid research on machine learning models.
The framework is a BSD-licensed C++ library with Python and MATLAB bindings for training and deploying general-purpose convolutional neural networks and other deep models efficiently on commodity architectures.
This paper describes both the API design and the system implementation of MXNet, and explains how embedding of both symbolic expression and tensor operation is handled in a unified fashion.
In this paper, we describe a scalable end-to-end tree boosting system called XGBoost, which is used widely by data scientists to achieve state-of-the-art results on many machine learning challenges.
This tutorial will introduce the Computational Network Toolkit, or CNTK, Microsoft's cutting-edge open-source deep-learning toolkit for Windows and Linux.
Since its introduction, it has been one of the most used CPU and GPU mathematical compilers - especially in the machine learning community - and has shown steady performance improvements.
In this paper, we propose the "adversarial autoencoder" (AAE), which is a probabilistic autoencoder that uses the recently proposed generative adversarial networks (GAN) to perform variational inference by matching the aggregated posterior of the hidden code vector of the autoencoder with an arbitrary prior distribution.
#3 best model for
Unsupervised MNIST
on MNIST
DIMENSIONALITY REDUCTION UNSUPERVISED IMAGE CLASSIFICATION UNSUPERVISED MNIST
Software frameworks for neural networks play key roles in the development and application of deep learning methods.