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
- Host: GitHub
- URL: https://github.com/normalhuman01/neuron-machine-learning
- Owner: normalhuman01
- License: mit
- Created: 2023-12-22T05:01:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T05:03:45.000Z (over 2 years ago)
- Last Synced: 2025-02-01T12:45:26.896Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 968 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```