摘要: Week 3 Quiz - Shallow Neural Networks Which of the following are true? (Check all that apply.) Notice that I only list correct options. X is a matrix 阅读全文
posted @ 2018-07-23 20:42 Dar_Alpha 阅读(446) 评论(0) 推荐(0)
摘要: 第二章总结了二分分类与逻辑回归,第三章关于浅层神经网络 神经网络的结构与逻辑回归类似,只是神经网络的层数比逻辑回归多了一层,多出的中间一层叫隐藏层,那么,神经网络的计算就相当于多进行一次逻辑回归的计算 正向传播过程分成两层,第一层是输入层到隐藏层,用上标[1]来表示:第二层是隐藏层到输出层,用上标[ 阅读全文
posted @ 2018-07-23 20:13 Dar_Alpha 阅读(962) 评论(0) 推荐(0)