Highway Networks with TensorFlow
This week I implemented highway networks to get an intuition for how they work. Highway networks, inspired by LSTMs, are a method of…