We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b80ba36 + 3bd8d66 commit 06aa913Copy full SHA for 06aa913
index.html examples/xor/index.htmlindex.html renamed to examples/xor/index.html
@@ -5,8 +5,8 @@
5
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.16/addons/p5.dom.min.js"></script>
6
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.16/addons/p5.sound.min.js"></script>
7
<script src="sketch.js"></script>
8
- <script src="nn.js"></script>
9
- <script src="matrix.js"></script>
+ <script src="../../lib/nn.js"></script>
+ <script src="../../lib/matrix.js"></script>
10
</head>
11
<body>
12
</body>
sketch.js examples/xor/sketch.jssketch.js renamed to examples/xor/sketch.js
matrix.js lib/matrix.jsmatrix.js renamed to lib/matrix.js
matrix.test.js lib/matrix.test.jsmatrix.test.js renamed to lib/matrix.test.js
nn.js lib/nn.jsnn.js renamed to lib/nn.js
0 commit comments