# Algorítimos de Classificação

Os algoritmos de classificação dividem os objetos com base em um dos atributos conhecidos de antemão. Separa as meias com base na cor, documentos baseados na linguagem e as músicas por gênero.

![Imagem: https://vas3k.com/blog/machine\_learning/](/files/-M4RV5SCUPAza14ady8f)

Ao receber um dado, o algorítimo tenta encaixar dentre os existentes rotulados através das suas características/features.

**Algoritmos populares e respectivos exemplos de códigos:**

* &#x20;K-Nearest Neighbours (KNN);
  * Ex.: [Predição de espécie de flor a partir de suas características físicas.](https://github.com/CarlosSalesNaturalTec/DS_ML_aprendizado_supervisionado_classificacao_KNN)
* Naive Bayes;
* Decision Tree;
* Logistic Regression;
* Support Vector Machine (SVM).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://carlossalesti.gitbook.io/machine-learning/ml-classico/aprendizado-supervisionado/algoritimos-de-classificacao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
