Skip to content
View PL97's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Organizations

@sun-umn

Block or report PL97

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

Hello, I'm Le!

I am a Ph.D. candidate at the University of Minnesota, Twin Cities

Linkedin: le-Peng website

A little more about me...

class Me(Human):
  def __init__(self):
    self.pronouns = "He" | "Him",
    self.name = "Le Peng"
    self.code = ["Python", "C++", "Java"]
    self.research_interest = {
        "Foundational ML": ["Imbalanced Learning", "Transfer Learning", "Doman Adaptation"],
        "HealthCare": ["FederatedLearning", "Medical Imaging Analysis", "Natural Language Processing"]
    }

About my cat...

Checkout my cat, and follow her on Instagram

😜 <i class="fa fa-instagram" aria-hidden="true"></i>


Code Time

Profile Views

Lines of code

🐱 My GitHub Data

📦 459.6 kB Used in GitHub's Storage

💼 Opted to Hire

📜 46 Public Repositories

🔑 14 Private Repositories

I'm an Early 🐤

🌞 Morning                235 commits         ⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   09.97 % 
🌆 Daytime                1055 commits        ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   44.76 % 
🌃 Evening                654 commits         ⣿⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   27.75 % 
🌙 Night                  413 commits         ⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   17.52 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
No Activity Tracked This Week

🔥 Editors: 
No Activity Tracked This Week

💻 Operating System: 
No Activity Tracked This Week

I Mostly Code in Python

Python                   36 repos            ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   59.02 % 
Jupyter Notebook         11 repos            ⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   18.03 % 
C++                      5 repos             ⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   08.20 % 
MATLAB                   3 repos             ⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   04.92 % 
HTML                     1 repo              ⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   01.64 % 

Last Updated on 19/10/2024 18:41:18 UTC

Github Stats

Anurag's GitHub stats

These Readme stats are generated using github action awesome-readme-stats

Pinned Loading

  1. LLVM-CFG-DFG-pass LLVM-CFG-DFG-pass Public

    Simple passes for CFG and DFG analysis

    C++ 40 11

  2. Hungarian-algorithm-By-matlab Hungarian-algorithm-By-matlab Public

    匈牙利算法 matlab 实现

    MATLAB 27 8

  3. TTL TTL Public

    [BMVC'23 Oral] Offical repository of "Rethinking Transfer Learning for Medical Image Classification"

    Python 11 2

  4. FL_NLP_NVFlare FL_NLP_NVFlare Public

    An Implementation of Federated Learning in NLP using NVFlare

    Python