-
I could not figure out how to use the following parameters:
* `\layer` -> `exclude` parameter.
* `\link` -> `from layer`, `from node`, `to layer`, `to node`
Can you please add some examples …
-
Hello,
I tried building the `quickstart` example in a stand-alone project today, and was unable to do so. I've tested that cloning `neuronika` off the `main` branch builds (and the example runs), b…
-
Development environment.
Delphi 10.3, targets windows 32 or 64 bits, release and debug.
Last release of Master branch as of June 21rst.
Error : Compiler errors when trying to compile in Release …
-
Change your NeuralNetwork class ASAP. Its current implementation is not suitable for NEAT (NeuroEvolution of Augmented Topologies) operations.
Set up your implementation so that it not only follow…
-
Sometimes some is the test cab fail due to numerical issues. In most case (like 98%) they run just fine.
e.g.:
```
mltool $ ./scripts/test_runner.py
mltool-0.1.0.0: test (suite: mltool-test)…
-
I want to do a NN classification, I have 5 classes, so in the output layer , I have units=5 ibut I am getting this error: Mismatch between dataset size and units in output layer,
I reshaped my y_train…
-
It does not say if it runs on python 2 or 3. If I run it on python 2 it says:
python main.py
Traceback (most recent call last):
File "main.py", line 1, in
from neural_network import NeuralNetwo…
-
Hi, how to add a parameter matrix between layers, like the \Theta in Fig. 28 of [neural-netowrks-ebook.pdf](../blob/master/examples/neural-networks-ebook.pdf)?
-
Preamble:
I've built a [simple app](http://cmd.camp/nntrainer/index.html) based on ML5 Neural Networks to allow my students to train their own models.
For their understanding of ML it would be …
-
**Describe the bug**
Passing stack allocated tensor objects to some MagmaDNN functions causes stack smashing errors. The bug is somewhat unpredictable. It does not happen every run.
**To Reprodu…