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

Block or report DaOhesis

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.

Content in all repositories owned by your account will be closed.
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. Imbalanced-Fraud-Classifier Imbalanced-Fraud-Classifier Public

    Pure Python/NumPy implementation of a fraud detection classifier. Focuses on handling extreme class imbalance using custom log-loss optimization and Precision-Recall metrics.

    Jupyter Notebook

  2. makemore makemore Public

    Implementing foundational autoregressive language models from scratch using PyTorch. Tracks my learning journey through Andrej Karpathy's Makemore series, starting from simple character bigrams up …

    Jupyter Notebook

  3. Vanilla-Linear-Regression Vanilla-Linear-Regression Public

    A from-scratch implementation of Linear Regression in Python, focusing on the mathematical derivation of Gradient Descent and Cost Function optimization without ML libraries.

    Jupyter Notebook

  4. mnist-digit-classifier mnist-digit-classifier Public

    Python