Skip to content
View TheGhostLoop's full-sized avatar

Block or report TheGhostLoop

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. MLCrafter-v2 MLCrafter-v2 Public

    MLCrafter v2 is a command-line machine learning assistant that: Automatically detects if the problem is classification or regression. Perfect for beginners to practice and test datasets without wri…

    Python

  2. flower-classification-cnn-pytorch flower-classification-cnn-pytorch Public

    Flower Classification CNN Built a 14-class CNN from scratch using PyTorch for RGB image recognition. Tech: CrossEntropyLoss, Adam, Torchvision. Results: Hit ~96% train / ~60% val accuracy, serving …

    Python

  3. mnist-cnn-pytorch- mnist-cnn-pytorch- Public

    MNIST Digit Classifier (CNN, PyTorch) • Designed and trained a CNN from scratch using PyTorch for handwritten digit classification • Implemented custom Dataset and DataLoader with GPU-accelerated t…

    Python

  4. cv-training-pipeline cv-training-pipeline Public

    A configurable computer vision training pipeline that handles real-world ImageFolder datasets, automates transfer learning setup, and generates reproducible training and inference scripts for Colab.

    Python