Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View S-B-Iqbal's full-sized avatar
ЁЯТн
рдЙрджреНрдпрдореЗрди рд╣рд┐ рд╕рд┐рдзреНрдпрдиреНрддрд┐ рдХрд╛рд░реНрдпрд╛рдгрд┐ рди рдордиреЛрд░рдереИрдГ ред
ЁЯТн
рдЙрджреНрдпрдореЗрди рд╣рд┐ рд╕рд┐рдзреНрдпрдиреНрддрд┐ рдХрд╛рд░реНрдпрд╛рдгрд┐ рди рдордиреЛрд░рдереИрдГ ред

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.

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
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 Loading

  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 8

  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.