Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 !
```