Skip to content
View S-B-Iqbal's full-sized avatar
Block or Report

Block or report S-B-Iqbal

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
S-B-Iqbal/README.md

Aloha! 👋

from dataclasses import dataclass,asdict
 
@dataclass
class DataScience:
    languages: tuple[str, ...] = ("Python", "R")
    tools    : tuple[str, ...] = ("ScikitLearn", "PyTorch", "SpaCy","HuggingFace", "Scrapy")
    databases: tuple[str, ...] = ("SQLite", "MySQL")
    skills   : tuple[str, ...] = ("Machine Learning", "Deep Learning", "Forecasting", "NLP", "Statistics")
    socialmedia  : str             = field(default="Anonymous!", 
                                       metadata={
                                        'Blogs': 'https://s-b-iqbal.github.io/Reflexione/',
                                        'Twitter': '@MusingIqbal'})


me = DataScience()
print(asdict(me))


Pinned

  1. ATTD-2024-Poster-Presentation ATTD-2024-Poster-Presentation Public

    Repo for ATTD-2024 poster submission

    Python 1

  2. ViT-for-Monocular-Depth-Estimation ViT-for-Monocular-Depth-Estimation Public

    Vision Transformers: relative and absolute depth estimation

    Python 7

  3. Bayesian-Evaluation-of-Text-Classification-Models Bayesian-Evaluation-of-Text-Classification-Models Public

    Project Report submitted in partial fulfillment of Text Mining Course(732A92)

    Jupyter Notebook 1

  4. Spindle-Detection Spindle-Detection Public

    Implementation of 'Continuous Wavelet Transformation' with a morlet basis for spindle detection.

    Jupyter Notebook 2

  5. ML-Notes ML-Notes Public

    R code snippets to aid '732A99' Machine Learning course offered at Linkoping University.