Recent Posts

Activation functions

8 minute read

Let’s talk about activation function in artificial neural network and some questions related of it.

Multi-Speaker Tacotron in TensorFlow

3 minute read

Today, I am going to introduce interesting project, which is ‘Multi-Speaker Tacotron in TensorFlow’. It is a speech synthesis deep learning model to generate...

Theano development ends

less than 1 minute read

Theano will not be maintained after the 1.0 release, announced by the MILA group.

Convex optimization problem

2 minute read

When we solve machine learning problem, we have to optimize a certain objective function. One of the case of it is convex optimization problem which is a pro...