Skip to content
View tolgacangoz's full-sized avatar
🖖
Live Long and Prosper
🖖
Live Long and Prosper
Block or Report

Block or report tolgacangoz

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

Hello there 👋

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "M. Tolga Cangöz"
        self.role = "Machine Learning Engineer"
        self.language_spoken = ["tr_TR", "en_US"]

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


me = SoftwareEngineer()
me.say_hi()

🔧 Technologies & Tools

c cplusplus python git linux opencv pandas pytorch scikit_learn

Pinned Loading

  1. diffusers diffusers Public

    Forked from huggingface/diffusers

    🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch

    Python

  2. ML-Practices ML-Practices Public

    Several ML Documents

    Jupyter Notebook 4