Skip to content

Commit a17df75

Browse files
author
Documenter.jl
committed
build based on 8e02638
1 parent 282a9a3 commit a17df75

File tree

37 files changed

+1312
-1292
lines changed

37 files changed

+1312
-1292
lines changed

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.10.9","generation_timestamp":"2025-06-26T05:28:51","documenter_version":"1.13.0"}}
1+
{"documenter":{"julia_version":"1.10.10","generation_timestamp":"2025-07-04T07:54:31","documenter_version":"1.13.0"}}

dev/about/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/common_workflows/architecture_search/README/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/common_workflows/architecture_search/notebook/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
fit!(mach, verbosity = 0);
8787
fitted_params(mach).best_model</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">NeuralNetworkClassifier(
8888
builder = MLP(
89-
hidden = (53, 45, 41),
89+
hidden = (41, 25, 33),
9090
σ = NNlib.relu),
9191
finaliser = NNlib.softmax,
9292
optimiser = Adam(eta=0.01, beta=(0.9, 0.999), epsilon=1.0e-8),
@@ -103,4 +103,4 @@
103103
mlp = [x[:model].builder for x in history],
104104
measurement = [x[:measurement][1] for x in history],
105105
)
106-
first(sort!(history_df, [order(:measurement)]), 10)</code></pre><div><div style = "float: left;"><span>10×2 DataFrame</span></div><div style = "clear: both;"></div></div><div class = "data-frame" style = "overflow-x: scroll;"><table class = "data-frame" style = "margin-bottom: 6px;"><thead><tr class = "header"><th class = "rowNumber" style = "font-weight: bold; text-align: right;">Row</th><th style = "text-align: left;">mlp</th><th style = "text-align: left;">measurement</th></tr><tr class = "subheader headerLastRow"><th class = "rowNumber" style = "font-weight: bold; text-align: right;"></th><th title = "MLJFlux.MLP{3}" style = "text-align: left;">MLP…</th><th title = "Float64" style = "text-align: left;">Float64</th></tr></thead><tbody><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">1</td><td style = "text-align: left;">MLP(hidden = (53, 45, 41), …)</td><td style = "text-align: right;">0.0854797</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">2</td><td style = "text-align: left;">MLP(hidden = (45, 49, 21), …)</td><td style = "text-align: right;">0.0860875</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">3</td><td style = "text-align: left;">MLP(hidden = (41, 25, 45), …)</td><td style = "text-align: right;">0.0914076</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">4</td><td style = "text-align: left;">MLP(hidden = (25, 61, 61), …)</td><td style = "text-align: right;">0.0916483</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">5</td><td style = "text-align: left;">MLP(hidden = (33, 9, 41), …)</td><td style = "text-align: right;">0.094931</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">6</td><td style = "text-align: left;">MLP(hidden = (57, 13, 57), …)</td><td style = "text-align: right;">0.0981329</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">7</td><td style = "text-align: left;">MLP(hidden = (45, 57, 37), …)</td><td style = "text-align: right;">0.0996649</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">8</td><td style = "text-align: left;">MLP(hidden = (29, 57, 45), …)</td><td style = "text-align: right;">0.0998044</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">9</td><td style = "text-align: left;">MLP(hidden = (53, 29, 49), …)</td><td style = "text-align: right;">0.102969</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">10</td><td style = "text-align: left;">MLP(hidden = (49, 53, 57), …)</td><td style = "text-align: right;">0.104129</td></tr></tbody></table></div><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../live_training/notebook/">« Live Training</a><a class="docs-footer-nextpage" href="../../../extended_examples/MNIST/notebook/">MNIST Images »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.13.0 on <span class="colophon-date" title="Thursday 26 June 2025 05:28">Thursday 26 June 2025</span>. Using Julia version 1.10.9.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
106+
first(sort!(history_df, [order(:measurement)]), 10)</code></pre><div><div style = "float: left;"><span>10×2 DataFrame</span></div><div style = "clear: both;"></div></div><div class = "data-frame" style = "overflow-x: scroll;"><table class = "data-frame" style = "margin-bottom: 6px;"><thead><tr class = "header"><th class = "rowNumber" style = "font-weight: bold; text-align: right;">Row</th><th style = "text-align: left;">mlp</th><th style = "text-align: left;">measurement</th></tr><tr class = "subheader headerLastRow"><th class = "rowNumber" style = "font-weight: bold; text-align: right;"></th><th title = "MLJFlux.MLP{3}" style = "text-align: left;">MLP…</th><th title = "Float64" style = "text-align: left;">Float64</th></tr></thead><tbody><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">1</td><td style = "text-align: left;">MLP(hidden = (41, 25, 33), …)</td><td style = "text-align: right;">0.0796866</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">2</td><td style = "text-align: left;">MLP(hidden = (21, 17, 29), …)</td><td style = "text-align: right;">0.0874801</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">3</td><td style = "text-align: left;">MLP(hidden = (53, 21, 33), …)</td><td style = "text-align: right;">0.0929797</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">4</td><td style = "text-align: left;">MLP(hidden = (33, 13, 49), …)</td><td style = "text-align: right;">0.0973896</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">5</td><td style = "text-align: left;">MLP(hidden = (53, 13, 29), …)</td><td style = "text-align: right;">0.099818</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">6</td><td style = "text-align: left;">MLP(hidden = (61, 53, 9), …)</td><td style = "text-align: right;">0.100062</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">7</td><td style = "text-align: left;">MLP(hidden = (29, 61, 57), …)</td><td style = "text-align: right;">0.102782</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">8</td><td style = "text-align: left;">MLP(hidden = (21, 25, 29), …)</td><td style = "text-align: right;">0.103415</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">9</td><td style = "text-align: left;">MLP(hidden = (49, 33, 21), …)</td><td style = "text-align: right;">0.105245</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">10</td><td style = "text-align: left;">MLP(hidden = (41, 37, 41), …)</td><td style = "text-align: right;">0.106187</td></tr></tbody></table></div><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../live_training/notebook/">« Live Training</a><a class="docs-footer-nextpage" href="../../../extended_examples/MNIST/notebook/">MNIST Images »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.13.0 on <span class="colophon-date" title="Friday 4 July 2025 07:54">Friday 4 July 2025</span>. Using Julia version 1.10.10.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

