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

Organizations

@sun-umn
Block or Report

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

📦 323.9 kB Used in GitHub's Storage

🏆 53 Contributions in the Year 2024

💼 Opted to Hire

📜 45 Public Repositories

🔑 14 Private Repositories

I'm an Early 🐤

🌞 Morning                232 commits         ⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   10.01 % 
🌆 Daytime                1027 commits        ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   44.32 % 
🌃 Evening                645 commits         ⣿⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   27.84 % 
🌙 Night                  413 commits         ⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   17.82 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
Other                    10 mins             ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿   100.00 % 

🔥 Editors: 
VS Code                  10 mins             ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿   100.00 % 

💻 Operating System: 
Linux                    10 mins             ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿   100.00 % 

I Mostly Code in Python

Python                   37 repos            ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   59.68 % 
Jupyter Notebook         11 repos            ⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   17.74 % 
C++                      5 repos             ⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   08.06 % 
MATLAB                   3 repos             ⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   04.84 % 
HTML                     1 repo              ⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   01.61 % 

Last Updated on 09/07/2024 18:39:21 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++ 38 11

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

    匈牙利算法 matlab 实现

    MATLAB 27 9

  3. TTL TTL Public

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

    Python 10 2

  4. FL_NLP_NVFlare FL_NLP_NVFlare Public

    An Implementation of Federated Learning in NLP using NVFlare

    Python