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
eqs
October 10, 2019
Programming
2k
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.5k
静的サイトジェネレータyachoのつかいかた
eqs
0
150
コンピュータビジョン勉強会
eqs
0
150
Hugoでサイト作りたい
eqs
0
160
Beamer Example
eqs
0
260
Probability Distributions (PRML 2.3.1-2.3.7)
eqs
0
540
ディリクレ過程混合モデルによるクラスタリング
eqs
1
760
Convolutional Networks (Deep Learning, 9.1-9.4)
eqs
1
230
Other Decks in Programming
See All in Programming
DynamoDBの基礎を振り返りながらベクトル検索機能を理解する
musan
3
270
数年滞っていたダークモード対応をおよそ2週間で完了させる
chigichan24
0
690
PyConJP2026_wat_Python × Signal Processing: How to Draw Pictures with Sound Using Spectrogram Art
wat
0
680
週末にAI-DLCを本気で回したら$1,600溶けた
hbashimizu
0
130
kubernetes コンポーネント開発入門 / 新卒N年目の勉強会&交流会!〜〇〇への誘い〜 #n_study
mazrean
0
180
Go を使い始めて 2 ヶ月の学び / My first two months with Go
contour_gara
0
420
【デモ】Kiroで体験する仕様駆動開発|設計からコーディングまでAIと進める開発フロー
cmkudo
0
600
AIエージェント時代のコードレビューを設計する
nogu66
6
2.6k
Foundry Localでエージェント開発
seosoft
0
150
スマート反転とウェブアクセシビリティ
camiha
0
150
Swift愛好会100回記念 第1回を振り返る
jollyjoester
0
120
GKE アップグレード前に知っておきたい Blue/Green と PDB の関係
stkk
0
160
Featured
See All Featured
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
440
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
2
680
Six Lessons from altMBA
skipperchong
29
4.5k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
810
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
4.7k
What does AI have to do with Human Rights?
axbom
PRO
1
2.4k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
260
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
3k
Ruling the World: When Life Gets Gamed
codingconduct
0
330
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
490
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