mirror of
https://github.com/BlackLight/neuralpp.git
synced 2025-07-14 10:28:07 +02:00
Hey I can't believe it, I fixed it...
This commit is contained in:
parent
37995f75c2
commit
b62dfe3967
113 changed files with 673 additions and 776 deletions
doc/html
|
@ -19,8 +19,6 @@
|
|||
<h1>neural++.hpp File Reference</h1><code>#include <vector></code><br>
|
||||
<code>#include <string></code><br>
|
||||
<code>#include <cmath></code><br>
|
||||
<code>#include <ctime></code><br>
|
||||
<code>#include <cstdio></code><br>
|
||||
<code>#include "<a class="el" href="neural_09_09__exception_8hpp-source.html">neural++_exception.hpp</a>"</code><br>
|
||||
|
||||
<p>
|
||||
|
@ -49,12 +47,15 @@
|
|||
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structneuralpp_1_1synrecord.html">neuralpp::synrecord</a></td></tr>
|
||||
|
||||
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#839a9222721835f53c5b248241f535f4">RAND</a> ( abs( sin(rand()) ) )</td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#839a9222721835f53c5b248241f535f4">RAND</a> (double) ( (rand() / (RAND_MAX/2)) - 1)</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Default rand value: |sin(rand)|, always >= 0 and <= 1. <a href="#839a9222721835f53c5b248241f535f4"></a><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#05e2bb5b9fc32f0b6b4d84fe43177d72">BETA0</a> 0.7</td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#05e2bb5b9fc32f0b6b4d84fe43177d72">BETA0</a> 0.8</td></tr>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initial value for the inertial momentum of the synapses. <a href="#05e2bb5b9fc32f0b6b4d84fe43177d72"></a><br></td></tr>
|
||||
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceneuralpp.html#43c8197cc83f65fa9676386579671aec">neuralpp::df</a> (double(*f)(double), double x)</td></tr>
|
||||
|
||||
</table>
|
||||
<hr><h2>Define Documentation</h2>
|
||||
<a class="anchor" name="05e2bb5b9fc32f0b6b4d84fe43177d72"></a><!-- doxytag: member="neural++.hpp::BETA0" ref="05e2bb5b9fc32f0b6b4d84fe43177d72" args="" -->
|
||||
|
@ -62,7 +63,7 @@
|
|||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">#define BETA0 0.7 </td>
|
||||
<td class="memname">#define BETA0 0.8 </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -79,7 +80,7 @@ Initial value for the inertial momentum of the synapses.
|
|||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">#define RAND ( abs( sin(rand()) ) ) </td>
|
||||
<td class="memname">#define RAND (double) ( (rand() / (RAND_MAX/2)) - 1) </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -92,7 +93,7 @@ Default rand value: |sin(rand)|, always >= 0 and <= 1.
|
|||
</div>
|
||||
</div><p>
|
||||
</div>
|
||||
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 9 11:11:18 2009 for Neural++ by
|
||||
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 15 02:56:02 2009 for Neural++ by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue