Codility Lesson2: CyclicRotation
Sharing an answer code of mine about CyclicRotation problem of Codility lesson 2.
Sharing an answer code of mine about CyclicRotation problem of Codility lesson 2.
Let’s talk about activation function in artificial neural network and some questions related of it.
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...
Sharing an answer code of mine about BinaryGap problem of Codility lesson 1.
There has been a lot of attempt to combine between Convolutional Neural Network (CNN) and Recurrent Neural Network (RNN) for image-based sequence recognition...
Theano will not be maintained after the 1.0 release, announced by the MILA group.
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...
Dropout technique