Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil200707 authored May 5, 2024
1 parent 9a17a5b commit 540da89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@ My project works in future in two languages:
- English
- Ukraine

## Installation
To install my program you need to:
`pip install numpy`.
You will also need files W1, b1, W2, b2.

## Examples
relu:
```python
import get_images as gs

print(gs.relu([2, -5, 6], [1, -4, 7]) #=> array([2, 0, 7]))
```

1 comment on commit 540da89

@Daniil200707
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The end

Please sign in to comment.