
import matplotlib.pyplot as plt import numpy as np import math # Env physics g = 9.81 dt = 0.1 t = 0 angle = np.array([15, 30, 45, 60]) throw_v = 20 trajectories = [[(0,0)] for _ in range(len(angle))] dones = np.zeros_like(angle, dtype=np.bool) all_done = False fig, ax = plt.subplots() while(not all_done): ax.cla() ax.set_title("Throw the ball!") ax.set_xlim(-1, 600) ax.set_ylim(-1, 200) for i i..
Today # graph neural network에 대해 이론적으로 학습 1. 입문자료 www.youtube.com/watch?v=bA261BF0bdk 2. 자세한 자료 www.youtube.com/watch?v=cWIeTMklzNg 3. 좋은 인사이트를 주는 자료 CNN과 GNN 관계등 newsight.tistory.com/313 Graph Neural Networks 0. Convolutional Neural Networks의 Graph 해석 Karate club graph, colors denote communities obtained via modularity-based clustering (Brandes et al., 2008) 위와 같은 그래프 형태의 데이터를 학습하기.. newsight.t..
Schedulnet review. Tommorow. attention + graph attention dmqm.korea.ac.kr/activity/seminar?p=1&s%3D 고려대학교 DMQA 연구실 고려대학교 산업경영공학부 데이터마이닝 및 품질애널리틱스 연구실 dmqa.korea.ac.kr dmqm.korea.ac.kr/activity/seminar/295 고려대학교 DMQA 연구실 고려대학교 산업경영공학부 데이터마이닝 및 품질애널리틱스 연구실 dmqa.korea.ac.kr