摘要: Logistic Regression with a Neural Network mindset Welcome to your first (required) programming assignment! You will build a logistic regression classi 阅读全文
posted @ 2020-04-06 22:14 pengweii 阅读(302) 评论(0) 推荐(0)
摘要: "原链接" 1 Building basic functions with numpy 1.1 sigmoid function $sigmoid(x) = \frac{1}{1+e^{ x}}$ is sometimes also known as the logistic function. I 阅读全文
posted @ 2020-04-06 21:45 pengweii 阅读(283) 评论(0) 推荐(0)