Skip to content
View atharvesting's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report atharvesting

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
atharvesting/README.md
Systems & Edge AI Engineer. Building from first principles. Portfolio · Email · LinkedIn · X

I build low-level systems, memory-optimized architecture, edge AI applications, and foundational mathematical runtimes.

  • Markov N-Gram Text Predictor · C++ arena-backed Trie with dictionary ID encoding· Probabilistic next-word prediction via inverse transform sampling
  • Terminal Arcade Engine · Real-time C++20 engine with custom manual screen buffers, a std::chrono delta-time loop, and composition-first callbacks
  • House of Innovation Hackathon · 2nd Prize Winner
  • ISA Winter Training · Certified in Remote Sensing & Geographic Information Systems (RS/GIS)
  • 9.89 CGPA (Perfect 10.0 Sem 2) · B.Sc. AI and DS

Currently building Spalten (parallelized Linalg library) and NNFS-Extreme (C++ MNIST Neural Network).

Tech Stack -   C++ C Python Linux ESP32

README template stolen from Ashutoshx7 :)

Pinned Loading

  1. mini-projects mini-projects Public

    Repo that contains all my projects that do not need a separate repo

    C

  2. spalten-linalg-library spalten-linalg-library Public

    Multi-threaded C++ library that provides the linear algebra foundations required for building neural networks.

    C++

  3. nnfs-extreme nnfs-extreme Public

    A true from-scratch neural network implementation in C++ using no external libraries. Built first for MNIST.

    C++