Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 242 Bytes

README.md

File metadata and controls

17 lines (7 loc) · 242 Bytes

Simple nurone

This is a approach to build a nurone which is populerly used in nural networks . I tried to build this from scratch only used numpy for matrix multiplication.

Dependencies

numpy

Setup

pip install numpy