miloharper / simple-neural-network

A neural network written in Python, consisting of a single neuron that uses back propagation to learn.
MIT License
375 stars 177 forks source link

Results accuracy #10

Closed ComputerScienceMasterStudent closed 12 months ago

ComputerScienceMasterStudent commented 12 months ago

Hi, how do I know if the result is 0 or 1 for each sample? Should I compare think method result

ComputerScienceMasterStudent commented 12 months ago

I understand it is using think method results