{"id":25539132,"date":"2022-08-21T20:00:18","date_gmt":"2022-08-21T14:30:18","guid":{"rendered":"https:\/\/entri.app\/blog\/?p=25539132"},"modified":"2023-05-22T13:19:51","modified_gmt":"2023-05-22T07:49:51","slug":"6-types-of-regression-models-in-machine-learning","status":"publish","type":"post","link":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/","title":{"rendered":"6 Types of Regression Models in Machine Learning"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_79_2 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-69e755d96a011\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-69e755d96a011\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#What_is_Regression_Analysis\" >What is Regression Analysis?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#Types_of_Regression_Analysis_Techniques\" >Types of Regression Analysis Techniques<\/a><\/li><\/ul><\/nav><\/div>\n<p>Machine learning is utilized to tackle the regression problem utilizing two different types of regression analysis techniques: logistic regression and linear regression. They are the most well-known regression approaches. Regression analysis approaches in machine learning come in a variety of forms, and their use depends on the type of data being used.<\/p>\n<h2><a href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-25531373 size-full\" src=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/07\/Python-and-Machine-Learning-Rectangle-1.png\" alt=\"\" width=\"970\" height=\"250\" srcset=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/07\/Python-and-Machine-Learning-Rectangle-1.png 970w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/07\/Python-and-Machine-Learning-Rectangle-1-300x77.png 300w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/07\/Python-and-Machine-Learning-Rectangle-1-768x198.png 768w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/07\/Python-and-Machine-Learning-Rectangle-1-750x193.png 750w\" sizes=\"auto, (max-width: 970px) 100vw, 970px\" \/><\/a><\/h2>\n<p><strong><div class=\"lead-gen-block\"><a href=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/05\/1_merged-3_compressed.pdf\" data-url=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/05\/1_merged-3_compressed.pdf\" class=\"lead-pdf-download\" data-id=\"25556853\"><\/strong><\/p>\n<p style=\"text-align: center;\"><button class=\"btn btn-default\">Free SQL Tutorial for Beginners &#8211; Download PDF<\/button><\/p>\n<p><strong><\/a><\/div><\/strong><\/p>\n<h2><span class=\"ez-toc-section\" id=\"What_is_Regression_Analysis\"><\/span><strong>What is Regression Analysis?<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>A predictive modeling method called regression analysis examines the relationship between the goal or dependent variable and the independent variable in a dataset. When the target and independent variables exhibit a linear or non-linear connection between one another and the target variable has continuous values, one of the several types of regression analysis techniques is applied. Regression analysis is frequently used to identify cause and effect relationships, forecast trends, time series, and predictor strength. The main method for resolving regression issues in machine learning using data modeling is regression analysis. Finding the optimum fit line, which minimizes the distance from each data point while passing through all the data points, is what this process entails.<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\">Enroll in our certificate program in data science and Machine learning<\/a><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Types_of_Regression_Analysis_Techniques\"><\/span><strong>Types of Regression Analysis Techniques<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Regression analysis approaches come in a wide variety, and the number of components will determine which methodology is used. The kind of target variable, the pattern of the regression line, and the number of independent variables are some examples of these variables.<\/p>\n<p>The many regression approaches are listed below:<\/p>\n<ol>\n<li>Linear Regression<\/li>\n<li>Logistic Regression<\/li>\n<li>Ridge Regression<\/li>\n<li>Lasso Regression<\/li>\n<li>Polynomial Regression<\/li>\n<li>Bayesian Linear Regression<\/li>\n<\/ol>\n<h3><strong>1. Linear Regression<\/strong><\/h3>\n<p>One of the most fundamental kinds of regression in machine learning is linear regression. A predictor variable and a dependent variable that is linearly connected to one another make up the linear regression model. Numerous linear regression models are what linear regression is known as when there are multiple independent variables included in the data.<\/p>\n<p><i>The below-given equation is used to denote the linear regression model:<\/i><\/p>\n<p>y=mx+c+e<\/p>\n<p>where m is the slope of the line, c is an intercept, and e represents the error in the model.<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\">Enroll in our latest machine learning course in the Entri app<\/a><\/p>\n<p>The values of m and c are changed to find the line that fits the data the best. The discrepancy between the observed and anticipated values is known as the predictor error. The values of m and c are chosen so as to provide the least amount of prediction error. It&#8217;s crucial to remember that an outlier might affect a basic linear regression model. As a result, it shouldn&#8217;t be applied to large data sets. Different kinds of linear regression exist. Simple linear regression and multiple linear regression are the two main varieties of linear regression. Here is the equation for straightforward linear regression.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-126064 size-medium\" src=\"https:\/\/internal.upgrad.com\/blog\/wp-content\/uploads\/2020\/07\/screenshot-docs.google.com-2022.08.02-14_44_53-300x30.png\" srcset=\"https:\/\/www.upgrad.com\/blog\/wp-content\/uploads\/2020\/07\/screenshot-docs.google.com-2022.08.02-14_44_53-300x30.png 300w, https:\/\/www.upgrad.com\/blog\/wp-content\/uploads\/2020\/07\/screenshot-docs.google.com-2022.08.02-14_44_53-768x76.png 768w, https:\/\/www.upgrad.com\/blog\/wp-content\/uploads\/2020\/07\/screenshot-docs.google.com-2022.08.02-14_44_53.png 851w\" alt=\"\" width=\"300\" height=\"30\" \/><\/p>\n<ul>\n<li>Here,\u00a0<b>y<\/b>\u00a0is the predicted value of the dependent variable (<b>y<\/b>) for any value of the independent variable (<b>x<\/b>)<\/li>\n<li><b>\u03b2<\/b><b>0<\/b><b>\u00a0\u00a0<\/b>is the intercepted, aka the value of<b>\u00a0y\u00a0<\/b>when\u00a0<b>x<\/b>\u00a0is zero<\/li>\n<li><b>\u03b2<\/b><b>1<\/b>\u00a0is the regression coefficient, meaning the expected change in\u00a0<b>y\u00a0<\/b>when\u00a0<b>x<\/b>\u00a0increases<\/li>\n<li>x is the independent variable<\/li>\n<li><b>\u2208\u00a0<\/b>is the estimated error in the regression<\/li>\n<\/ul>\n<p>Simple linear regression can be used: to determine how strongly two variables are correlated. such as the rate of global warming and carbon emissions to determine the dependent variable&#8217;s value based on an explicit independent variable value. Finding the amount of atmospheric temperature rise associated with a specific carbon dioxide emission, for instance. A correlation between two or more independent variables and the related dependent variables is established in multiple linear regression. The formula for multiple linear regression is shown below.<\/p>\n<ul>\n<li>Here,\u00a0\u00a0<b>y<\/b>\u00a0is the predicted value of the dependent variable<\/li>\n<li><b>\u03b2<\/b><b>0<\/b>\u00a0= Value of y when other parameters are zero<\/li>\n<li><b>\u03b2<\/b><b>1<\/b><b>X<\/b><b>1<\/b>= The regression coefficient of the first variable<\/li>\n<li>\u2026= Repeating the same no matter how many variables you test<\/li>\n<li><b>\u03b2<\/b><b>n<\/b><b>X<\/b><b>n<\/b><b>=\u00a0<\/b>Regression coefficient of the last independent variable<\/li>\n<li><b>\u2208 =<\/b>\u00a0Estimated error in the regression<\/li>\n<\/ul>\n<p>You may use multiple linear regression to:<\/p>\n<p>to calculate the degree to which one dependent variable is influenced by two or more independent variables. For instance, how location, time, condition, and region might affect a property&#8217;s price.<br \/>\nTo determine the dependent variables&#8217; values under a certain circumstance for each of the independent variables.<\/p>\n<h3><strong>2. Logistic Regression<\/strong><\/h3>\n<p>When the dependent variable is discrete, one form of regression analysis approach is used: logistic regression. For instance, true or false, 0 or 1, etc. As a result, the target variable can only take on two values, and the relationship between the target variable and the independent variable is represented by a sigmoid curve. In logistic regression, the logit function is used to quantify the connection between the dependent and independent variables. The logistic regression equation is shown below.<\/p>\n<p>logit(p) = ln(p\/(1-p)) = b0+b1X1+b2X2+b3X3\u2026.+bkXk<\/p>\n<p>where p is the probability of occurrence of the feature.<\/p>\n<p>It should be mentioned that while choosing logistic regression as the regression analyst approach, the quantity of the data is significant and the incidence of values in the target variables is almost equal. Additionally, there shouldn&#8217;t be any multicollinearity, which indicates that the dataset&#8217;s independent variables shouldn&#8217;t be correlated with one another.<\/p>\n<h3><strong>3. Ridge Regression<\/strong><\/h3>\n<p>Another regression type utilized in machine learning, this one is typically applied when the correlation between the independent variables is large. This is because the least square estimations provide unbiased results for multicollinear data. But there could be some bias value if the collinearity is really high. As a result, the Ridge Regression equation includes a bias matrix. With this effective regression technique, the model is less prone to overfitting.<\/p>\n<p><i>Below is the equation used to denote the Ridge Regression, where the introduction of \u03bb (lambda) solves the problem of multicollinearity:<\/i><\/p>\n<p>\u03b2 = (X^{T}X + \u03bb*I)^{-1}X^{T}y<\/p>\n<h3><strong>4. Lasso Regression<\/strong><\/h3>\n<p>One of the regression models used in machine learning that combines feature selection and regularisation is called Lasso Regression. It forbids the regression coefficient&#8217;s maximum absolute value. As a result, unlike in the case of Ridge Regression, the coefficient value approaches zero.<\/p>\n<p>As a result, Lasso Regression uses feature selection, which enables choosing a collection of features from the dataset to create the model. Only the necessary characteristics are utilized in Lasso Regression, and the rest are set to zero. This aids in preventing the model from becoming overfitting. Lasso regression selects just one variable when the independent variables are strongly collinear, and it causes the other variables to be reduced to zero.<\/p>\n<p><i>Below is the equation that represents the Lasso Regression method:<\/i><\/p>\n<p>N^{-1}\u03a3^{N}_{i=1}f(x_{i}, y_{I}, \u03b1, \u03b2)<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\">Enroll in our latest machine learning course in the Entri app<\/a><\/p>\n<h3><strong>5. Polynomial Regression<\/strong><\/h3>\n<p>Another sort of regression analysis approach used in machine learning is polynomial regression, which is essentially the same as multiple linear regression with a few minor adjustments. The n-th degree in polynomial regression defines the link between the independent and dependent variables, X and Y. There are few differences between polynomial regression and multiple regression algorithms. The n-th degree link between independent and dependent variables is the unique distinction between these two.<\/p>\n<p>All of the data points, in this case, will be traversed by the best fit line, however, it is not a straight line. It is a curving line that depends on the degree of the polynomial, the power of x, or the value of n. The model may be prone to overfitting while attempting to attain the lowest possible Mean Squared Error and the best fit line. It is advised to evaluate the curve toward the end since extrapolating higher polynomials might provide odd results. The model may be prone to overfitting while attempting to attain the lowest possible Mean Squared Error and the best fit line. It is advised to evaluate the curve toward the end since extrapolating higher polynomials might provide odd results.<\/p>\n<p><i>The below equation represents the Polynomial Regression:<\/i><\/p>\n<p>l = \u03b20+ \u03b20x1+\u03b5<\/p>\n<h3><strong>6. Bayesian Linear Regression<\/strong><\/h3>\n<p>One of the regression models used in machine learning, known as Bayesian Regression, calculates the value of the regression coefficients using the Bayes theorem. Instead of locating the least squares, this regression approach determines the posterior distribution of the features. Similar to both linear regression and ridge regression, bayesian linear regression is more stable than basic linear regression. Regression in artificial intelligence and machine learning is a question that is frequently asked. Because machine learning is a part of AI, the answers to both queries are the same. When it comes to regression in AI, several methods are employed to teach a machine the relationship between the supplied data sets so that it may generate predictions in line with that knowledge. Regression in AI is therefore mostly used to increase the automation of the machines.<\/p>\n<p>In industries like banking and investing, where establishing a link between a single dependent variable and several independent factors is a frequent situation, regression artificial intelligence is frequently employed. Regression AI frequently uses variables to predict a home&#8217;s price depending on its location, size, ROI, etc. In many machine learning applications, regression is used and has a key function in predictive modeling. Regression algorithms offer several viewpoints on the relationship between the variables and their results. Then, new input data or the search for missing data might be guided by these set models.<\/p>\n<p>Since the models are taught to comprehend a wide range of correlations between various factors, they are frequently quite useful for forecasting the performance of a portfolio or certain stocks and trends. These applications fall under finance machine learning.<\/p>\n<p>The very common use of\u00a0regression in AI\u00a0includes:<\/p>\n<ul>\n<li>Predicting a company\u2019s sales or marketing success<\/li>\n<li>Generating continuous outcomes like stock prices<\/li>\n<li>Forecasting different trends or customer\u2019s purchase behavior<\/li>\n<\/ul>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Related Articles &quot;}\"><strong>Related Articles<\/strong><\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Related Articles &quot;}\"><\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Best Data Science Skills&quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/best-data-science-skills-for-data-science-career\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/best-data-science-skills-for-data-science-career\/\" target=\"_blank\" rel=\"noopener\">Best Data Science Skills<\/a><\/strong><\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Machine Learning Basics&quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/understanding-machine-learning-basics-a-simple-guide\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/understanding-machine-learning-basics-a-simple-guide\/\" target=\"_blank\" rel=\"noopener\">Machine Learning Basics<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;EDA Steps, Importance &quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/exploratory-data-analysis-in-machine-learning\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/exploratory-data-analysis-in-machine-learning\/\" target=\"_blank\" rel=\"noopener\">EDA Steps, Importance <\/a><\/strong><\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;EDA Techniques&quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/exploratory-data-analysis-techniques\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/exploratory-data-analysis-techniques\/\" target=\"_blank\" rel=\"noopener\">EDA Techniques<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Data Analysis &quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/data-analysis-process-methods-types\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/data-analysis-process-methods-types\/\" target=\"_blank\" rel=\"noopener\">Data Analysis <\/a><\/strong><\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Importance of Data Preprocessing in ML&quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/importance-of-data-preprocessing-in-machine-learning\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/importance-of-data-preprocessing-in-machine-learning\/\" target=\"_blank\" rel=\"noopener\">Importance of Data Preprocessing in ML<\/a><\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"modal\" id=\"modal25556853\"><div class=\"modal-content\"><span class=\"close-button\">&times;<\/span>\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f25556853-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"25556853\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/blog\/wp-json\/wp\/v2\/posts\/25539132#wpcf7-f25556853-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"25556853\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.4\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f25556853-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7cf_hidden_group_fields\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_hidden_groups\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_visible_groups\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_repeaters\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_steps\" value=\"{}\" \/><input type=\"hidden\" name=\"_wpcf7cf_options\" value=\"{&quot;form_id&quot;:25556853,&quot;conditions&quot;:[],&quot;settings&quot;:{&quot;animation&quot;:&quot;yes&quot;,&quot;animation_intime&quot;:200,&quot;animation_outtime&quot;:200,&quot;conditions_ui&quot;:&quot;normal&quot;,&quot;notice_dismissed&quot;:false,&quot;notice_dismissed_update-cf7-5.9.8&quot;:true,&quot;notice_dismissed_update-cf7-6.1.1&quot;:true}}\" \/>\n<\/fieldset>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"full_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"full_name\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"phone\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email_id\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-text wpcf7-validates-as-email\" aria-invalid=\"false\" placeholder=\"Email\" value=\"\" type=\"email\" name=\"email_id\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"language\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"language\"><option value=\"\">Language<\/option><option value=\"Malayalam\">Malayalam<\/option><option value=\"Tamil\">Tamil<\/option><option value=\"Telugu\">Telugu<\/option><option value=\"Kannada\">Kannada<\/option><option value=\"Hindi\">Hindi<\/option><\/select><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"course\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required course-field-select\" aria-required=\"true\" aria-invalid=\"false\" name=\"course\"><option value=\"\">Upskill in<\/option><option value=\"Commerce\">Commerce<\/option><option value=\"Coding\">Coding<\/option><option value=\"Robotics &amp; AI Course\">Robotics &amp; AI Course<\/option><option value=\"Stock Market Course\">Stock Market Course<\/option><option value=\"Spoken English\">Spoken English<\/option><option value=\"German Language\">German Language<\/option><option value=\"Montessori Teacher Training\">Montessori Teacher Training<\/option><option value=\"IELTS\">IELTS<\/option><option value=\"OET\">OET<\/option><option value=\"MEP\">MEP<\/option><option value=\"Embedded System Software Engineering\">Embedded System Software Engineering<\/option><option value=\"Quantity Surveying\">Quantity Surveying<\/option><option value=\"Hospital and Healthcare Administration\">Hospital and Healthcare Administration<\/option><option value=\"Yoga TTC\">Yoga TTC<\/option><option value=\"Digital Marketing\">Digital Marketing<\/option><option value=\"AI for Teachers\">AI for Teachers<\/option><option value=\"Arabic\">Arabic<\/option><\/select><\/span>\n<\/p>\n<div data-id=\"group-coding\" data-orig_data_id=\"group-coding\" data-clear_on_hide class=\"\" data-class=\"wpcf7cf_group\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"course_name\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required course-name-select\" aria-required=\"true\" aria-invalid=\"false\" name=\"course_name\"><option value=\"\">Select Course<\/option><option value=\"Full Stack Development\">Full Stack Development<\/option><option value=\"Data Science and ML\">Data Science and ML<\/option><option value=\"Software Testing\">Software Testing<\/option><option value=\"Python Programming\">Python Programming<\/option><option value=\"AWS Training\">AWS Training<\/option><\/select><\/span>\n\t<\/p>\n<\/div>\n<div data-id=\"group-accounting\" data-orig_data_id=\"group-accounting\" data-clear_on_hide class=\"\" data-class=\"wpcf7cf_group\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"course_name\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required course-name-select\" aria-required=\"true\" aria-invalid=\"false\" name=\"course_name\"><option value=\"\">Select Course<\/option><option value=\"Business Accounting\">Business Accounting<\/option><option value=\"CMA USA\">CMA USA<\/option><option value=\"Enrolled Agent\">Enrolled Agent<\/option><option value=\"SAP FICO\">SAP FICO<\/option><option value=\"SAP MM\">SAP MM<\/option><option value=\"SAP SD\">SAP SD<\/option><option value=\"ACCA\">ACCA<\/option><option value=\"Tally\">Tally<\/option><option value=\"UAE Accounting\">UAE Accounting<\/option><option value=\"GST\">GST<\/option><\/select><\/span>\n\t<\/p>\n<\/div>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"education\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Educational qualification\" value=\"\" type=\"text\" name=\"education\" \/><\/span>\n<\/p>\n<div style=\"display:none\">\n<input class=\"wpcf7-form-control wpcf7-hidden course-name-input\" value=\"\" type=\"hidden\" name=\"course_name\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden utm-source\" value=\"\" type=\"hidden\" name=\"utm_source\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden utm-medium\" value=\"\" type=\"hidden\" name=\"utm_medium\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden utm-campaign\" value=\"\" type=\"hidden\" name=\"utm_campaign\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden utm-content\" value=\"\" type=\"hidden\" name=\"utm_content\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden utm-term\" value=\"\" type=\"hidden\" name=\"utm_term\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden blog-url\" value=\"\" type=\"hidden\" name=\"blog_url\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden post-category-name\" value=\"\" type=\"hidden\" name=\"post_category_name\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden post-author-name\" value=\"\" type=\"hidden\" name=\"post_author_name\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden file-url\" value=\"\" type=\"hidden\" name=\"file_url\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden video-url\" value=\"\" type=\"hidden\" name=\"video_url\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden courseid\" value=\"\" type=\"hidden\" name=\"course_id\" \/>\n<\/div>\n<div class=\"cf7-cf-turnstile\" style=\"margin-top: 0px; margin-bottom: -15px;\"> <div id=\"cf-turnstile-cf7-2872003505\" class=\"cf-turnstile\" data-sitekey=\"0x4AAAAAABVigxtkiZeGTu5L\" data-theme=\"light\" data-language=\"auto\" data-size=\"normal\" data-retry=\"auto\" data-retry-interval=\"1000\" data-action=\"contact-form-7\" data-appearance=\"always\"><\/div> <script>document.addEventListener(\"DOMContentLoaded\", function() { setTimeout(function(){ var e=document.getElementById(\"cf-turnstile-cf7-2872003505\"); e&&!e.innerHTML.trim()&&(turnstile.remove(\"#cf-turnstile-cf7-2872003505\"), turnstile.render(\"#cf-turnstile-cf7-2872003505\", {sitekey:\"0x4AAAAAABVigxtkiZeGTu5L\"})); }, 0); });<\/script> <br class=\"cf-turnstile-br cf-turnstile-br-cf7-2872003505\"> <style>#cf-turnstile-cf7-2872003505 { margin-left: -15px; }<\/style> <script>document.addEventListener(\"DOMContentLoaded\",function(){document.querySelectorAll('.wpcf7-form').forEach(function(e){e.addEventListener('submit',function(){if(document.getElementById('cf-turnstile-cf7-2872003505')){setTimeout(function(){turnstile.reset('#cf-turnstile-cf7-2872003505');},1000)}})})});<\/script> <\/div><br\/><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Machine learning is utilized to tackle the regression problem utilizing two different types of regression analysis techniques: logistic regression and linear regression. They are the most well-known regression approaches. Regression analysis approaches in machine learning come in a variety of forms, and their use depends on the type of data being used. What is Regression [&hellip;]<\/p>\n","protected":false},"author":93,"featured_media":25539141,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[802,1864,1882,1881],"tags":[],"class_list":["post-25539132","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","category-data-science-ml","category-java-programming","category-web-android-development"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>6 Types of Regression Models in Machine Learning - Entri Blog<\/title>\n<meta name=\"description\" content=\"Machine learning is utilized to tackle the regression problem utilizing two different types of regression analysis techniques: logistic regression and linear regression. They are the most well-known regression approaches. Regression analysis approaches in machine learning come in a variety of forms, and their use depends on the type of data being used.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"6 Types of Regression Models in Machine Learning - Entri Blog\" \/>\n<meta property=\"og:description\" content=\"Machine learning is utilized to tackle the regression problem utilizing two different types of regression analysis techniques: logistic regression and linear regression. They are the most well-known regression approaches. Regression analysis approaches in machine learning come in a variety of forms, and their use depends on the type of data being used.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/\" \/>\n<meta property=\"og:site_name\" content=\"Entri Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/entri.me\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-21T14:30:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-22T07:49:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/08\/Untitled-2022-08-21T180054.168-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"820\" \/>\n\t<meta property=\"og:image:height\" content=\"615\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Akhil M G\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@entri_app\" \/>\n<meta name=\"twitter:site\" content=\"@entri_app\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Akhil M G\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/\"},\"author\":{\"name\":\"Akhil M G\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/875646423b2cce93c1bd5bc16850fff6\"},\"headline\":\"6 Types of Regression Models in Machine Learning\",\"datePublished\":\"2022-08-21T14:30:18+00:00\",\"dateModified\":\"2023-05-22T07:49:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/\"},\"wordCount\":1675,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/08\/Untitled-2022-08-21T180054.168-1.png\",\"articleSection\":[\"Articles\",\"Data Science and Machine Learning\",\"Java Programming\",\"Web and Android Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/\",\"url\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/\",\"name\":\"6 Types of Regression Models in Machine Learning - Entri Blog\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/08\/Untitled-2022-08-21T180054.168-1.png\",\"datePublished\":\"2022-08-21T14:30:18+00:00\",\"dateModified\":\"2023-05-22T07:49:51+00:00\",\"description\":\"Machine learning is utilized to tackle the regression problem utilizing two different types of regression analysis techniques: logistic regression and linear regression. They are the most well-known regression approaches. Regression analysis approaches in machine learning come in a variety of forms, and their use depends on the type of data being used.\",\"breadcrumb\":{\"@id\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#primaryimage\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/08\/Untitled-2022-08-21T180054.168-1.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/08\/Untitled-2022-08-21T180054.168-1.png\",\"width\":820,\"height\":615,\"caption\":\"6 Types of Regression Models in Machine Learning\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/entri.app\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Entri Skilling\",\"item\":\"https:\/\/entri.app\/blog\/category\/entri-skilling\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Data Science and Machine Learning\",\"item\":\"https:\/\/entri.app\/blog\/category\/entri-skilling\/data-science-ml\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"6 Types of Regression Models in Machine Learning\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/entri.app\/blog\/#website\",\"url\":\"https:\/\/entri.app\/blog\/\",\"name\":\"Entri Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/entri.app\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/entri.app\/blog\/#organization\",\"name\":\"Entri App\",\"url\":\"https:\/\/entri.app\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"width\":989,\"height\":446,\"caption\":\"Entri App\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/entri.me\/\",\"https:\/\/x.com\/entri_app\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/875646423b2cce93c1bd5bc16850fff6\",\"name\":\"Akhil M G\",\"url\":\"https:\/\/entri.app\/blog\/author\/akhil\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"6 Types of Regression Models in Machine Learning - Entri Blog","description":"Machine learning is utilized to tackle the regression problem utilizing two different types of regression analysis techniques: logistic regression and linear regression. They are the most well-known regression approaches. Regression analysis approaches in machine learning come in a variety of forms, and their use depends on the type of data being used.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/","og_locale":"en_US","og_type":"article","og_title":"6 Types of Regression Models in Machine Learning - Entri Blog","og_description":"Machine learning is utilized to tackle the regression problem utilizing two different types of regression analysis techniques: logistic regression and linear regression. They are the most well-known regression approaches. Regression analysis approaches in machine learning come in a variety of forms, and their use depends on the type of data being used.","og_url":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/","og_site_name":"Entri Blog","article_publisher":"https:\/\/www.facebook.com\/entri.me\/","article_published_time":"2022-08-21T14:30:18+00:00","article_modified_time":"2023-05-22T07:49:51+00:00","og_image":[{"width":820,"height":615,"url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/08\/Untitled-2022-08-21T180054.168-1.png","type":"image\/png"}],"author":"Akhil M G","twitter_card":"summary_large_image","twitter_creator":"@entri_app","twitter_site":"@entri_app","twitter_misc":{"Written by":"Akhil M G","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#article","isPartOf":{"@id":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/"},"author":{"name":"Akhil M G","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/875646423b2cce93c1bd5bc16850fff6"},"headline":"6 Types of Regression Models in Machine Learning","datePublished":"2022-08-21T14:30:18+00:00","dateModified":"2023-05-22T07:49:51+00:00","mainEntityOfPage":{"@id":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/"},"wordCount":1675,"commentCount":0,"publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"image":{"@id":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/08\/Untitled-2022-08-21T180054.168-1.png","articleSection":["Articles","Data Science and Machine Learning","Java Programming","Web and Android Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/","url":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/","name":"6 Types of Regression Models in Machine Learning - Entri Blog","isPartOf":{"@id":"https:\/\/entri.app\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#primaryimage"},"image":{"@id":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/08\/Untitled-2022-08-21T180054.168-1.png","datePublished":"2022-08-21T14:30:18+00:00","dateModified":"2023-05-22T07:49:51+00:00","description":"Machine learning is utilized to tackle the regression problem utilizing two different types of regression analysis techniques: logistic regression and linear regression. They are the most well-known regression approaches. Regression analysis approaches in machine learning come in a variety of forms, and their use depends on the type of data being used.","breadcrumb":{"@id":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#primaryimage","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/08\/Untitled-2022-08-21T180054.168-1.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/08\/Untitled-2022-08-21T180054.168-1.png","width":820,"height":615,"caption":"6 Types of Regression Models in Machine Learning"},{"@type":"BreadcrumbList","@id":"https:\/\/entri.app\/blog\/6-types-of-regression-models-in-machine-learning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/entri.app\/blog\/"},{"@type":"ListItem","position":2,"name":"Entri Skilling","item":"https:\/\/entri.app\/blog\/category\/entri-skilling\/"},{"@type":"ListItem","position":3,"name":"Data Science and Machine Learning","item":"https:\/\/entri.app\/blog\/category\/entri-skilling\/data-science-ml\/"},{"@type":"ListItem","position":4,"name":"6 Types of Regression Models in Machine Learning"}]},{"@type":"WebSite","@id":"https:\/\/entri.app\/blog\/#website","url":"https:\/\/entri.app\/blog\/","name":"Entri Blog","description":"","publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/entri.app\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/entri.app\/blog\/#organization","name":"Entri App","url":"https:\/\/entri.app\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","width":989,"height":446,"caption":"Entri App"},"image":{"@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/entri.me\/","https:\/\/x.com\/entri_app"]},{"@type":"Person","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/875646423b2cce93c1bd5bc16850fff6","name":"Akhil M G","url":"https:\/\/entri.app\/blog\/author\/akhil\/"}]}},"_links":{"self":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25539132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/users\/93"}],"replies":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/comments?post=25539132"}],"version-history":[{"count":6,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25539132\/revisions"}],"predecessor-version":[{"id":25560493,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25539132\/revisions\/25560493"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media\/25539141"}],"wp:attachment":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media?parent=25539132"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/categories?post=25539132"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/tags?post=25539132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}