Machine learning related jobs have a huge demand nowadays. However, there is a significant gap between supply and demand because … More
Author: Sefik Serengil
Artistic Style Transfer with Deep Learning
We have recently watched Van Gogh’s known story in Loving Vincent. 125 artists come together and painted 65.000 Van Gogh style … More
The Insider’s Guide to Adam Optimization Algorithm for Deep Learning
Adam is the super star optimization algorithm of Deep Learning. Optimization algorithms aim to find optimum weights, minimize error and … More
An Overview to Vanishing Gradient Problem
Legacy form of perceptrons cannot handle non-linear problems such as xor logic gate problem. This is because step function is … More
Official Guide To Fermat’s Little Theorem
Fermat’s Little Theorem states that ap – a is divisible without remainder if p is a prime, and a is … More
The Math Behind RSA Algorithm
RSA is still the most common public key algorithm in cryptography world. Even though, applying the algorithm is very easy, … More
Unofficial Guide to Fermat’s Little Theorem
Fermat contributes construction of modern math with well known theorems. Today, we are going to mention the little one. This is … More
A Step By Step C4.5 Decision Tree Example
Decision trees are still hot topics nowadays in data science world. Here, ID3 is the most common conventional decision tree algorithm … More
Random Initialization in Neural Networks
Neural networks requires to apply several state-of-the-art techniques such as choice of activation function, or network design to push their … More
How Vectorization Saves Life in Neural Networks
Developers tend to handle problems with conditional statements and loops. This is the number one topic of developers and data … More