/NeuronSimple

Simple neuron with google test

Primary LanguageC++

NeuronSimple

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

cmake .
cmake --build .

To run the tests, after compiling:

cd test
.\NeuronTests