Deep Learning

Photo by <a href="https://unsplash.com/@cbyoung?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Clark Young</a> on <a href="https://unsplash.com/photos/ink-bottle-on-desk-QdRnZlzYJPA?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>

Text Generation with Keras and Pytorch (Part 1)

Training an LSTM for text generation using both PyTorch and Keras (poetry dataset).

Photo by <a href="https://unsplash.com/@artbyhybrid?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Madison Oren</a> on <a href="https://unsplash.com/photos/low-angle-photo-of-pink-and-orange-balloons-uGP_6CAD-14?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>

LSTM Sentiment Analysis with Keras and Pytorch

In this article we'll train LSTM sentiment analysis models using both PyTorch and Keras.

Different Types of Autoencoders in Machine Learning

There are many different types of autoencoders: undercomplete, sparse, contractive, denoising, and finally, variational. Learn all about the different types in this tutorial.