Installation
Prerequisites
- GCC (GNU Compiler Collection)
makebuild tool- Supported Platforms: Linux, macOS, Windows (via WSL)
Steps
-
Clone the repository:
git clone https://github.com/jaywyawhare/C-ML.git cd C-ML -
Build the project:
make -
Run the example program:
./bin/main -
Run all tests:
make test
Run specific tests:
make test TEST_SRCS="test/Layers/test_dense.c"
Note: Ensure that GCC and
makeare installed and available in your system's PATH.