Skip to content

Commit

Permalink
Adiciona slide descrevendo aprendizado semi-supervisionado
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Dec 4, 2023
1 parent 9a0a9e8 commit f4b07ef
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions apresentacao.tex
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ \subsection{Tipos de segmentação de imagem}

\begin{frame}{Definição do problema}
\begin{block}{Definição}
Em segmentação de imagens, o objetivo é dividir imagens em regiões
de interesse.
Segmentar uma imagem significa dividí-la em regiões de interesse.

Check warning on line 57 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

dividí-la

"dividí-la" is a typo. Did you mean "divide-la"?
\end{block}

Existem alguns tipos diferentes de segmentação de imagens, como por
Expand All @@ -82,7 +81,7 @@ \subsection{Tipos de segmentação de imagem}
\begin{figure}\label{fig:interactive--segmentation}
\centering
\caption{Ilustração de segmentação interativa, rotulação em azul e
vermelho.\\ Na imagem a direita, foto segmentada.}
vermelho.\\ Na imagem a direita, foto segmentada sem o fundo.}
\includegraphics[scale=0.6]{figuras/interactive-segmentation-2008}
\source{\cite{duchenne2008segmentation}}
\end{figure}
Expand All @@ -91,7 +90,35 @@ \subsection{Tipos de segmentação de imagem}


%% ---------------------------------------------------------------------------
\subsection{Aprendizagem semi-supervisionada}
\subsection{Aprendizado semi-supervisionada}

\begin{frame}{Aprendizado semi-supervisionado}
\begin{figure}\label{fig:interactive--segmentation}
\centering
\caption{
O aprendizado semi-supervisionado tem como principal
característica \\ a utilização de dados rotulados e não rotulados na base
de treinamento.
}
\includegraphics[scale=0.1]{figuras/ilustracao-aprendizado-semi-supervisionado}

Check warning on line 103 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

ilustracao-aprendizado-semi-supervisionado

"ilustracao-aprendizado-semi-supervisionado" is a typo. Did you mean "illustrator-aprendizado-semi-supervisionado"?
\source{\fonteautor}

Check warning on line 104 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fonteautor

"fonteautor" is a typo. Did you mean "autoroute"?
\end{figure}
\end{frame}


\begin{frame}{Aprendizado semi-supervisionado}
\begin{block}{Definição}
Dado um conjunto de dados de treinamento $ \mathbf{X} =
\{\vec{x_1}, \vec{x_2}, \ldots, \vec{x_n}\} $, tal que $ \vec{x_n} \in \mathbb{R}^d $,

Check warning on line 112 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

ldots

"ldots" is a typo. Did you mean "lots"?

Check warning on line 112 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

mathbb

"mathbb" is a typo. Did you mean "bathmat"?
onde apenas um subconjunto $ \vec{Y} = \{y_1, y_2, \ldots , y_m\} $ em que

Check warning on line 113 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

ldots

"ldots" is a typo. Did you mean "lots"?
$ (m < n) $ tem rótulos correspondentes, o objetivo do aprendizado
semi-supervisionado é usar tanto o conjunto de dados rotulado quanto o
não rotulado para aprender a função $ f: \mathbf{X} \rightarrow \vec{Y} $ que
pode prever o rótulo $ y $ para um novo exemplo $ \vec{x} $.
\end{block}
\end{frame}


\subsection{Algoritmos indutivos vs transdutivos}
\begin{frame}{Criando Caixas}
\successbox{testando o success box}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f4b07ef

Please sign in to comment.