Neural network library written in C.
- libblas-dev
A Makefile is provided in the project root. To build the project, run:
make
This command compiles the source files in src/
and builds all examples in the examples/
directory.
For debug builds, run:
make debug
An example MLP is provided to demonstrate the use of the library. To run the MLP example:
- Build the project using
make
(ormake debug
for debugging). - Execute the MLP example executable:
./examples/mlp_example.out