-
Hi, I am Faruk. I found your repo via someone who was discussing some topic with me on Github. Special Thanks to Github for this.
I have been also developing a deep learning library in .NET 5 for…
-
-
I am trying to initialize a very simple network with random weights and biases that I can simply use to make a prediction on a given input. I do not want to train the network, I just want it to be abl…
-
Hi,
This bug is for real this time :)
Here is what I get I Jupyter Notebook :
```latex
%tikz --showlatex -po "node distance=\layersep" \input{neuralNetwork.tikz}
\documentclass[convert={c…
sebma updated
7 months ago
-
This came from https://discuss.luxonis.com/d/1073-blobconverter-issue
About the issue with API 2.0 in OpenVino 2022.1.
Files attached in the zip.
1) Get the blobs using the python files
2) R…
-
https://github.com/aladdinpersson/Machine-Learning-Collection/blob/558557c7989f0b10fee6e8d8f953d7269ae43d4f/ML/TensorFlow/Basics/tutorial3-neuralnetwork.py#L42
should be replaced with
optimizer=ke…
-
When I am trying to create callback with pointers, flapigen cannot convert &Type to java:
rust code:
```rust
#[generate_interface]
pub trait GetScoreCallback {
fn get_score(&mut self, network…
-
Hi guys,
I would like to uninstall scikit-neuralnetwork if I have installed it from source?
```
$ git clone https://github.com/aigamedev/scikit-neuralnetwork.git
$ cd scikit-neuralnetwork; sudo pyth…
-
Hello,
I am an undergraduate student who are working on privacy-preserving machine learning for my graduation thesis. By testing the code downloaded from the repo, I found that the getAccuracy() in N…
-
By moving the cache to a separate HashMap or something, neurons would not need to be stored in a RwLock, greatly reducing the amount of data being cloned while transferring between topology and mutabl…