Giter Site home page Giter Site logo

etf_correlation_graph's Introduction

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

etf_correlation_graph's People

Contributors

dddonghwa avatar jaehoon-zx avatar jhbale11 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.