Skip to content
View ryansoq's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Organizations

@Tiny-Toy-Story

Block or report ryansoq

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tvm tvm Public

    Forked from apache/tvm

    Open deep learning compiler stack for cpu, gpu and specialized accelerators

    Python

  2. Tips Tips Public

    Here are some tips and notes on programming.

  3. autochat autochat Public

    Inspired by karpathy/autoresearch. The idea: give an AI agent a small but real LLM training setup and let it experiment autonomously. It modifies the code, trains for 10 minutes, checks if the resu…

    Python

  4. ClawX ClawX Public

    ClawX is a thin PTY wrapper + soul framework for Claude Code CLI. A set of tiny config files that give Claude Code persistent identity, memory, heartbeat, and scheduled tasks — all within the offic…

    Python 6 2

  5. TETF TETF Public

    A deep learning framework built from scratch. It implements forward propagation, backpropagation, and gradient updates purely in C++, without relying on PyTorch or TensorFlow. From MNIST CNN to GPT…

    C++

  6. numpy-grad numpy-grad Public

    Array-level reverse-mode autograd in pure NumPy. Same Tensor API as cpp-grad / micrograd, but each node wraps an np.ndarray instead of a single float — so matmul runs on BLAS at full speed and the …

    Python