Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neutron-pro/neuronal-network-demo-java
https://github.com/neutron-pro/neuronal-network-demo-java
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neutron-pro/neuronal-network-demo-java
- Owner: Neutron-Pro
- Created: 2022-06-15T02:53:32.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-15T11:35:00.000Z (over 2 years ago)
- Last Synced: 2024-11-06T20:45:22.348Z (2 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Neuronal Network Demo in Java
**Output test**:
```
### Prediction before training:
Prediction Rate (> 50%): 73.04% |> 264.0 / 10 = 26.4 >> The prediction is true !
Prediction Rate (< 50%): 67.77% |> 41.0 / 10 = 9.7 >> The prediction is false !### Training with 1 000 000 iterations
### Prediction after training:
Prediction Rate (> 50%): 99.94% |> 264.0 / 10 = 26.4 >> The prediction is true !
Prediction Rate (< 50%): 0.13% |> 41.0 / 10 = 9.7 >> The prediction is false !
```