Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)