title: This is the title use_katex: True class: title-slide # This is a title for a presentation With more than one line .larger[Thomas J. Fan]
@thomasjpfan
github.com/thomasjpfan/slides-template
--- class: middle, center # Before we start :) .g[ .g-6[.success.bold.center[ If you are from NYC, **Push 1**. ]] .g-6[.alert.bold.center[ Otherwise, **Push 2**. ]] ] --- class: middle > Creativity is just connecting things. When you ask creative people how they did something, > they feel a little guilty because they didn't really do it, they just saw something. > It seemed obvious to them after a while. That's because they were able to connect > experiences they've had and synthesize new things. > >
Steve Jobs
--- # This is an image  --- # This is a equation $$ F=ma $$ --- # This is some code .g[ .g-6[ ```python # This is a comment def hello(a, b): return a + b ``` ] .g-6[ ```ruby def add(a, b) a + b end ``` ] ] --- # This is huge .g.g-around[ .g-8.success.bold.center[ This is wowowowow ]] ## Here is some numpy ```py >>> df['int_1'].values array([ 0, 1, 2, ..., 999997, 999998, 999999]) ``` --- # Here is some code .g[ .g-4[ This is a [link](https://thomasjpfan.com) about something interesting here ] .g-8[ ```python import numpy as np X = np.linspace(0, 10) ``` ] ] --- # Here is a table | train has infreq | error | ignore | infreq_ignore | | |------------------|--------|-------------------|---------------------|---| | True | errors | all zeros (werid) | place in infreq bin | | | False | errors | all zeros | all zeros | | --- class: title-slide # Thank you! .larger[Thomas J. Fan]
@thomasjpfan
This talk on Github: thomasjpfan/slides-template