Skip to content

A model of a smart vegetable garden that will help farmers and garden lovers

Notifications You must be signed in to change notification settings

Daniil200707/RefactorFarmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]))

About

A model of a smart vegetable garden that will help farmers and garden lovers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages