Skip to content
View Ashfinn's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Ashfinn

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ashfinn/README.md

class AboutMe:
    def __init__(self):
        self.name = "Obidur Rahman"
        self.username = "ashfinn"
        self.contacts = {
            "Email": "obidur.shawal@gmail.com",
            "discord": "ashfi"
        }
        self.aliases = [
            "Shawal",
            "Ashfin"
        ]
        self.location = "Chittagong, Bangladesh"
        self.education = "Undergraduate in Pure Mathematics at the University of Chittagong"
        self.interests = ["Machine Learning", "Deep Learning", "AI"]

Pinned Loading

  1. geometric-dilution geometric-dilution Public

    How does dimensionality affect SMOTE's ability to generate meaningful synthetic samples, and what are the geometric constraints that lead to performance degradation?

    Jupyter Notebook 2

  2. obidur-rahman obidur-rahman Public

    Personal website built with Next.js, TypeScript, and Tailwind CSS. The design is inspired by modern Heads-Up Displays (HUDs) and system interfaces, featuring a monochromatic color scheme

    TypeScript 2

  3. efficient-leaf-disease efficient-leaf-disease Public

    CPU-Constrained Evaluation of Modern Hybrid Transformers and CNN Architectures for Tomato Leaf Disease Classification Using the PlantVillage Dataset 🌱

    Jupyter Notebook 5

  4. maternal-health maternal-health Public

    Predicting maternal health risk levels (Low Risk, Mid Risk, High Risk) based on key health metrics during pregnancy

    Jupyter Notebook 3

  5. tomato-net tomato-net Public

    Comprehensive benchmarking suite for tomato leaf disease classification, evaluating 23 classical machine learning and modern deep learning architectures.

    Jupyter Notebook 3 2