python

python is the programming language. python is especially strong for data analysis.

Implementation for Adversarially Constrained Autoencoder Interpolation (ACAI)

Introduction Autoencoders provide a powerful framework for learning compressed representations by encoding all of the information needed to reconstruct a data point in a latent code. In some cases, autoencoders can “interpolate”: By decoding the convex combination of the latent codes for two data points, the autoencoder can produce an output that semantically mixes characteristics …

Implementation for Adversarially Constrained Autoencoder Interpolation (ACAI) Read More »

Pytorch part 1: Introducing Pytorch

Pytorch is a deep learning framework and a scientific computing package The scientific computing aspect of PyTorch’s is primarily a result PyTorch’s tensor library and associated tensor operations. That means you can take advantage of Pytorch for many computing tasks, thanks to its supporting tensor operation, without touching deep learning modules. Important to note that …

Pytorch part 1: Introducing Pytorch Read More »