-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
251 lines (239 loc) · 9.81 KB
/
mkdocs.yml
File metadata and controls
251 lines (239 loc) · 9.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
site_name: cognitivecomputing
site_author: Arnaldo Viana
extra:
materia: cognitivecomputing
professor: Arnaldo Viana
ano: 2025
theme:
name: material
feature:
- content.code.copy
- content.code.annotate
- content.tabs.link
- header.autohide
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.top
- search.highlight
- search.suggest
- toc.integrate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to system preference
docs_dir: material
site_dir: docs
use_directory_urls: false
repo_url: https://github.com/arnaldojr/cognitivecomputing/
repo_name: "cognitivecomputing"
site_url: https://arnaldojr.github.io/cognitivecomputing/
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.0.0/js-yaml.min.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- js/exercicio-linreg.js
- js/knn-widget.js
- js/logreg-widget.js
- js/perceptron-widget.js
- js/mlp-xor-widget.js
- js/backprop-widget.js
- js/cnn-widget.js
# Extensions / plugins
plugins:
- git-revision-date-localized
- search
- mkdocs-jupyter:
execute: False
- mkdocs_quiz
extra_css:
- css/termynal.css
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.snippets:
base_path: [!relative $config_dir]
check_paths: true
- markdown.extensions.tables
- tables
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- Instalação: instalacao/index.md
- Agenda: agenda/agenda.md
- CheckPoint:
- Orientações gerais: checkpoint/index.md
- CP1: checkpoint/cp1.md
- CP2: checkpoint/cp2.md
# - CheckPoint 5: checkpoint/cp.md
# - CheckPoint 6: checkpoint/cp6.md
- Processamento Digital de Imagens:
- Soluções PDI: aulas/PDI/solucoes/index.md
- Labs download: aulas/PDI/labs-download.md
- Introdução: aulas/PDI/intro/index.md
- Lab01 - Intro PID: aulas/PDI/lab01/IntroPID.ipynb
- Lab02 - Seguimentação por pixel: aulas/PDI/lab02/atividade2.ipynb
- Lab03 - Histograma e equalização: aulas/PDI/lab03/atividade3.ipynb
- Lab04 - Filtros de Convolução: aulas/PDI/lab04/Filtros_de_Convolução.ipynb
- Lab05 - Espaço de cor e contorno: aulas/PDI/lab05/Espaço-cor-contorno.ipynb
- Lab06 - Transformada de Hough e morfologia: aulas/PDI/lab06/Transformada-Hough-morfologia.ipynb
- Lab07 - Traking de objetos e movimento: aulas/PDI/lab07/Aula09/motion.ipynb
# - Lab08 - Relacionamento e operações entre imagens: aulas/PDI/lab08/Aula4.ipynb
# - Lab09 - FFT: aulas/PDI/lab09/aula.ipynb
# - Lab10 - Medidas aproximadas: aulas/PDI/lab10/medidas.ipynb
# - Lab11 - Transformada de watershed: aulas/PDI/lab11/watershed.ipynb
- Lab8 - Template matching: aulas/PDI/lab12/Template_matching.ipynb
- Lab9 - Features: aulas/PDI/lab13/Features.ipynb
- Lab10 - Detector haar Cascade: aulas/PDI/lab14/haarCascade.ipynb
- Lab11 - Event Mouse: aulas/PDI/lab15/EventMouse.ipynb
- Lab12 - Detector dlib: aulas/PDI/lab16/dlib2.ipynb
- Lab13 - Mediapipe: aulas/PDI/lab17/mediapipe.ipynb
- Lab14 - Yolo: aulas/PDI/lab18/index.md
# - IoT:
# - IoT e Sistemas Embarcados:
# - Introdução: aulas/iot/intro/index.md
# - Eletrônica básica: aulas/iot/intro/dicas.md
# - Sistemas Embarcados: aulas/iot/intro/introarduino.md
# - Linguagem C/C++ para Arduino:
# - Módulo 1 - Introdução: aulas/iot/modulos/modulo1.md
# - Módulo 2 - Operadores: aulas/iot/modulos/modulo2.md
# - Módulo 3 - Estruturas de Controle: aulas/iot/modulos/modulo3.md
# - Módulo 4 - Funções: aulas/iot/modulos/modulo4.md
# - Módulo 5 - Arrays: aulas/iot/modulos/modulo5.md
# - Módulo 6 - Strings: aulas/iot/modulos/modulo6.md
# - Módulo 7 - Ponteiros: aulas/iot/modulos/modulo7.md
# - Módulo 8 - Structs e Classes: aulas/iot/modulos/modulo8.md
# - Módulo 9 - Interrupções e Timers: aulas/iot/modulos/modulo9.md
# - Módulo 10 - Comunicação Serial: aulas/iot/modulos/modulo10.md
# - Módulo 11 - Sensores e Aquisição de Dados: aulas/iot/modulos/modulo12.md
# - Módulo 12 - Gestão de Energia: aulas/iot/modulos/modulo17.md
# - Básico:
# - Introdução: aulas/iot/intro/index.md
# - Eletronica básica: aulas/iot/intro/dicas.md
# - Sistemas Embarcados: aulas/iot/intro/introarduino.md
# - Linguagem C/C++ para Arduino:
# - Módulo 1 - Introdução: aulas/iot/modulos/modulo1.md
# - Módulo 2 - Operadores: aulas/iot/modulos/modulo2.md
# - Módulo 3 - Estruturas de Controle: aulas/iot/modulos/modulo3.md
# - Módulo 4 - Funções: aulas/iot/modulos/modulo4.md
# - Módulo 5 - Arrays: aulas/iot/modulos/modulo5.md
# - Módulo 6 - Strings: aulas/iot/modulos/modulo6.md
# - Módulo 7 - Ponteiros: aulas/iot/modulos/modulo7.md
# - Módulo 8 - Structs e Classes: aulas/iot/modulos/modulo8.md
# - Módulo 9 - Interrupções e Timers: aulas/iot/modulos/modulo9.md
# - Módulo 10 - Comunicação Serial: aulas/iot/modulos/modulo10.md
# - Módulo 11 - Sensores e Aquisição de Dados: aulas/iot/modulos/modulo12.md
# - Módulo 12 - Gestão de Energia: aulas/iot/modulos/modulo17.md
# - Arduino:
# - Solução From Zero to Hero!: aulas/iot/ex0/solucao.md
# - Lab01 - Led: aulas/iot/lab1/index.md
# - Lab02 - Serial: aulas/iot/lab2/index.md
# - Lab03 - Botão : aulas/iot/lab3/index.md
# - Lab04 - PWM e Analog: aulas/iot/lab4/index.md
# - Node-Red:
# - Lab01 : aulas/iot/lab5/index.md
# - Lab02 : aulas/iot/lab6/index.md
# - Lab03 : aulas/iot/lab7/index.md
# - Esp32:
# - Lab01 : aulas/iot/lab01-esp/index.md
# - Lab02 : aulas/iot/lab02-esp/index.md
# - Lab03 : aulas/iot/lab03-esp/index.md
# - Raspberry Pi:
# - Lab01 : aulas/iot/lab8/index.md
# - Lab02 : aulas/iot/lab9/index.md
# - Lab03 : aulas/iot/lab10/index.md
# - Ciência de Dados:
# - Introdução: aulas/IA/intro/index.md
# - Descoberta do Conhecimento: aulas/IA/intro/index2.md
# - Machine Learning:
# - Manipulação de Dados:
# - Dataframe: aulas/IA/lab01/dataframe.ipynb
# - Pré-processamento: aulas/IA/lab04/dicasDePreprocessamento.ipynb
# - Aprendizado Supervisionado - Classificação:
# - Introdução: aulas/IA/lab02/classificacao-ml-completa.md
# - lab1: aulas/IA/lab02/ml-classificador-iris.ipynb
# - lab2: aulas/IA/lab02/ml-classificador-digito.ipynb
# - lab3: aulas/IA/lab-04/aula8.ipynb
# - Aprendizado Supervisionado - Regressão:
# - Introdução: aulas/IA/lab03/regressao-ml-completa.md
# - lab1: aulas/IA/lab03/regressao.ipynb
# - lab2: aulas/IA/lab03/regressao2.ipynb
# - lab3: aulas/IA/lab03/preco-notebook.ipynb
# - Validação de Modelos: aulas/IA/lab05/validacaocruzada.ipynb
# - Aprendizado Não Supervisionado:
# - lab1: aulas/IA/lab-01/aula5.ipynb
# - lab2: aulas/IA/lab-01/aula5-parte2.ipynb
# - lab2: aulas/IA/lab-02/aula6.ipynb
# - lab3: aulas/IA/lab-03/aula7.ipynb
# - PCA: aulas/IA/lab04/reducao_dimensionalidade_pca.ipynb
# - Deep Learning:
# - Introdução Redes Neurais:
# - aulas/IA/lab06/redesneurais.md
# - aulas/IA/lab06/backpropagation.md
# - Lab01 - Prática:
# - aulas/IA/lab07/index.md
# - MLP: aulas/IA/lab07/Praticando_redes_neurais_com_Tensorflow.ipynb
# - Lab02 - CNN:
# - Teoria: aulas/IA/lab08/cnn.md
# - Prática: aulas/IA/lab08/cnn-pratica.ipynb
# - Exercício: aulas/IA/lab08/cnn2.md
# - Lab03 - Data Augmentation: aulas/IA/lab10/data-augmentation.ipynb
# - Lab04 - GDrive: aulas/IA/lab08/cnn_drive.ipynb
# - Lab05 - Desafio: aulas/IA/lab12/index.md
# - Lab06 - Resumo: aulas/IA/lab11/index.md
# - Lab07 - Pré-treinadas: aulas/IA/lab09/transferlearning_1.ipynb
# - Lab08 - Transfer learning: aulas/IA/lab09/transferlearning_2.ipynb
# - Redes Avançadas:
# - Teoria - YOLO: aulas/IA/lab13/teoria_yolo.md
# - lab09 - YOLO - Básico: aulas/IA/lab13/yolo.ipynb
# - lab10 - YOLO - Multi-tarefa: aulas/IA/lab13/yolo1.ipynb
# - lab11 - YOLO - Treinamento customizado: aulas/IA/lab13/yolo2.ipynb
# # - Lab10 - Vision Transformer: aulas/IA/lab14/vit.md
# # - lab11 - RNN e LSTM: aulas/IA/lab15/rnn-lstm.ipynb
# # - Lab12 - NLP: aulas/IA/lab16/nlp.ipynb
# # - Lab13 - Transformers: aulas/IA/lab17/transformers.ipynb
# # - Lab14 - MCP: aulas/IA/lab18/mcp.ipynb