python

Posts tagged as python

Generating plausible paper titles with Recurrent Neural Networks

by Kyriakos Chatzidimitriou | Nov 7, 2019 09:48 | tutorials

A fun project where I tried to create an RNN model with LSTMs to generate plausible paper titles from a small corpus of IEEE transactions paper titles.

Calculating the running average and variance of streaming data using redis

by Kyriakos Chatzidimitriou | Apr 4, 2019 21:33 | tutorials

An example of how one can calculate the running average and the running variance of a stream of numbers using redis, lua (and python in this example)