We all talk about artificial intelligence nowadays. Even innovations often named including AI or machine learning terms. Have you ever … More
Author: Sefik Serengil
5 Facts about Deep Learning and Neural Networks
Marketing staff are much more successful than engineers for things to be adopted. Even for engineering marvels. People working in … More
A Developer’s Guide to Machine Learning
Machine learning related jobs have a huge demand nowadays. However, there is a significant gap between supply and demand because … More
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