From 3704f019d582689c8e01aa8cef236e6873eccb02 Mon Sep 17 00:00:00 2001 From: ramgopal <72145167+ramgopal99@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:30:15 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c92b4d2..ba1cf24 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# pytorch-simple-projects -Small funny projects made with PyTorch +# pytorch-simple-projects : An Amazing Project +Small funny and amazing projects made with PyTorch. -## simple_linear_model -Single-layer perceptron which can be used as a start point +## simple_linear_model:-- +Single-layer perceptron which can be used as a start point. -## force_layout +## force_layout:-- Building force layout for arbitary graphs. Works by looking for minimal energy of repulsive particles system, with some of particles connected with springs. -#### Example: +#### Example:-- ![visualization](force_layout/force_layout.gif)