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

Highlights

  • Pro

Block or report Ashfinn

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 supported. This note will be visible to only you.
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 1

  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 1

  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 3

  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 2

  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 2 1