-
### **Description:**
When running forward propagation in the Neural Network Define tab and then attempting to add or remove a neuron, the entire neural network disappears, leaving only a single neu…
-
[Adversarial label-flipping attack and defense for graph neural networks](https://ieeexplore.ieee.org/abstract/document/9338299/)
[Adversarial_Label-Flipping_Attack_and_Defense_for_Graph_Neural_Netwo…
-
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.
-
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…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Backpropagation in Neural Networks
:red_circle: **Aim** : Backpropagation is a fundamental algorithm u…
-
## Proposal Summary
Integrate a visualization for neural network model graphs, as part of the model configuration screen.
## Motivation
Currently, [model configuration is displayed as a JSON](htt…
InonS updated
1 month ago
-
## materials
1. Introduction: Artificial Intelligence Systems, Intelligent agents
2. Basic Theory of Probabilistic Reasoning
3. Fuzzy Logic 1: Definition of fuzzy logic, getting to know the differe…
-
**Submitting author:** @umutcanaltin (Umut Can Altin)
**Repository:** https://github.com/umutcanaltin/fpgai_compiler
**Branch with paper.md** (empty if default branch): main
**Version:** v1.0.0
**Edit…
-
[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 bash scripts.
[Hint]: You can take help from the python code. Your code should do the same thing as neuralNetwork0.py in bash scripts.