-
## Feature
### Description
One idea of the original concept were 3-dimensional neural networks. Theoretically it should better mix different inputs, but it was never tested, because other basic …
-
Issues which make use of the `Split` operator: https://github.com/tracel-ai/burn/issues/675
### Feature description
Implement the [Split](https://onnx.ai/onnx/operators/onnx__Split.html) opera…
-
- [FFT Convolution](https://www.dspguide.com/ch18/2.htm)
- [Very Efficient Training of Convolutional Neural Networks using Fast Fourier Transform and Overlap-and-Add](https://arxiv.org/pdf/1601.06815…
-
We can implement RBF ANNs for time series forecasting, the basis can be the `basisfunction` implemented in #7261
from there we can forward and create a neural network for handling complex time serie…
-
There will be several AI models for game recommendation. Each model is associated with 1 active game and a group of users. For automatic game configuration the related network is used.
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Backpropagation in Neural Networks
:red_circle: **Aim** : Backpropagation is a fundamental algorithm u…
-
Add neural network code from scratch using bash scripts.
[Hint]: You can take help from the python code. Your code should do the same thing as neuralNetwork0.py in bash scripts.
-
[Unified robust training for graph neural networks against label noise](https://link.springer.com/chapter/10.1007/978-3-030-75762-5_42)
```bib
@inproceedings{li2021unified,
title={Unified robust …
-
Add neural network code from scratch using RUST programming language.
[Hint]: You can take help from the python code. Your code should do the same thing as neuralNetwork0.py in RUST.
-
### Reason/inspiration (optional)
"We would like a new term entry in the `AI` concept for [neural-network](https://www.codecademy.com/resources/docs/ai/neural-networks): gradient descent. The entry…