neuronika icon indicating copy to clipboard operation
neuronika copied to clipboard

Tensors and dynamic neural networks in pure Rust.

Results 15 neuronika issues
Sort by recently updated
recently updated
newest added

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...

# 0.3.0 Greetings! This is issue aims to provide a roadmap for `neuronika`'s 0.1.1 version release. ## To Add - [x] Kullback-Leibler divergence loss function. - [x] Learning Rate schedulers....

enhancement
help wanted

Soon neuronika will have gpu support with cuDNN and cuBLAS.

enhancement

Will it be published to the `pypi` community for Python users in the future? Because now many people study `deep learning` in `Python` programming environment.

## Description of the problem Let's talk for a moment about the *reduction mechanics* implemented in `neuronika`. Currently, during a backward pass, we "shrink" the gradient entering each node by...

enhancement
help wanted

### Discussed in https://github.com/neuronika/neuronika/discussions/76 Originally posted by **craftit** November 26, 2021 First, this looks like a fantastic library! I am new to rust, so I may be miss understanding something,...

enhancement
help wanted

It maybe a future problem. However, it is better to improve the test coverage of the project and create guideline for adding LOC to the project. The idea solution is...

Hi, this is a really interesting project! Do you think about the possibility of exporting it into wasm. I think this would be supper cool!

later time