JJJJinmrjason.hashnode.dev·Sep 26, 2020 · 3 min readCommon myths about coding you should ignoreSo today I'm gonna be busting myths about programming because I hear a lot of people view coding as a way that isn't reality. Let's start: • Programming requires a lot of math A lot of people think that to become a good programmer you need to become ...00
JJJJinmrjason.hashnode.dev·Sep 18, 2020 · 3 min readWhy you should learn GitNormally when you google for things like: Tips on how to be a better programmer You're gonna see Teamwork. This is where Git comes in. What is Git? Imagine you are coloring on a flower coloring book. You colored in green for all leaves and now...00
JJJJinmrjason.hashnode.dev·Sep 16, 2020 · 3 min readLogistic Regression with Scikit-learnWe'll start with the questions on your minds right now. What is Logistic Regression? Logistic Regression is a Machine Learning classification algorithm that is used to predict the probability of a categorical dependent variable. In logistic regr...00
JJJJinmrjason.hashnode.dev·Sep 15, 2020 · 2 min readK-Nearest Neighbors with Scikit-learnBefore we start talking about K-Nearest Neighbors, I'm going to list other common classification algorithms in Machine Learning: Logistic regression Support Vector Machines Decision trees Random forests Naive Bayes classifier Now I'm gonna focus o...00
JJJJinmrjason.hashnode.dev·Sep 15, 2020 · 2 min readLinear Regression with Scikit-learn (Part 2)This is the second part and here we would be talking about Multiple Linear Regression. Questions on all your minds: What is Multiple Linear Regression? It is a statistical technique that uses several explanatory variables to predict the outcome of...01M