Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
visrut7 committed Jan 1, 2024
1 parent 14c6a05 commit 0d542d2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Perceptron
# Perceptron

- Implementation in `V`
Inspired by Tsoding Daily Video: https://www.youtube.com/watch?v=WEk_grxrCcg

#### Basic Commands
- Only for Linux now
- v run .
- display -resize 400x400 -filter Point images/image1.ppm
## Quick Start

```console
$ v run .
$ display -resize 400x400 -filter Point images/perceptron.ppm
```

0 comments on commit 0d542d2

Please sign in to comment.