Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 339 Bytes

File metadata and controls

18 lines (12 loc) · 339 Bytes

Binary and Multiclass Classifier Networks from Scratch

(using only numpy and having one hidden layer)


Binary Classifier Using Sigmoid Activation


Multiclass Classifier Using (stable) Softmax Activation