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

https://github.com/normalhuman01/neuron-machine-learning

a simple neuron with google test
https://github.com/normalhuman01/neuron-machine-learning

Last synced: about 1 year ago
JSON representation

a simple neuron with google test

Awesome Lists containing this project

README

          

# neuron machine learning

To compile the project, run the following in the bash terminal:

```bash
cmake .
cmake --build .
```

To run the tests, after compiling:

```bash:
cd test
.\NeuronTests
```