Month: November 2020

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 »

Machine Learning development with AWS Sage Maker

Make your Machine Learning team working easier, focus more on business and quick deployment with AWS managed service SageMaker. Today, Machine Learning(ML) is resolving complex problems which make more business values for customer and many companies also apply ML to resolve robust business problems. ML have more benefit, but also more challenges to building the …

Machine Learning development with AWS Sage Maker Read More »