-
![A GIF or MEME to give some spice of the internet](http://www.cutecatgifs.com/wp-content/uploads/2013/03/focused.gif)
(I'm opening a new issue for this to start a conversation before submitting a …
-
Been trying to install sknn into a new virtual environment I created on my Win 10, 64 bit machine.
`conda install scikit-neuralnetwork`
initially I get the error message:
Fetching package metadata…
-
As I read it, your formula for the derivative of the sigmoid function is wrong in nn.js.
You have
```
NeuralNetwork.dSigmoid = function(x) {
return x * (1 - x);
}
```
but it should be
```
…
-
## 🐞Describing the bug
I am encountering persistent issues while trying to create an updatable neural network model in Core ML using the coremltools library. My goal is to develop a model that suppor…
-
### 🚀 The feature, motivation and pitch
I'm encountering an issue with the `weights_only=True` parameter in `torch.load`, where I need to load custom model classes while ensuring repeatable results a…
-
HI, I have no clues why the NeuralNetwork node's output tensor comes with almost all zero with using openvino pretrained model ssdlite_mobilenet_v2 and my pytorch custom model. Before converting to t…
-
Hi.
Please, we don't see in the documentation of `rindow/rindow-neuralnetworks`, the implementation of the `Transformer machine learning model` ( https://en.wikipedia.org/wiki/Transformer_(machine_…
-
https://github.com/GiorgosXou/NeuralNetworks/blob/dee00f691357a4712ea981b6f48e84e290c4df90/examples/FeedForward_double_Xor/FeedForward_double_Xor.ino#L1
*calculates the number of *"elements in an …
-
It would be nice to allow a user to pass a neural network into another neural network and have it be treated as a layer when constructing animations or renderings. It could look something like:
```py…
-
Add regularization to neuralnetwork