dev/common_workflows/comparison/README/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/common_workflows/comparison/notebook/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
mlp = [x[:model] for x in history],
5555
measurement = [x[:measurement][1] for x in history],
5656
)
57-
sort!(history_df, [order(:measurement)])</code></pre><div><div style = "float: left;"><span>4×2 DataFrame</span></div><div style = "clear: both;"></div></div><div class = "data-frame" style = "overflow-x: scroll;"><table class = "data-frame" style = "margin-bottom: 6px;"><thead><tr class = "header"><th class = "rowNumber" style = "font-weight: bold; text-align: right;">Row</th><th style = "text-align: left;">mlp</th><th style = "text-align: left;">measurement</th></tr><tr class = "subheader headerLastRow"><th class = "rowNumber" style = "font-weight: bold; text-align: right;"></th><th title = "MLJModelInterface.Probabilistic" style = "text-align: left;">Probabil…</th><th title = "Float64" style = "text-align: left;">Float64</th></tr></thead><tbody><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">1</td><td style = "text-align: left;">BayesianLDA(method = gevd, …)</td><td style = "text-align: right;">0.0610826</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">2</td><td style = "text-align: left;">NeuralNetworkClassifier(builder = MLP(hidden = (5, 4), …), …)</td><td style = "text-align: right;">0.0857014</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">3</td><td style = "text-align: left;">RandomForestClassifier(max_depth = -1, …)</td><td style = "text-align: right;">0.0994102</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">4</td><td style = "text-align: left;">ProbabilisticTunedModel(model = XGBoostClassifier(test = 1, …), …)</td><td style = "text-align: right;">0.221056</td></tr></tbody></table></div><p>This is Occam&#39;s razor in practice.</p><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../composition/notebook/">« Model Composition</a><a class="docs-footer-nextpage" href="../../early_stopping/notebook/">Early Stopping »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.13.0 on <span class="colophon-date" title="Thursday 26 June 2025 05:28">Thursday 26 June 2025</span>. Using Julia version 1.10.9.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
57+
sort!(history_df, [order(:measurement)])</code></pre><div><div style = "float: left;"><span>4×2 DataFrame</span></div><div style = "clear: both;"></div></div><div class = "data-frame" style = "overflow-x: scroll;"><table class = "data-frame" style = "margin-bottom: 6px;"><thead><tr class = "header"><th class = "rowNumber" style = "font-weight: bold; text-align: right;">Row</th><th style = "text-align: left;">mlp</th><th style = "text-align: left;">measurement</th></tr><tr class = "subheader headerLastRow"><th class = "rowNumber" style = "font-weight: bold; text-align: right;"></th><th title = "MLJModelInterface.Probabilistic" style = "text-align: left;">Probabil…</th><th title = "Float64" style = "text-align: left;">Float64</th></tr></thead><tbody><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">1</td><td style = "text-align: left;">BayesianLDA(method = gevd, …)</td><td style = "text-align: right;">0.0610826</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">2</td><td style = "text-align: left;">NeuralNetworkClassifier(builder = MLP(hidden = (5, 4), …), …)</td><td style = "text-align: right;">0.0857014</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">3</td><td style = "text-align: left;">RandomForestClassifier(max_depth = -1, …)</td><td style = "text-align: right;">0.109345</td></tr><tr><td class = "rowNumber" style = "font-weight: bold; text-align: right;">4</td><td style = "text-align: left;">ProbabilisticTunedModel(model = XGBoostClassifier(test = 1, …), …)</td><td style = "text-align: right;">0.221056</td></tr></tbody></table></div><p>This is Occam&#39;s razor in practice.</p><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../composition/notebook/">« Model Composition</a><a class="docs-footer-nextpage" href="../../early_stopping/notebook/">Early Stopping »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.13.0 on <span class="colophon-date" title="Friday 4 July 2025 07:54">Friday 4 July 2025</span>. Using Julia version 1.10.10.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)