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

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/04/03 - [Remote-ssh] Invalid Character in hostname
2024/02/04 - [암호학] GCD, LCM
2024/01/05 - [암호학] Basic Operations
2024/01/05 - [암호학] Number Theory란?
2023/11/26 - [bug] matplotlib, seaborn, pandas 등을 사용하면 python kernel/jupyter notboock kernel이 죽는 오류
2023/11/20 - [딥러닝 환경설정] CUDA & Conda & Pytorch 설치

Pinned

  1. FrameDrop-RL FrameDrop-RL Public

    A reinforcement learning model that drops unnecessary frames depending on the network state in the end device.

    Jupyter Notebook 1

  2. RAID RAID Public

    Reinforcement Assisted Image Defense against Adversarial Attacks

    Python 2 3

  3. 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.

  4. BaekjoonHub BaekjoonHub Public

    Solving the Baekjoon problem gives you a sense of accomplishment 🌱

    Python 1