Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 212 Bytes

File metadata and controls

9 lines (7 loc) · 212 Bytes

Name: Multilayer Perceptron

Packages used:
Numpy : '1.23.1'
Pandas : 1.4.3

Brief explanation: Creating a Multilayer Perceptron model from scratch using numpy module for classification.