Skip to content

Commit

Permalink
mais arquivos dos slides
Browse files Browse the repository at this point in the history
  • Loading branch information
azeloc committed Apr 1, 2024
1 parent 117b073 commit c50f9e9
Show file tree
Hide file tree
Showing 277 changed files with 17,353 additions and 1 deletion.
164 changes: 164 additions & 0 deletions slides/css/custom-intro.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
.remark-slide-content:not(.title-slide){
background-image: url("https://d33wubrfki0l68.cloudfront.net/295643c6243701ae6a9bac3fb8ad467ff0ce3c84/d1785/img/logo/cursor1-41.png");
background-position: 5% 97%;
background-size: 160px;
padding-left: 100px;
}

.remark-slide-number{
top: 92%;
bottom: inherit;
}

.title-slide{
background-image: url("../img/trio-sticker.png");
background-position: 53% 98%;
background-size: 330px;
padding-left: 100px;
}


* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.container {
width: 100%;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
margin-left: auto;
margin-right: auto;
}

.center {
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}

.card {
background-color: white;
width: 250px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
padding: 10px;
margin: 5px;
}
.card h1, .card h2, .card h3, .card h4, .card h5 {
margin: 0px;
padding: 0px 0px 15px 0px;
font-family: 'Noto Sans KR', sans-serif;
font-size: 20px;
color: #282828;
}
.card hr {
display: block;
border: none;
height: 3px;
font-weight: bold;
margin: 0px;
-webkit-animation-name: line-show;
/* Safari 4.0 - 8.0 */
-webkit-animation-duration: 0.3s;
/* Safari 4.0 - 8.0 */
animation-name: line-show;
animation-duration: 0.6s;
-webkit-transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1);
transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1);
/* custom */
}
.card p {
margin: 15px 0px 0px 0px;
font-family: 'Noto Sans KR', sans-serif;
font-weight: 100;
letter-spacing: -0.25px;
line-height: 1.25;
font-size: 15px;
word-break: break-all;
word-wrap: pre-wrap;
color: #282828;
-webkit-animation-name: p-show;
/* Safari 4.0 - 8.0 */
-webkit-animation-duration: 1.5s;
/* Safari 4.0 - 8.0 */
animation-name: p-show;
animation-duration: 1.5s;
}
.card button {
border: none;
background-color: salmon;
width: 50%;
margin: 10px auto;
padding: 10px 30px;
color: white;
font-family: 'Noto Sans KR', sans-serif;
text-transform: uppercase;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes line-show {
from {
margin: 0px 100px;
}
to {
margin: 0px;
}
}
/* Standard syntax */
@keyframes line-show {
from {
margin: 0px 100px;
}
to {
margin: 0px;
}
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes p-show {
from {
color: white;
}
to {
color: #282828;
}
}
/* Standard syntax */
@keyframes p-show {
from {
color: white;
}
to {
color: #282828;
}
}

a, a > code {
color: #339999;
text-decoration: none;
}

.remark-code, .remark-inline-code {
background: #f0f0f0;
}


.huge .remark-code { /*Change made here*/
font-size: 200% !important;
}

.tiny .remark-code { /*Change made here*/
font-size: 70% !important;
}



.blue{
color:#6495ed;
font-weight: bold;
}
172 changes: 172 additions & 0 deletions slides/css/xaringan-themer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
/* -------------------------------------------------------
*
* !! This file was generated by xaringanthemer !!
*
* Changes made to this file directly will be overwritten
* if you used xaringanthemer in your xaringan slides Rmd
*
* Issues or likes?
* - https://github.com/gadenbuie/xaringanthemer
* - https://www.garrickadenbuie.com
*
* Need help? Try:
* - vignette(package = "xaringanthemer")
* - ?xaringanthemer::write_xaringan_theme
* - xaringan wiki: https://github.com/yihui/xaringan/wiki
* - remarkjs wiki: https://github.com/gnab/remark/wiki
*
* ------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Montserrat:wght@400;500&family=Source+Code+Pro:wght@400;500&display=swap');

body {
font-family: Montserrat, 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif;
font-weight: 400;
color: #011627;
}
h1, h2, h3 {
font-family: Arvo;
font-weight: normal;
color: #022038;
}
.remark-slide-content {
background-color: #ffffff;
font-size: 24px;



padding: 1em 4em 1em 4em;
}
.remark-slide-content h1 {
font-size: 55px;
}
.remark-slide-content h2 {
font-size: 45px;
}
.remark-slide-content h3 {
font-size: 35px;
}
.remark-code, .remark-inline-code {
font-family: 'Source Code Pro', monospace;
}
.remark-code {
font-size: 0.75em;
}
.remark-inline-code {
font-size: 1em;
color: #022038;


}
.remark-slide-number {
color: #022038;
opacity: 1;
font-size: 0.9em;
}
strong{color:#022038;}
a, a > code {
color: hotpink;
text-decoration: none;
}
.footnote {

position: absolute;
bottom: 3em;
padding-right: 4em;
font-size: 0.9em;
}
.remark-code-line-highlighted {
background-color: rgba(255,255,0,0.5);
}
.inverse {
background-color: #022038;
color: #E5E8EB;

}
.inverse h1, .inverse h2, .inverse h3 {
color: #E5E8EB;
}
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
color: #E5E8EB;
}
.title-slide {
background-color: #022038;



}
.title-slide .remark-slide-number {
display: none;
}
/* Two-column layout */
.left-column {
width: 20%;
height: 92%;
float: left;
}
.left-column h2, .left-column h3 {
color: #02203899;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #022038;
}
.right-column {
width: 75%;
float: right;
padding-top: 1em;
}
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
img, video, iframe {
max-width: 100%;
}
blockquote {
border-left: solid 5px #02203880;
padding-left: 1em;
}
.remark-slide table {
margin: auto;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}
.remark-slide table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #CCD2D7 }
table.dataTable tbody {
background-color: #ffffff;
color: #011627;
}
table.dataTable.display tbody tr.odd {
background-color: #ffffff;
}
table.dataTable.display tbody tr.even {
background-color: #CCD2D7;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
background-color: rgba(255, 255, 255, 0.5);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
color: #011627;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
color: #011627 !important;
}

@page { margin: 0; }
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
Binary file added slides/img/01-introducao-ao-curso/discourse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/01-introducao-ao-curso/professores.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/0_D7zG46WrdKx54pbU.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/adaboost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arthur-sam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore_hiperparam01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore_hiperparam02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore_hiperparam03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore_intuicao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/arvore_rf_gbm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/aviao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/betas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/boost1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/box-algorithmic-models.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/box-data-models.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/img/box.png
Binary file added slides/img/case_exemplo.png
Binary file added slides/img/cat_book.gif
Binary file added slides/img/ciclo-ciencia-de-dados.png
Binary file added slides/img/ciclo.png
Binary file added slides/img/combined_gif.gif
Binary file added slides/img/como-funciona.png
Binary file added slides/img/cursor.png
Binary file added slides/img/dashboardHeader.png
Binary file added slides/img/dashexample.png
Binary file added slides/img/dashtutorial.png
Binary file added slides/img/dashtutorial2.png
Binary file added slides/img/dnorm_params.png
Binary file added slides/img/erro_treino_erro_teste.png
Binary file added slides/img/erros.png
Binary file added slides/img/esl.jpg
Binary file added slides/img/forward_stagewise.png
Binary file added slides/img/gif_eqm.gif
Binary file added slides/img/gif_eqm_logistic.gif
Binary file added slides/img/gif_reg_logistica_otimizacao.gif
Binary file added slides/img/gif_scatter.gif
Binary file added slides/img/gif_scatter_logistic.gif
Binary file added slides/img/gini_exemplo.png
Binary file added slides/img/google.png
Binary file added slides/img/gradient_descent.png
Binary file added slides/img/gridsystem.jpg
Binary file added slides/img/gridsystem2.png
Binary file added slides/img/hex-knitr.png
Binary file added slides/img/hex-rmarkdown.png
Binary file added slides/img/hex-shiny.png
Binary file added slides/img/hist_intercept_gif.gif
Binary file added slides/img/impurezas.png
Binary file added slides/img/infobox.png
Binary file added slides/img/inputs.png
Binary file added slides/img/inputs_outputs.png
Binary file added slides/img/inputvalues.png
Binary file added slides/img/isl.jpg
Binary file added slides/img/islr.png
Binary file added slides/img/k-fold-cv.png
Binary file added slides/img/lasso_lambda.png
Binary file added slides/img/linha_do_tempo.jpg
Binary file added slides/img/linha_do_tempo.png
Binary file added slides/img/loocv.png
Binary file added slides/img/ml_101.png
Binary file added slides/img/navbarpage.png
Binary file added slides/img/one-hot-encoding.png
Binary file added slides/img/overfiting_com_teste.gif
Binary file added slides/img/overfiting_scatter_eqm.gif
Binary file added slides/img/overfiting_scatter_eqm_logistic.gif
Binary file added slides/img/overfiting_sem_teste.gif
Binary file added slides/img/professores.png
Binary file added slides/img/r4ds.png
Binary file added slides/img/reaclog_intro.png
Binary file added slides/img/reaclog_reactive.png
Binary file added slides/img/reactive1.png
Binary file added slides/img/reactive2.png
Loading

0 comments on commit c50f9e9

Please sign in to comment.