Skip to content
View webb-c's full-sized avatar
๐Ÿ›ฐ๏ธ
Escaping from the event horizon
๐Ÿ›ฐ๏ธ
Escaping from the event horizon

Highlights

  • Pro

Organizations

@23-Fall-Graduation-Thesis

Block or report webb-c

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
webb-c/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-


class Researcher:

    def __init__(self):
        self.name = "Vaughan Sohn"
        self.role = "Researcher"
        self.major = "Computer Science and Engineering"
        self.interest = {
            research=["Quantum Computing", "Optimization Theory", "Reinforcement Learning"],
            others=["Astronomy", "Quantum Physics"]
        }

    def callout(self):
        print("์šฐ์ฃผ์˜ ์•„๋ฆ„๋‹ค์›€๋„ ๋‹ค์–‘ํ•œ ์ง€์‹์„ ์ ‘ํ•˜๋ฉฐ ์Šค์Šค๋กœ์˜ ์ƒ๊ฐ์ด ์งœ์—ฌ๋‚˜๊ฐˆ ๋•Œ ๋ถˆํ˜„๋“ฏ ๋‚˜๋ฅผ ๋ฎ์ณ์˜ค๋ฆฌ๋ผ.")


me = Researcher()
me.callout()

Hi, there ๐Ÿ‘‹

Languages and Tools:

Pythonย ย  Cย ย  C++ย ย  PyTorchย ย  Qiskitย ย  LaTeXย ย 

Latest Updated Post:

2024/07/01 - [DJMAX RESPECT V] V LIBERTY DLC ๋ฆฌ๋ทฐ
2024/04/03 - [Remote-ssh] Invalid Character in hostname
2024/02/04 - [์•”ํ˜ธํ•™] GCD, LCM

Pinned Loading

  1. RAID RAID Public

    Reinforcement Assisted Image Defense against Adversarial Attacks

    Python 2 3

  2. 23-Fall-Graduation-Thesis/LRS-GB 23-Fall-Graduation-Thesis/LRS-GB Public

    Learning Rate Schedule for Fine-Tuning with Generalization Bound Guarantees

    Python

  3. FrameDrop-RL-Jetson FrameDrop-RL-Jetson Public

    Experiment code for Jetson Nano

    Python

  4. awesome-quantum-computing-webb-c awesome-quantum-computing-webb-c Public

    Forked from desireevl/awesome-quantum-computing

    A curated list of awesome quantum computing learning and developing resources.