Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
type: software
title: tensorforge
authors:
- family-names: Coelho
given-names: Rafael D.
email: rafael.d.cooelho@gmail.com
license: MIT
repository-code: "https://github.com/RAFAELDCOELHO/tensorforge"
url: "https://github.com/RAFAELDCOELHO/tensorforge"
abstract: >-
From-scratch deep learning framework: scalar autograd, NumPy tensors,
Transformer primitives, and a full training loop. Retrained a real GPT
checkpoint; forward and backward match PyTorch.
keywords:
- from-scratch
- deep learning
- autograd
- NumPy
- Transformer
- GPT
- gradient checking
- numerical parity
- PyTorch
version: "1.0"
date-released: 2026-07-28
Loading