项目作者: Krokette29

项目描述 :
A simple cat classifier using LR.
高级语言: Jupyter Notebook
项目地址: git://github.com/Krokette29/Cat-Classifier-Using-Logistic-Regression.git


Cat-Classifier-Using-Logistic-Regression

A very simple Classifier using Logistic Regression.

  1. It mainly contains the following steps:
  2. 1. Packages import
  3. 2. Data loading and preprocessing(standardize)
  4. 3. Helper functions building(including sigmoid function, initiialize function, forward and backward propagation functions, optimization function, prediction)
  5. 4. All helper functions in a model merge
  6. 5. Postprocess

The details of the whole algorithm can be found in Logistic-Regression-Classifier.ipynb.