Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Example slide of `highlight` command
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
eqs
October 10, 2019
Programming
1.9k
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Example slide of `highlight` command
eqs
October 10, 2019
More Decks by eqs
See All by eqs
機械学習の基礎から理解する DeepLabCutの原理
eqs
1
8.4k
静的サイトジェネレータyachoのつかいかた
eqs
0
150
コンピュータビジョン勉強会
eqs
0
150
Hugoでサイト作りたい
eqs
0
150
Beamer Example
eqs
0
240
Probability Distributions (PRML 2.3.1-2.3.7)
eqs
0
510
ディリクレ過程混合モデルによるクラスタリング
eqs
1
740
Convolutional Networks (Deep Learning, 9.1-9.4)
eqs
1
210
Other Decks in Programming
See All in Programming
AI時代のUIはどこへ行く?その2!
yusukebe
22
7.4k
肥大化するレガシーコードに立ち向かうためのインターフェース分離と依存の逆転 / JJUG CCC 2026 Spring
hirokunimaeta
0
570
並列実装の現場、2ヶ月間実務でAIを使い倒したAIもPCも私も限界が近い
ming_ayami
0
130
生成AI時代にこそ効くGo | Why Go Works in the Age of Generative AI
mom0tomo
8
3.3k
Signal Forms: Details & Live Coding @enterJS 2026 in Mannheim
manfredsteyer
PRO
0
160
AI 時代のソフトウェア設計の学び方
masuda220
PRO
29
13k
気づいたらRubyで100作品 ー クリエイティブコーディングが生活の一部になるまで / 100 Ruby Sketches Later: How Creative Coding Became Part of My Life
chobishiba
3
590
軽量Java基盤の設計 DIコンテナに頼らない、長期保守と1秒起動の実現 JJUG CCC 2026 Spring
macha64
0
540
Vite+ Unified Toolchain for the Web
naokihaba
0
320
正しくソフトウェアを作る、前提を疑うための認知の視点 / doubt-premise
minodriven
21
6.7k
Oxlintのカスタムルールの現況
syumai
6
1.1k
スマートグラスで並列バイブコーディング
hyshu
0
160
Featured
See All Featured
BBQ
matthewcrist
89
10k
Ethics towards AI in product and experience design
skipperchong
2
310
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.5k
Producing Creativity
orderedlist
PRO
348
40k
Design in an AI World
tapps
1
250
Between Models and Reality
mayunak
4
340
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.3k
Navigating Team Friction
lara
192
16k
Believing is Seeing
oripsolob
1
150
Code Review Best Practice
trishagee
74
20k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
62
44k
Transcript
数式に背景色をつけるアニメーション eqs October 9, 2019
サンプル 1: 2 次式の標準形を求める過程を示す x2 + 4x + 12 \begin{align*}
&x^2 + 4x + 12 \\ \onslide+<2->{&= \highlight<3->{x^2 + 4x + 16} - 4 \\} \onslide+<4->{&= \highlight{(x + 4)^2} - 4} \end{align*} 2/4
サンプル 1: 2 次式の標準形を求める過程を示す x2 + 4x + 12 =
x2 + 4x + 16 − 4 \begin{align*} &x^2 + 4x + 12 \\ \onslide+<2->{&= \highlight<3->{x^2 + 4x + 16} - 4 \\} \onslide+<4->{&= \highlight{(x + 4)^2} - 4} \end{align*} 2/4
サンプル 1: 2 次式の標準形を求める過程を示す x2 + 4x + 12 =
x2 + 4x + 16 − 4 \begin{align*} &x^2 + 4x + 12 \\ \onslide+<2->{&= \highlight<3->{x^2 + 4x + 16} - 4 \\} \onslide+<4->{&= \highlight{(x + 4)^2} - 4} \end{align*} 2/4
サンプル 1: 2 次式の標準形を求める過程を示す x2 + 4x + 12 =
x2 + 4x + 16 − 4 = (x + 4)2 − 4 \begin{align*} &x^2 + 4x + 12 \\ \onslide+<2->{&= \highlight<3->{x^2 + 4x + 16} - 4 \\} \onslide+<4->{&= \highlight{(x + 4)^2} - 4} \end{align*} 2/4
サンプル 2: 一旦式を見せてから,各項や因子についての情報を 述べる From the product rule of probability,
p(z) = p(x, y) = p(y|x) × p(x) From the product rule of probability, \begin{align*} p(\mathbf z) = \highlightcap<2->[blue]{p(\mathbf x, \mathbf y)}{Unknown} = \highlightcap<2->[red]{p(\mathbf y | \mathbf x)}{Known} \times \highlightcap<2->[red]{p(\mathbf x)}{Known} \end{align*} 3/4
サンプル 2: 一旦式を見せてから,各項や因子についての情報を 述べる From the product rule of probability,
p(z) = p(x, y) Unknown = p(y|x) Known × p(x) Known From the product rule of probability, \begin{align*} p(\mathbf z) = \highlightcap<2->[blue]{p(\mathbf x, \mathbf y)}{Unknown} = \highlightcap<2->[red]{p(\mathbf y | \mathbf x)}{Known} \times \highlightcap<2->[red]{p(\mathbf x)}{Known} \end{align*} 3/4
サンプル 3: アニメーション無しで色やキャプションをつけるだ けの用途でも使える Overleaf のエディタ上だと,caption 部分でインライン数式$ $ 使う とめっちゃ構文エラー出る
(コンパイルは問題なくできる). N(x|µ, σ2) = 1 (2πσ2)1/2 exp { − 1 2σ2 (x − µ)2 } exp function of x (1.46) \begin{align*} \mathcal N(x | \mu, \sigma^2) &= \frac{1}{(2\pi\sigma^2)^{1/2}} \highlightcap[blue]% {\displaystyle\exp\left\{-\frac{1}{2\sigma^2}(x - \mu)^2\right\}}% {exp function of $x$} \tag{1.46} \end{align*} 4/4