Skip to content
View fuchenru's full-sized avatar

Highlights

  • Pro

Block or report fuchenru

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

Hi there πŸ‘‹ Welcome to Peter's Github Page.

#!/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()

side Image

  • Personal Website: Website Link

  • πŸš€ Data Scientist @ OneMagnify

  • 🌱 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

πŸ“« How to reach me:

Β 

πŸ”§ Technologies & Tools

Pinned Loading

  1. Stock-Chart-Analyzer Stock-Chart-Analyzer Public

    Python 1

  2. ATS-Checker ATS-Checker Public

    A Free Tool to Check if Your Resume is "ATS-Friendly"

    Python

  3. Credit-Score-Prediction-App Credit-Score-Prediction-App Public

    Jupyter Notebook 1

  4. Trading-Hero-LLM Trading-Hero-LLM Public

    A fine-tuned version of FinBERT, a pre-trained model on financial texts. Primary Users: Financial analysts, NLP researchers, and developers working on financial data.

    Jupyter Notebook