.Kind (home): .Type (page) / .Layout ()
Bundle: branch
[ categories | tags | search ]
ox-hugo Test Site

This is the test site for the ox-hugo package for Emacs/Org-mode.

It is updated automatically after each commit to the ox-hugo repo. It was last updated on Oct 05, 2024 21:20 UTC.


This page was created/modified in commit f0dd0e2 "Support image copying for the homepage branch bundle case" on 2018-04-23.
Markdown source of this page

Content

Image in homepage branch bundle:


Resources

Checklist

(Last modified on Sat Jan 15, 2022)

This is a check-list: Checklist 1 [60%] # Checklist showing progress in percentage. Task 1 Task 2 Task 3 Task 4 Task 5 Checklist 2 [2/5] # Checklist showing progress in ratio. Task 1 Task 2 Task 3 Task 4 Task 5

神经网络基础

(Last modified on Wed Jan 12, 2022)

Disclaimer This post is from the link posted by GitHub user Vonng in this comment. All credit for this post goes to the original author. Table of Contents 神经网络表示 神经元模型 单层神经网络模型 多层神经网络模型 神经网络推断 神经网络训练 代价函数 梯度下降算法 反向传播 反向传播误差δ 反向传播方程 反向传播方程的证明 神经网络的实现 神经网络优化 代价函数:交叉熵 规范化 神经网络相关基本知识笔记 神经网络表示 # 神经元模型 # 神经网络从大脑的工作原理得到启发,可用于解决通用的学习问题。神经网络的基本组成单元是 神经元(neuron) 。每个神经元具有一个轴突和多个树突。每个连接到本神经元的树突都是一个输入,当所有输入树突的兴奋水平之和超过某一阈值,神经元就会被激活。激活的神经元会沿着其轴突发射信号,轴突分出数以万计的树突连接至其他神经元,并将本神经元的输出并作为其他神经元的输入。数学上,神经元可以用 感知机 的模型表示。 一个神经元的数学模型主要包括以下内容: 名称 符号 说明 输入 (input) \(x\) 列向量 权值 (weight) \(w\) 行向量,维度等于输入个数 偏置 (bias) \(b\) 标量值,是阈值的相反数 带权输入 (weighted input) \(z\) \(z=w · x + b\) ,激活函数的输入值 激活函数 (activation function) \(σ\) 接受带权输入,给出激活值。 激活值 (activation) \(a\) 标量值,\(a = σ(\vec{w}·\vec{x}+b)\) 激活函数表达式 # \[ a = \sigma( \left[ \begin{matrix} w_{1} & ⋯ & w_{n} \\ \end{matrix}\right] · \left[ \begin{array}{x} x_1 \\ ⋮ \\ ⋮ \\ x_n \end{array}\right] + b ) \]

Issue 336

(Last modified on Wed Jan 12, 2022)

ox-hugo Issue #336 This issue only appears when there is a citation Giovanelli (2016) Tag Exclude tag References # Giovanelli, Marco. 2016. “"...But I Still Can’t Get Rid of a Sense of Artificiality" The Reichenbach–Einstein Debate on the Geometrization of the Electromagnetic Field.” Studies in History and Philosophy of Science 54: 35–51.

TOC with TODO enabled (default)

(Last modified on Tue Jan 11, 2022)

TODO states if present are prefixed to the headings – both in the body and TOC.

TOC with TODO disabled

(Last modified on Tue Jan 11, 2022)

No TODO states are prefixed to the headings – neither in the body, nor in the TOC.

TOC with headings (unnumbered) only till level 2

(Last modified on Tue Jan 11, 2022)

Post sub-heading 1 #

Post sub-heading 1.1 #

Post sub-heading 1.1.1 #

Post sub-heading 1.2 #

Post sub-heading 1.3 #

Post sub-heading 2 #

Post sub-heading 2.1 #

Post sub-heading 2.2 #

Post sub-heading 2.2.1 #

Post sub-heading 2.2.2 #

The UNNUMBERED …

TOC with all headings (unnumbered)

(Last modified on Tue Jan 11, 2022)

Post sub-heading 1 #

Post sub-heading 1.1 #

Post sub-heading 1.1.1 #

Post sub-heading 1.2 #

Post sub-heading 1.3 #

Post sub-heading 2 #

Post sub-heading 2.1 #

Post sub-heading 2.2 #

Post sub-heading 2.2.1 #

Post sub-heading 2.2.2 #

The UNNUMBERED …

TOC Local

(Last modified on Tue Jan 11, 2022)

Test the #+toc: headlines N local syntax where a TOC is exported containing headings only up to level-N relative to the heading in which that keyword is used.

TOC :target

(Last modified on Tue Jan 11, 2022)

Test the #+toc keyword with :target attribute

Post with TOC using keyword set to 6

(Last modified on Tue Jan 11, 2022)

Post sub-heading 1 #

Post sub-heading 1.1 #

Post sub-heading 1.1.1 #

Post sub-heading 1.2 #

Post sub-heading 1.3 #

Post sub-heading 2 #

Post sub-heading 2.1 #

Post sub-heading 2.2 #

Post sub-heading 2.2.1 #

Post sub-heading 2.2.2 #

The UNNUMBERED …


This site is generated using the ox-hugo package for Emacs/Org-mode + hugo-bare-min-theme + Hugo 0.101.0 (commit 466fa43c16709b4483689930a4f9ac8add5c9f66) . This site is powered by Netlify.
[Test Site home | ox-hugo home]