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