Skip to content

Commit

Permalink
Vig GNN content is updated with video and PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
Avkash Chauhan authored and Avkash Chauhan committed Jun 12, 2022
1 parent 3d434f9 commit 0a19af5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion Graph Neural Networks-NetworkX.ipynb

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Join my YouTube Channel for <a href="https://www.youtube.com/channel/UClLqLPWRst
<hr>

## ##
- [PyTorch Tutorials](https://github.com/prodramp/DeepWorks/tree/main/PyTorchTutorials)
- [GraphViz](https://github.com/prodramp/DeepWorks/tree/main/DeepViz)
- [Graph Neural Networks](https://github.com/prodramp/DeepWorks/tree/main/GraphNeuralNetworks)
- [Topic Modeling](https://github.com/prodramp/DeepWorks/tree/main/TopicModelling)
Expand All @@ -33,4 +34,5 @@ Join my YouTube Channel for <a href="https://www.youtube.com/channel/UClLqLPWRst
- [Number Series and Prediction with ML](https://github.com/prodramp/DeepWorks/tree/main/PredictNumberSeries)
- [GPT Models (OpenAI and OpenSource)](https://github.com/prodramp/DeepWorks/tree/main/GPT-Models)
- [No More Blackbox Models: MLI or XAI](https://github.com/prodramp/DeepWorks/tree/main/MLI-XAI)
- [Vision GNN: An Image is Worth Graph of Nodes](https://github.com/prodramp/DeepWorks/tree/main/ViG(VisionGNN))

15 changes: 15 additions & 0 deletions ViG(VisionGNN)/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Vision GNN: An Image is Worth Graph of Nodes #
A novel way to represent image patches as Graph to perform image recognition and object detection tasks

The PDF document related to the following video is attached [here](https://github.com/prodramp/DeepWorks/tree/main/ViG(VisionGNN)/ViG-GNN.pdf).
<table class="table table-striped table-bordered table-vcenter">
<tr>
<td align="center"><b>🔥&nbsp;YouTube Video:&nbsp; Research Paper Deep Dive - Vision GNN: An Image is Worth Graph of Nodes</b></td>
</tr>
<tr>
<td>
<div>
[![Research Paper Deep Dive - Vision GNN: An Image is Worth Graph of Nodes](https://img.youtube.com/vi/EzRFPv2JFUM/0.jpg)](https://www.youtube.com/watch?v=EzRFPv2JFUM)

</tr>
</table>


<div align="center">
<img src="https://github.com/prodramp/DeepWorks/blob/main/ViG(VisionGNN)/images/vig-gnn.png?raw=true" width="1000" />
</div>
Expand Down
Binary file added ViG(VisionGNN)/ViG-GNN.pdf
Binary file not shown.

0 comments on commit 0a19af5

Please sign in to comment.