Loading

摘要: Week 2 Homework Numpy and Logistic Regression Softmax函数 softmax函数是一个对多个类进行分类时使用的标准化函数。 \[ \text{for } x \in \mathbb{R}^{1\times n} \text{, } softmax(x 阅读全文
posted @ 2021-04-27 23:50 Geasse 阅读(245) 评论(0) 推荐(0)
摘要: Week 2 Basics of Neural Network Computation Graph 计算图 forward:正向通过函数和参数得到结果J backward:反向计算出$\frac$, 在python中,变量名命名为 dvar Logistic回归中梯度下降法 \[ z = w^Tx 阅读全文
posted @ 2021-04-27 23:44 Geasse 阅读(99) 评论(0) 推荐(0)
摘要: Week 1 Introduction Supervised Learning 有监督学习 需要Input(x) 和 output(y) image data CNN one-dimensional sequence data RNN Structed Data(database table) Un 阅读全文
posted @ 2021-04-27 21:14 Geasse 阅读(64) 评论(0) 推荐(0)