Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-sites domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/statplace/public_html/site/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the jetpack domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/statplace/public_html/site/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wpforms-lite domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/statplace/public_html/site/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/statplace/public_html/site/wp-includes/functions.php on line 6114

Notice: A função _load_textdomain_just_in_time foi chamada incorretamente. O carregamento da tradução para o domínio astra foi ativado muito cedo. Isso geralmente é um indicador de que algum código no plugin ou tema está sendo executado muito cedo. As traduções devem ser carregadas na ação init ou mais tarde. Leia como Depurar o WordPress para mais informações. (Esta mensagem foi adicionada na versão 6.7.0.) in /home/statplace/public_html/site/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":6852,"date":"2020-08-20T13:00:11","date_gmt":"2020-08-20T16:00:11","guid":{"rendered":"https:\/\/site.statplace.com.br\/?p=6852"},"modified":"2024-10-07T15:52:24","modified_gmt":"2024-10-07T15:52:24","slug":"uma-visao-geral-sobre-machine-learning-regressao-clustering","status":"publish","type":"post","link":"https:\/\/site.statplace.com.br\/blog\/uma-visao-geral-sobre-machine-learning-regressao-clustering\/","title":{"rendered":"Uma vis\u00e3o geral sobre machine learning: Regress\u00e3o e Clustering"},"content":{"rendered":"\n

Artigo escrito com a colabora\u00e7\u00e3o de Luis Henrique Velasquez.<\/p>\n\n\n\n

De forma bem simples, o Machine Learning se baseia na constru\u00e7\u00e3o e no uso de algoritmos que \u201caprendem\u201d a partir dos dados.<\/p>\n\n\n\n

Os problemas de Machine Learning s\u00e3o divididos em tr\u00eas sub\u00e1reas principais:<\/strong> classifica\u00e7\u00e3o, regress\u00e3o e clustering. J\u00e1 falamos aqui no blog sobre a Classifica\u00e7\u00e3o<\/a> e no artigo de hoje vamos continuar explicando Regress\u00e3o e Clustering. <\/p>\n\n\n\n

Machine Learning \u00e9 um assunto vasto e que se aproxima muito da estat\u00edstica<\/a> j\u00e1 que os modelos dependem muito das t\u00e9cnicas estat\u00edsticas bem desenvolvidas. <\/p>\n\n\n\n

Regress\u00e3o<\/strong><\/h2>\n\n\n\n

A Regress\u00e3o \u00e9 um dos m\u00e9todos de previs\u00e3o mais utilizados no meio estat\u00edstico. Tem como principal objetivo verificar como certas vari\u00e1veis de interesse influenciam uma vari\u00e1vel resposta Y e criar um modelo matem\u00e1tico capaz de predizer valores de Y com base em novos valores de vari\u00e1veis preditoras X.<\/p>\n\n\n\n

Regress\u00e3o Linear Simples<\/strong><\/h3>\n\n\n\n
\n