Cyan's Blog

Search

Search IconIcon to open search

Part.28_Cost_Function-Neural_Network(ML_Andrew.Ng.)

Last updated Oct 9, 2021 Edit Source

# Cost Function - Neural Network

2021-10-09

Tags: #MachineLearning #NeuralNetwork #CostFunction

# Basic Concepts

$$\left{\left(x^{(1)}, y^{(1)}\right), \left(x^{(2)}, y^{(2)}\right), \ldots, \left(x^{(m)}, y^{(m)}\right)\right}$$

# Cost Function: Representation

神经网络用来分类的时候,它的损失函数可以通过对Logistic Regression的损失函数稍加改造来得到:

# 回顾Cost Function of Logistic Regression (With Regularization)

正则化以后的损失函数

# Intuition of the relation