mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-30 05:22:46 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<map id="machine_learning/vector_ops.hpp" name="machine_learning/vector_ops.hpp">
|
||||
<area shape="rect" id="node1" title="Various functions for vectors associated with [NeuralNetwork (aka Multilayer Perceptron)] (https://en..." alt="" coords="5,5,168,45"/>
|
||||
<area shape="rect" id="node2" href="$d2/d58/neural__network_8cpp.html" title="Implementation of [Multilayer Perceptron] (https://en.wikipedia.org/wiki/Multilayer_perceptron)." alt="" coords="5,93,168,133"/>
|
||||
<area shape="rect" id="node1" title="Various functions for vectors associated with [NeuralNetwork (aka Multilayer Perceptron)] (https://en..." alt="" coords="5,5,168,46"/>
|
||||
<area shape="rect" id="node2" href="$d2/d58/neural__network_8cpp.html" title="Implementation of [Multilayer Perceptron] (https://en.wikipedia.org/wiki/Multilayer_perceptron)." alt="" coords="6,94,167,135"/>
|
||||
</map>
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: machine_learning/vector_ops.hpp Pages: 1 -->
|
||||
<svg width="130pt" height="104pt"
|
||||
viewBox="0.00 0.00 130.00 104.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 100)">
|
||||
<svg width="130pt" height="105pt"
|
||||
viewBox="0.00 0.00 129.75 105.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 101)">
|
||||
<title>machine_learning/vector_ops.hpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Various functions for vectors associated with [NeuralNetwork (aka Multilayer Perceptron)] (https://en...">
|
||||
<polygon fill="#999999" stroke="#666666" points="122,-96 0,-96 0,-66 122,-66 122,-96"/>
|
||||
<text text-anchor="start" x="8" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning/vector</text>
|
||||
<text text-anchor="middle" x="61" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">_ops.hpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="121.75,-97 0,-97 0,-66.5 121.75,-66.5 121.75,-97"/>
|
||||
<text text-anchor="start" x="8" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning/vector</text>
|
||||
<text text-anchor="middle" x="60.88" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">_ops.hpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,17 +22,17 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:href="../../d2/d58/neural__network_8cpp.html" target="_top" xlink:title="Implementation of [Multilayer Perceptron] (https://en.wikipedia.org/wiki/Multilayer_perceptron).">
|
||||
<polygon fill="white" stroke="#666666" points="122,-30 0,-30 0,0 122,0 122,-30"/>
|
||||
<text text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning/neural</text>
|
||||
<text text-anchor="middle" x="61" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">_network.cpp</text>
|
||||
<polygon fill="white" stroke="#666666" points="121.38,-30.5 0.38,-30.5 0.38,0 121.38,0 121.38,-30.5"/>
|
||||
<text text-anchor="start" x="8.38" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning/neural</text>
|
||||
<text text-anchor="middle" x="60.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_network.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M61,-54.97C61,-46.55 61,-37.45 61,-30.16"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.5,-54.8 61,-64.8 64.5,-54.8 57.5,-54.8"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M60.88,-55.38C60.88,-47.05 60.88,-38.08 60.88,-30.83"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.38,-55.11 60.88,-65.11 64.38,-55.11 57.38,-55.11"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user