Skip to content
View AmeerJ97's full-sized avatar

Block or report AmeerJ97

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. cuda-vmm-sysmem-fallback cuda-vmm-sysmem-fallback Public

    Transparent LD_PRELOAD shim that gives Linux the same GPU memory oversubscription as Windows WDDM. When CUDA exhausts VRAM, allocations silently fall back to system RAM via CUDA VMM API with GPU pa…

    C

  2. apple-ncm-1902-linux-direct-link apple-ncm-1902-linux-direct-link Public

    Direct USB-C networking between a Linux PC and an Apple Silicon Mac over CDC-NCM (05ac:1902): root-cause analysis, cdc_ncm driver patches, and a gated operator test harness. USB3 LPM was the reset …

    Shell

  3. covid19-knn-regression covid19-knn-regression Public

    KNN & Decision Tree regressors predicting US COVID-19 hospitalizations from Google search symptom trends, plus PCA and K-Means exploration (COMP 551 Mini-Project 1).

    Jupyter Notebook

  4. grok-cli-vertex grok-cli-vertex Public

    Complete Google Cloud Vertex AI provider for grok-cli — single-handed community implementation released before official Vertex support existed, maintained as a standalone fork.

    TypeScript

  5. modified-mnist-cnn modified-mnist-cnn Public

    VGGNet-inspired 13-layer CNN in PyTorch for multi-label recognition of multi-digit images (Modified MNIST): five position-wise classifiers with weighted cross-entropy — 96.88% validation / 88.2% Ka…

    Jupyter Notebook

  6. softmax-sgd softmax-sgd Public

    Multi-class softmax (logistic) regression with momentum-based mini-batch SGD implemented from scratch in NumPy — 92.7% on Digits, 77.8% on Cardiotocography (COMP 551 Mini-Project 2).

    Python