Skip to content
View vksssd's full-sized avatar
🐒
Slow but learning
🐒
Slow but learning
  • 11:57 (UTC +05:30)

Block or report vksssd

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
vksssd/README.md

Hi, I'm Vinayak πŸ‘‹

I build efficient, high-performance machine learning systems for resource-constrained environments. My focus is at the intersection of systems engineering and deep learning.

πŸš€ Key Projects

  • VinNet: A ternary-quantized, depthwise-separable CNN for edge-based plant disease diagnosis.

    • Key Result: 6.4x memory reduction (0.225 MB footprint) while maintaining 97.4% accuracy.
    • Techniques: TTQ, STE, DWS Convolutions, ONNX benchmarking.
  • GLADtoText: A dependency-free C++17 NLP engine for high-throughput text embedding and classification.

    • Key Result: Sub-millisecond inference and 4k–10k examples/sec throughput.
    • Techniques: Sparse matrix handling, pruning, self-attention without heavy frameworks.

πŸ›  Tech Stack

  • Languages: Python, C++, Golang, Kotlin Android
  • ML & Research: PyTorch, ONNX, Model Quantization, Computer Vision
  • Engineering: Linux/Unix, Git, Parallel Computing, CI/CD

πŸ“« Get in touch

Pinned Loading

  1. GLADtoText GLADtoText Public

    Production-ready text embedding and classification system with three approaches: text-level (bag-of-words), word-level (subword features), and sentence-level (attention).

    C++ 1

  2. QAM-in-Qubits QAM-in-Qubits Public

    solving deployment gap in qml

    Python