|
1 |
| ---- |
| 1 | + |
| 2 | +lang: tr |
2 | 3 | lang-ref: ch.13
|
3 | 4 | title: Hafta 13
|
4 |
| -lang: tr |
5 |
| -translation-date: 15 Aug 2020 |
6 |
| -translator: emirceyani |
| 5 | +translation-date: 12 Jun 2020 |
| 6 | +translator: Murat Ekici |
7 | 7 | ---
|
8 | 8 |
|
9 |
| -## Ders Kısım A |
10 |
| -<!-- |
11 |
| -In this section, we discuss the architecture and convolution of traditional convolutional neural networks. |
12 |
| -Then we extend to the graph domain. We understand the characteristics of graph and define the graph convolution. |
13 |
| -Finally, we introduce spectral graph convolutional neural networks and discuss how to perform spectral convolution. |
14 |
| ---> |
15 |
| -Bu bölümde evrişimli sinir ağlarının mimarilerini ve evrişim işlemini tartışacağız. Daha sonra bu mimarileri ve evrişim işlemini, çizgeler *(graph)* için genelleyeceğiz. |
16 |
| -Çizgelerein yapılarını anlayacak ve çizge evrişimini *(graph convolution)* tanımlayacağız. |
17 |
| -Son olarak, spektral çizge evrişimli sinir ağlarını *(spectral graph convolutional neural networks)* tanıtacak ve spektral evrişimin *(spectral convolution)* nasıl gerçekleştiğini ele alacağız. |
18 | 9 |
|
19 |
| -## Ders Kısım B |
| 10 | +## Ders bölümü A |
| 11 | + |
| 12 | +Bu bölümde, geleneksel evrişimli sinir ağlarının mimarisini ve evrişimini tartışıyoruz. Ardından çizge (graph) alanına uzanarak çizgenin özelliklerini tanıyor ve çizge evrişimini (graph convolutuon) tanımlıyoruz. Son olarak, spektral çizge evrişimli sinir ağlarını (spectral graph convolutional neural networks) tanıtıyoruz ve spektral evrişimin (scpectral convolution) nasıl gerçekleştirileceğini ele alıyoruz. |
| 13 | + |
20 | 14 | <!--
|
21 |
| -This section covers the complete spectrum of Graph Convolutional Networks (GCNs), starting with the implementation of Spectral Convolution through Spectral Networks. |
22 |
| -It then provides insights on applicability of the other convolutional definition of Template Matching to graphs, leading to Spatial networks. |
23 |
| -Various architectures employing the two approaches are detailed out with their corresponding pros & cons, experiments, benchmarks and applications. |
| 15 | +
|
| 16 | +## Lecture part A |
| 17 | +
|
| 18 | +In this section, we discuss the architecture and convolution of traditional convolutional neural networks. Then we extend to the graph domain. We understand the characteristics of graph and define the graph convolution. Finally, we introduce spectral graph convolutional neural networks and discuss how to perform spectral convolution. |
24 | 19 | -->
|
25 | 20 |
|
26 |
| -Bu bölümde Çizge Evrişimsel Ağların (Graph Convolutıonal Networks, GCN) tüm spektrumunu, spektral evrişimin Spektral Ağlar yolu ıle tanımlayarak başlayacağız. |
| 21 | +## Ders bölümü B |
27 | 22 |
|
28 |
| -Bu iki yöntemi kullanan mimarileri, artıları ve eksileri ile birlikte çeşitli deneyler, uygulamaları |
29 |
| -de gözden geçireceğiz. |
| 23 | +Bu bölüm, spektral evrişimin spektral ağlara uygulanmasından başlayarak Çizge Evrişimsel Ağların (Graph Convolutional Networks, GCN) tüm spektrumunu kapsamaktadır. Daha sonra Uzamsal (Spatial) ağları olanaklı kılan çizgelerde şablon eşleştirmenin evrişimsel tanımının uygulanmasını ele alıyoruz. İki yaklaşımı kullanan çeşitli mimariler, karşılık gelen artıları ve eksileri, deneyleri, karşılaştırmaları ve uygulamaları ile detaylandırıyoruz. |
30 | 24 |
|
31 | 25 |
|
| 26 | +<!-- |
| 27 | +## Lecture part B |
| 28 | +
|
| 29 | +This section covers the complete spectrum of Graph Convolutional Networks (GCNs), starting with the implementation of Spectral Convolution through Spectral Networks. It then provides insights on applicability of the other convolutional definition of Template Matching to graphs, leading to Spatial networks. Various architectures employing the two approaches are detailed out with their corresponding pros & cons, experiments, benchmarks and applications. |
| 30 | +--> |
32 | 31 |
|
33 | 32 | ## Uygulama
|
| 33 | + |
| 34 | +Bu bölümde, veri yapısını kullanan GCN mimarisini tanıtıyoruz. Öz dikkat ile yakından ilgili olan GCN'nin genel notasyonunu anladıktan sonra, Artık Kapılı GCN (Residual Gated GCN) olarak bilinen özel bir türünün teorisini ve kodunu inceliyoruz. |
| 35 | + |
34 | 36 | <!--
|
35 |
| -In this section, we introduce Graph Convolutional Network (GCN) which is one type of architecture that utilizes the structure of data. |
36 |
| -Actually, the concept of GCNs is closely related to self-attention. |
37 |
| -After understanding the general notation, representation and equations of GCN, |
38 |
| -we delve into the theory and code of a specific type of GCN known as Residual Gated GCN. |
| 37 | +## Practicum |
| 38 | +
|
| 39 | +In this section, we introduce Graph Convolutional Network (GCN) which is one type of architecture that utilizes the structure of data. Actually, the concept of GCNs is closely related to self-attention. After understanding the general notation, representation and equations of GCN, we delve into the theory and code of a specific type of GCN known as Residual Gated GCN. |
39 | 40 | -->
|
40 |
| -Bu bölümde, verinin yapısından yararlabilen GCN mimarisini tanıtacağız. GCN yapısının altında yatan konseptin öz-dikkat ile oldukça yakın olduğunu göreceğiz. |
41 |
| -Notasyonumuzu oluşturduktan sonra, GCN'lerin özel bir türü olan Artık Kapılı GCN *(Resıdual Gated GCN)* lerin teorisini ve kodlarını inceleyeceğiz. |
0 commit comments