Skip to content
View gajeraYash's full-sized avatar

Block or report gajeraYash

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
gajeraYash/README.md
#!/usr/bin/python

class Engineer:

    def __init__(self):
        self.name = "Yash Gajera"
        self.title = "Engr III - Cslt Full Stack"
        self.employer = "Verizon"

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = Engineer()
me.say_hi()


Pinned Loading

  1. AI-394D-DL AI-394D-DL Public

    UTMSCO - AI 394D - Deep Learning - Spring 2025

    Python 1

  2. AI-388U-PSRUU AI-388U-PSRUU Public

    UTMSCO - AI 388U - Planning, Search and Reasoning Under Uncertainty - Fall 2024

    Python

  3. AI-388-NLP AI-388-NLP Public

    UTMSCO - AI 388 - Natural Language Processing - Fall 2025

    Python

  4. AI-391L-ML AI-391L-ML Public

    UTMSCO - AI 391L - Machine Learning - Fall 2025

    HTML