Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 194 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 194 Bytes

numpy_neural_network

Creating a simple neural network using only numpy

Requirement:

  • Numpy
  • Scikit-learn (for iris dataset)

Run to test with iris dataset:

python3 iris_dataset.py