thedevden.hashnode.devStill using ExpressJS? Time to switch backend frameworks!Hey everyone! Welcome to this blog on switching your backend frameworks in JS. So, here's the thing, We all know ExpressJS is indeed popular and probably one of the first backend frameworks, But that doesn't give a proper reason to use it, when you g...Apr 4, 2021路6 min read
thedevden.hashnode.devWriting our first deep learning modelHey everyone! In this article, we're gonna be writing our first deep learning model from scratch. We'll be covering the basic things with explanations on the way, and then do our model that predicts and then export it for normal use. We'll be using G...Mar 28, 2021路6 min read
thedevden.hashnode.devDeep learning 101What on earth is deep learning? Artificial and machine learning are what's trending right now. Along with that, Deep learning is also what's gaining a lot of traction. We'll learn all about deep learning and behind-the-scenes in this articles. Let's ...Mar 21, 2021路4 min read
thedevden.hashnode.devLet's explore linear regression!What is linear regression? Linear regression was created in the field of statistics. It's studied as a model for understanding the relationship between input and target continuous variables, but has been borrowed by machine learning. It is both a sta...Feb 21, 2021路2 min read
thedevden.hashnode.devGradient descent and all about itHeyy everyone! Welcome to this blog on gradient descent, and various features and calculations in it. What is gradient descent? If you're not familiar with it, Gradient descent is a ML optimization algorithm, that helps finding a local minimum of a d...Feb 15, 2021路4 min read