Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

Text Generation using RNNs

120 minute read

Published:

Object Oriented Text Generation Using RNN

In this post, I will be talking about an object oriented Python implementation of Recurrent Neural Networks (RNNs) on text generation field. RNNs are one of the popular neural network implementations in Deep Learning field. Specifically on time series data, RNNs are very powerful because of their memory-like structure that enables them to use past information for future decisions. Text generation is one of the popular implementations of RNNs and has extensively been studied in many tutorials so far. I tried to implement RNNs in an object oriented fashion in this post. Let’s start!

portfolio

publications

talks

teaching

Teaching experience 1

Undergraduate course, University 1, Department, 2014

This is a description of a teaching experience. You can use markdown like any other post.

Teaching experience 2

Workshop, University 1, Department, 2015

This is a description of a teaching experience. You can use markdown like any other post.