#!/usr/bin/python
# -*- coding: utf-8 -*-
class DataScientist:
def __init__(self):
self.name = "Peter FuChen"
self.role = "Data Scientist"
self.language_spoken = ["en_US", "zh_CN"]
self.interests = ["Pickleball", "Snow Boarding", "Poker", "Cycling", "Cooking"]
def say_hi(self):
print("Thanks for visiting my personal Github Repo, hope you find some of my featured work interesting.")
me = DataScientist()
me.say_hi()
-
Personal Website: Website Link
-
π Data Scientist
-
π± Iβm currently working in Machine Learning, LLM, NLP projects.
-
π¬ Feel Free to connect with me. I love communicating with everyone.
-
π Pronouns: He / Him / His