Skip to content

pocketpy/cTensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ddfd343 · May 14, 2025

History

39 Commits
Mar 2, 2025
May 14, 2025
May 14, 2025
May 7, 2025
Feb 1, 2025
Feb 1, 2025
Mar 5, 2025
Mar 5, 2025
Feb 1, 2025
Mar 4, 2025
May 7, 2025
Feb 1, 2025
Feb 1, 2025

Repository files navigation

cTensor

This is the prototype of a lightweight neural network library written in C11.

GSoC 2025 Guide

https://pocketpy.dev/gsoc2025/ideas/#develop-math-operators-for-ctensor-library

This repo contains a main.c which is an example of how to use the library. In this example, we are building a simple neural network with linear and relu. This neural network is trained to learn from the "iris dataset".

The example is runable, but the result is not correct because the math operators have not been implemented yet. If you are a student who is applying this project, please try to fix the math operators and make main.c work correctly.

About

Portable Tensor Library with Automatic Differentiation in Modern C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages