Skip to content
View GiaKhanh16's full-sized avatar

Highlights

  • Pro

Block or report GiaKhanh16

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

Popular repositories Loading

  1. SwiftLang SwiftLang Public

    A folder of Swift playing around with various topic in programming such as Linked List, Array, Map,..etc.

    Swift

  2. neetcode-submissions neetcode-submissions Public

    My NeetCode.io problem submissions

    Swift

  3. tiny-gpt-from-scratch tiny-gpt-from-scratch Public

    Build a small character-level GPT end-to-end in pure NumPy, starting from tokenization and array basics and ending with multi-head self-attention, Adam, and sampling. Each step grows the same codeb…

    Python

  4. build-your-own-teenygrad-a-tiny-tensor-autograd-engine build-your-own-teenygrad-a-tiny-tensor-autograd-engine Public

    Construct a minimal deep learning framework from scratch, layering a lazy numpy-backed buffer, a reverse-mode automatic differentiation engine, a tensor API, and neural network primitives. By the e…

    Python