#!/usr/bin/python
# -*- coding: utf-8 -*-
class PassionateMLEngineer:
def __init__(self):
self.name = "YUJEONG KIM"
self.languages_spoken = ["ko_KR", "en_US"]
self.interests = ["Machine Learning", "NLP"]
def focus(self):
print("With a focus on both theory and application, I aim to predict and analyze data patterns,")
print("and understand complex feature extraction from large datasets.")
def goal(self):
print("Use my knowledge and skills to create innovative solutions and deepen my understanding and practical abilities.")
me = PassionateMLEngineer()
me.focus()
me.goal()
dada207@naver.com
- Seoul, Republic of Korea
- https://uujeong.github.io/
- in/yujeong-kim-25809a2b4
Highlights
- Pro
Pinned Loading
-
-
Visualization_with_Python
Visualization_with_Python PublicML ๋ชจ๋ธ ๊ฐ๋ฐ, ์ฑ๋ฅ ํ๊ฐ ๊ณผ์ ์์ ์๊ฐํ library๋ฅผ ํ์ฉํ๋ ๋ฐฉ๋ฒ
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.