-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fb0c242
Showing
29 changed files
with
2,399 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# ibm-ai-day | ||
|
||
Slides for my talk on unsupervised and supervised NLP machine learning for [IBM Community Day: Artificial Intelligence](https://ibmaicommunity.bemyapp.com/) on 11 October 2018 | ||
|
||
Check out the slides at [bit.ly/silge-ibm-ai-day](bit.ly/silge-ibm-ai-day)! | ||
|
||
My xaringan theme: | ||
|
||
``` | ||
mono_accent( | ||
base_color = "#F48024", | ||
header_font_google = google_font("IBM Plex Sans"), | ||
text_font_google = google_font("IBM Plex Sans Condensed"), | ||
code_font_google = google_font("IBM Plex Mono") | ||
) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.large { font-size: 150% } | ||
|
||
.title-slide .remark-slide-number { | ||
display: none; | ||
} | ||
|
||
.remark-slide-number { | ||
display: none; | ||
} | ||
|
||
div.my-footer { | ||
background-color: #E96F0C; | ||
position: absolute; | ||
bottom: 0px; | ||
left: 0px; | ||
height: 20px; | ||
width: 100%; | ||
} | ||
div.my-footer span { | ||
font-size: 10pt; | ||
color: #F7F8FA; | ||
position: absolute; | ||
left: 15px; | ||
bottom: 2px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,175 @@ | ||
/* ------------------------------------------------------- | ||
* | ||
* !! 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/css?family=IBM+Plex+Sans+Condensed); | ||
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans); | ||
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Mono); | ||
|
||
|
||
body { | ||
font-family: IBM Plex Sans Condensed, 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; | ||
font-weight: ; | ||
color: #272822; | ||
} | ||
h1, h2, h3 { | ||
font-family: IBM Plex Sans; | ||
font-weight: normal; | ||
color: #F48024; | ||
} | ||
.remark-slide-content { | ||
background-color: #FFFFFF; | ||
font-size: 20px; | ||
|
||
|
||
|
||
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: IBM Plex Mono, 'Lucida Console', Monaco, monospace; | ||
} | ||
.remark-code { | ||
font-size: 0.9em; | ||
} | ||
.remark-inline-code { | ||
font-size: 1em; | ||
color: #F48024; | ||
|
||
|
||
} | ||
.remark-slide-number { | ||
color: #F48024; | ||
opacity: 1; | ||
font-size: 0.9em; | ||
} | ||
strong{color:#F48024;} | ||
a, a > code { | ||
color: #F48024; | ||
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: #F48024; | ||
color: #FFFFFF; | ||
|
||
} | ||
.inverse h1, .inverse h2, .inverse h3 { | ||
color: #FFFFFF; | ||
} | ||
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||
color: #FFFFFF; | ||
} | ||
.title-slide { | ||
background-color: #F48024; | ||
|
||
|
||
|
||
} | ||
.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: #F4802499; | ||
} | ||
.left-column h2:last-of-type, .left-column h3:last-child { | ||
color: #F48024; | ||
} | ||
.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 #F4802480; | ||
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: #FBD8BD } | ||
table.dataTable tbody { | ||
background-color: #FFFFFF; | ||
color: #272822; | ||
} | ||
table.dataTable.display tbody tr.odd { | ||
background-color: #FFFFFF; | ||
} | ||
table.dataTable.display tbody tr.even { | ||
background-color: #FBD8BD; | ||
} | ||
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: #272822; | ||
} | ||
.dataTables_wrapper .dataTables_paginate .paginate_button { | ||
color: #272822 !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; | ||
} | ||
} |
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.
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.
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.
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.
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.
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.
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.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<script src="https://use.fontawesome.com/5235085b15.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
AlwaysSaveHistory: Default | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 4 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
a, a > code { | ||
color: rgb(249, 38, 114); | ||
text-decoration: none; | ||
} | ||
.footnote { | ||
position: absolute; | ||
bottom: 3em; | ||
padding-right: 4em; | ||
font-size: 90%; | ||
} | ||
.remark-code-line-highlighted { background-color: #ffff88; } | ||
|
||
.inverse { | ||
background-color: #272822; | ||
color: #d6d6d6; | ||
text-shadow: 0 0 20px #333; | ||
} | ||
.inverse h1, .inverse h2, .inverse h3 { | ||
color: #f3f3f3; | ||
} | ||
/* Two-column layout */ | ||
.left-column { | ||
color: #777; | ||
width: 20%; | ||
height: 92%; | ||
float: left; | ||
} | ||
.left-column h2:last-of-type, .left-column h3:last-child { | ||
color: #000; | ||
} | ||
.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 lightgray; | ||
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: #eee } | ||
|
||
@page { margin: 0; } | ||
@media print { | ||
.remark-slide-scaler { | ||
width: 100% !important; | ||
height: 100% !important; | ||
transform: scale(1) !important; | ||
top: 0 !important; | ||
left: 0 !important; | ||
} | ||
} |
Oops, something went wrong.