Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- DCGAN
- Linear
- python
- ResNet
- Residual Connection
- version
- Bottleneck Layer
- iTerm2
- Inception V1
- Vanilla RNN
- Skip Connectioin
- Generative
- RNN
- virtualenv
- cnn
- Skip Connection
- classification
- Inception Module
- Peephole Connection
- DL
- Manager
- AI
- Optimizer
- GCN
- Gated Skip Connection
- vim-plug
- Regression
- sigmoid
- GoogLeNet
- jupyter
Archives
- Today
- Total
목록graph (1)
IT Repository
(8) GCN - What is Graph
What is Graph?¶ Graph란 Vertex의 Set과 Edge의 Set으로 구성되어 있는 구조를 말합니다. Vertex는 꼭짓점을 말하며, 하나의 노드입니다. Edge는 선분을 말하며, 각 노드간의 연결을 의미합니다. 예) Social Graph: 나와 다른 사람간의 친밀도, 관계성을 나타내는 그래프 3D Mesh: 입체 구조를 삼각형이 여러 개 연결되어 있는 그래프의 형태로 나타내는 것 Molecular Graph: 화학에서 사용하는 분자 그래프 Types of Graph¶ Direction of Edge Directed graph(유향 그래프) : Edge에 방향이 있어 어느 한 방향 또는 양 방향으로 이동할 수 있는 경우 Undirected graph(비유향 그래프) : Edge에 방향이..
CNN/Study
2020. 1. 17. 18:21