Projects
Pinned from github.com/skj092
-
cuda-programming
Hands-on CUDA programming exercises and experiments — learning GPU parallelism and low-level compute from scratch.
-
bert.c
A from-scratch implementation of BERT in pure C. Built to deeply understand the transformer architecture without framework abstractions.
-
rnn.c
Recurrent neural network implemented in C — part of a series exploring foundational deep learning models at the systems level.
-
DL-Projects
A collection of Computer Vision and NLP projects covering a range of applied deep learning problems and techniques.
-
Forgery Image Detection
Detecting forged images using Error Level Analysis (ELA) combined with deep learning — identifies tampered regions by analyzing JPEG compression artifacts.
-
Contextual-Chatbot
A context-aware chatbot built in Python, capable of maintaining conversational state and responding meaningfully across multi-turn dialogues.