A simple implementation of some functions that can be used for AI development like linear regression, a data-parser and a minimal tensor implementation.
Inspired by the pytorch Python package, definetly also the name :)
- Small tensor module
- Module methods to use linear regression with:
- CSV file parser
- Examples implementation
- Navigate to the folder to hold the code:
cd disired/path/here
- Clone the repo:
git clone https://github.com/mp3skater/ctorch.git
Info: cmake and gcc need to be installed, more info here
- Look at the
src/test.c
file to see the implementation. - To execute write:
make run
- Look at the
tensor/test.c
file to see the implementation. - To execute write:
make tensor
This project is licensed under the MIT License