Skip to content
View ChengaFEI's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ChengaFEI

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

πŸ‘‹ Hello, welcome to my repo!

I'm Cheng Fei, a Machine Learning Engineer. I'm currently a MEng CS student at Cornell University. I'm open to any internship and full-time opportunities in machine learning and artificial intelligence.

Feel free to contact me:

Gmail Badge Linkedin Badge WeChat

😊 Overview

class ChengFei:
    def __init__(self):
        self.name = "Cheng Fei"
        self.major = "Computer Science"
        self.school = "Cornell University"
        self.pronouns = ["he", "him", "his"]
        self.languages = ["English", "Chinese"]

        self.roles = ["Machine Learning Engineer", "Data Scientist"]
        self.skills = ["Machine Learning Engineering", "Data Science"]
        self.tools = ["PyTorch", "Tensorflow", "Keras"]

πŸ“ Open to Roles

  • Machine Learning Engineer

πŸ€– Projects

πŸ“ˆ My GitHub Stats

Cheng's Current StreakTop Langs

Profile Views stars

Pinned

  1. prompting-engineering-practices prompting-engineering-practices Public

    Cheng's ongoing practices on AIGC prompting engineering.

    JavaScript 2

  2. dqn-driven-route-planner dqn-driven-route-planner Public

    Google Maps route planner driven by Deep Q-Networks, built with Python and Tensorflow.

    Python

  3. llm-driven-red-teaming llm-driven-red-teaming Public

    Automated red teaming generator driven by LLM.

    Python

  4. text-transformer text-transformer Public

    Python

  5. cnn-driven-architecture-style-classifier cnn-driven-architecture-style-classifier Public

    Architecture style classifier driven by CNN, built with PyTorch and ResNet.

    Jupyter Notebook

  6. mini-torch mini-torch Public

    Mini version of PyTorch, built from scratch with Python, Numba, CUDA.

    Python