File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
- # Graph Convolution Network GCN and Dimensionally Redaction and Differential Algorithms using Python
1
+ # Graph Convolution Network GCN with Dimensional Redaction and Differential Algorithms using Python
2
+
3
+ #### Loading the dataset (Cora and Pubmed)
4
+ - Website Link to Dataset: < https://linqs.soe.ucsc.edu/data > .
5
+
6
+ #### API that are used in this Project
7
+ - tensorflow
8
+ - sklearn
9
+ - pymoo
10
+ - stellargraph
11
+ - matplotlib
12
+ - numpy
13
+ - pandas
14
+ - networkx
15
+ - IPython
16
+
17
+ #### Training and Evaluating to GCN Model
18
+ ![ download-1] ( https://user-images.githubusercontent.com/74346775/176434201-ea5af230-958f-41da-8808-089e7136d507.PNG )
19
+
20
+ #### Differential Evolution Algorithm
21
+ ![ download-2] ( https://user-images.githubusercontent.com/74346775/176434220-0e66b7d8-0536-4fae-897f-16dfa768310a.PNG )
22
+
23
+ #### Dimensionality Reduction Algorithm
24
+ ![ download-3] ( https://user-images.githubusercontent.com/74346775/176434771-72f0f8e8-b1d9-4f8b-b7a9-07c98672d692.PNG )
You can’t perform that action at this time.
0 commit comments