An open API service indexing awesome lists of open source software.

https://github.com/cbhihe/nn_binary-classifier

NN-based binary classification with logistic regression loss, back-propagation with gradient descent and optional regularization
https://github.com/cbhihe/nn_binary-classifier

classifier gradient-descent logistic-regression neural-network numpy python regularization sklearn

Last synced: about 2 months ago
JSON representation

NN-based binary classification with logistic regression loss, back-propagation with gradient descent and optional regularization

Awesome Lists containing this project

README

          

### Contents

Python code implementation of a simple binary classification:
- randomly generated data set
- hyperbolic tangent (tanh) activation function (adequate for binary classification)
- log or cross-entropy loss
- NN - forward and back-propagation with gradient descent and optional regularization