2 main algorithms to help compress:
This blog’s aim is demo the neural network, including both the algorithm and implementation
the logistic Regression can only help resolve the problem of binary classification, what can we do when there are multiple different output labels?
There are 2 solutions:
Overview
Implement Logistic Regression Using IPython notebook
Introduce the operation when using ipython notebook, besides, record the possible problems I meet and solutions.
overview