TiTrias Blog

Stay up to date with our new posts
Converting conditional GAN to unconditional GAN

Converting conditional GAN to unconditional GAN

Let me tell you something you already know. GAN ain't all sunshine and rainbows. Today, "GANKIN: generating Kin faces using disentangled GAN" is published in Springer, the article takes a different approach towards solving a complex generating problem: Generating Kins...

Reverse Engineering MBTI Tests

Reverse Engineering MBTI Tests

MBTI is one of the most well known methods used in recruitment process. HR departments in a lot of businesses relies heavily on the results of MBTI tests; however, the problem starts to come into focus when the results don't reflect the correct outcome , or at least...

Reset WordPress password using FTP only

Reset WordPress password using FTP only

Sometimes, you get yourself locked outside wordpress without any way to reset your password using email and you don't have database access. So here is the simplest way to reset your password without database access, only FTP is required. Create new file inside you...

Ultimate Sorting Algorithms Comparison

Ultimate Sorting Algorithms Comparison

Before the stats, You must already know what is Merge sort, Selection Sort, Insertion Sort, Bubble Sort, Quick Sort, Arrays, how to get current time.   What is Stable Sorting ? A sorting algorithm is said to be stable if and only if two records R and S with the...