[go: nahoru, domu]

Skip to content
View kiangkiangkiang's full-sized avatar
  • Taiwan, Taipei
Block or Report

Block or report kiangkiangkiang

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

Passion is the genesis of genius.


  • 👋 Hi there, I’m Luka. A Data Lover.
  • 👨‍💻 Major: Data Analysis; Data Scientist; Machine Learning Engineer.
  • 🛠 Interest: Data analysis; Deep Learning; MLops.
  • 🙋 Experience: Real-World Scenario NLP Tasks: Chatbot (Finetune on Financial Data), Information Extraction/Classification (Legal Data), MLOps (signature verification), Recommendation System.
  • ☁️ AWS: Sagemaker, EC2, EMR, EKS, Bedrock, Lambda, API Gateway.
Creat Me
R6Class(
  classname = "Luka",
  public = list(
    #' @field
    Me = "list",
    
    #' @description
    initialize = function(){
      print("Passion is the genesis of genius.")
      self$Me$UserName <- "Luka Jiang"
      self$Me$Code <- c("R", "Python")
      self$Me$Country <- "Taiwan"
      self$Me$Major <- "Statistics"
      self$Me$Ambitions <- "Data Scientist"
    },
    getSkill = function(){
      return(c("Data Visualization",
               "Statistical Analysis",
               "Machine learning"))
    },
    getSocial = function(){
      return(c("Twitch",
               "Line",
               "Facebook"))
    }
  )
)

Programming Languages and Tools

Python AWS GCP R JavaScript SQLite JAVA Markdown MATLAB SAS C C++ Django


Things that I'm currently working on

  • NLP: Information Extraction, Generation, Classification, RAG
  • Cloud: AWS, GCP
  • Research: Recommendation System, MLOps
  • R Package: ggESDA, interval-valued analysis, EDA, Visualization

Projects & Experiences

Pinned Loading

  1. PaddlePaddle/PaddleNLP PaddlePaddle/PaddleNLP Public

    👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search…

    Python 11.7k 2.9k