Artificial Neural Networks (ANNs) make use of bias variables to better match functions with a y-intercept other than zero. It is a core concept of why ANNs work well on certain problems and interesting to explore. I don’t detail the mathematical background of why bias variables are important, instead I…