Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 327 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 327 Bytes

RefactorFarmer

version 0.1 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:

import get_images as gs

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