Skip to content

jhbale11/jhbale11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Kim Jung Hwan

@jhbale11

  • 📊 Data Scientist
  • 🧑‍ AI Researcher
  • 🧠 Machine Learning Engineer
  • 👨‍💻 Deep Learning Engineer

(모두 가능합니다!)

Qualification

  • Electrical and Computer Science Major : SNU
  • Statistical Analysis and Methodology
  • Fluent Python, SQL, ML/DL Modeling
  • Intermediate Tableau Dashboard Skills : Vizable
  • Big Data Analysis Engineer(빅데이터 분석기사)
  • SQL Developer(SQLD)
  • ADsP

Repo

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Me:
     """
    A class to represent a person. (Actually just for me)
    """
    def __init__(self):
        self.name = "Jung Hwan Kim"
        self.eng_name = 'Hwan"
        self.pronouns = "he/him"
	self.role1 = "Data Scientist"
	self.role2 = "Machine Learning Engineer"
  	self.role3 = "Deep Learning Engineer"
	self.univ = "Seoul National University, SNU"
	self.bsc_studies = ("Electrical and Computer Engineering", "Information Science and Culture")
	self.msc_studies = ("Time Series Data", "Causal AI", "XAI(Explainable AI)")
        self.language_spoken = ["Kor", "en_US", "CN"]
	self.country = "South Korea"
	self.city = "Seoul"
	self.domain = ["Time Series Data", "Tabular Data", "NLP"]
				
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting. \n I'll be happy to connect with you on Social Media!")

me = Me()
me.say_hi()

🛠️ My favorite tools

👨‍💻 Programming languages

Python SQL Bash

🧰 Frameworks, libraries and DB

NumPy Pandas Scikit-Learn Pytorch TensorFlow Keras Plotly Dash PostgreSQL MongoDB MySQL SQLite

💻 Software and tools

Linux Ubuntu Jupyter Visual Studio Code Google Colab Tableau

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published