Early-stage machine learning work — built while learning the fundamentals
Image-Resolution
Public repoModel prediction across continuous numerical values instead of discrete class labels. Includes an implementation of SRGAN (Super-Resolution GAN) for upscaling low-resolution images.
Classification
Public repoA simple feedforward neural network for CIFAR10 image classification using PyTorch.