Hello everyone ππ.Today we are continuing our journey in machine learning with this 3rd post in the series π.Logistic regression is one of the most widely used and popular classification algorithms out there. Due to its diversity, simplicity and robustness, itβs become super popular as a baseline model all along the field π.At the heart of logistic regression, is the sigmoid function, a smooth function that takes any value and outputs a value between 0 and 1. This function allows for any input to be βclassifiedβ in one of the two binary classes after a threshold is applied π.Neat, right? π
____
π¨βπ» #Machine_Learning
____
π¨βπ» #Machine_Learning
Hi everyone ππ and welcome to another βIntro to Machine Learningβ post π§ .Supervise Learning is everywhere. In fact, 90% of the problems I have solved so far with ML have been through Supervised Learning.With Supervised Learning, you can answer so many questions and become an expert in ML π.The two types of Supervised Learning are crucial to Artificial Intelligence: regression and classification.An example of regression is predictions the price of a home based on its number of bedrooms, number of bathrooms, size and age π ..An example of a classification problem could be predicting whether a cancer tumor is benign or not π .
____
π¨βπ» #Machine_Learning
____
π¨βπ» #Machine_Learning
Hi everyone ππ.Hope youβre having a nice weekend π.Today we are continuing our journey with the βintro to machine learningβ series.And of course, SVMs π.SVM or support vector machine is a machine learning algorithm whose job is to find a hyperplane that divides the data for the each label π.The power of SVMs comes through especially when the data is non linear or not easily distinguishable by eye!.SVMs use non linear kernels to transform the data to another space where the resulting data points are easily divisible by a hyperplane and then they transform everything including the hyperplane back to the initial dimensions.How cool is that with the right kernel, the SVM in the post was able to figure out the circular pattern of our data points? ππ.I personally think itβs absolutely amazing!!.Let me know what you think below.
____
π¨βπ» #Machine_Learning
____
π¨βπ» #Machine_Learning
What do you say we learn some machine learning today? ππ.Linear regression is typically one of the first machine learning algorithms we hear about when we start learning about ML in general.Disguised in a simple intuitive algorithm, there exists a series of foundational concepts in ML π€.To find a loss function whose minimization gives the problem the optimal result.To visualize that loss function and how to minimize it ππ.Did you know that companies such as Zillow and Redfin have used a flavor of Linear Regression to predict prices of homes?!! π±
____
π¨βπ» #Machine_Learning
____
π¨βπ» #Machine_Learning
Neural networks are at the center of attention for machine learning π.So itβs important to get introduced early on our journey π..π£
____
π¨βπ» #Machine_Learning
____
π¨βπ» #Machine_Learning