Skip to content
View PiyushYadav0021's full-sized avatar

Block or report PiyushYadav0021

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 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
PiyushYadav0021/README.md

🧬 Model Architecture: class Piyush(MLEngineer):

class PiyushYadav:
    def __init__(self):
        self.name = "Piyush Yadav"
        self.role = "AI/ML Engineer"
        self.language = ["en_US", "hi_IN"]
        
    def get_current_focus(self):
        return {
            "focus": "Machine Learning, Deep Learning & Computer Vision",
            "learning": "Generative Adversarial Networks (GANs)",
            "goal": "Building scalable AI solutions"
        }
    
    def daily_routine(self):
        while True:
            code()
            debug()
            caffeine.consume()
            if errors == 0:
                break

Popular repositories Loading

  1. ask-for-date ask-for-date Public

    This is a project to ask for date to your crush by using html, CSS, md

    HTML

  2. FuturePlan FuturePlan Public

    Forked from Atul101-oss/FuturePlan

    Work with atul

  3. numpy-practice numpy-practice Public

    A hands-on practice notebook covering core NumPy functions, array operations, and performance comparisons with Python lists.

    Jupyter Notebook

  4. pandas-practice pandas-practice Public

    End-to-end Pandas practice from basics to advanced, including real-world dataset analysis.

    Jupyter Notebook

  5. Matplotlib-practice Matplotlib-practice Public

    Welcome to this complete Matplotlib practice repository. Whether you're just starting or want to sharpen your data visualization skills, this is a hands-on collection of notebooks ranging from the …

  6. ping-pong-game ping-pong-game Public

    A simple ping pong (table tennis) game built using HTML, CSS, and vanilla JavaScript with the help of GPT-4.1. A beginner-friendly web game focused on learning game logic and front-end development.

    JavaScript